freebsd-dev/sys/dev/rtwn/pci
Andriy Voskoboinyk 09606165a0 rtwn: export more stats to net80211
Setup more ieee80211_rx_stats fields for received frames:
 - pktflags:
  * IEEE80211_RX_F_FAIL_FCSCRC;
  * IEEE80211_RX_F_AMPDU;
  * IEEE80211_RX_F_AMPDU_MORE;
  * IEEE80211_RX_F_SHORTGI;
 - rate flags (CCK, OFDM, HT);
 - width;
 - phytype;
 - rate;
 - rx_tsf;
 - rssi;
 - nf;
 - ieee, freq (RTL8188EU only, when ht40 support is disabled).

Tested with:
 - RTL8188CE, RTL8188EU, RTL8821AU (STA / AP modes, i386)
 - (by kevlo) RTL8188EU and RTL8812AU (amd64)

Reviewed by:	adrian (previous version), kevlo
Differential Revision:	https://reviews.freebsd.org/D9021
2017-01-17 00:35:23 +00:00
..
rtwn_pci_attach.c rtwn_pci(4): fix possible race while accessing 'matched_chip' variable. 2017-01-10 01:09:39 +00:00
rtwn_pci_attach.h
rtwn_pci_reg.c
rtwn_pci_reg.h
rtwn_pci_rx.c rtwn: export more stats to net80211 2017-01-17 00:35:23 +00:00
rtwn_pci_rx.h
rtwn_pci_tx.c rtwn: enable 11n support for RTL8188CE. 2016-11-12 17:58:37 +00:00
rtwn_pci_tx.h
rtwn_pci_var.h rtwn: add HOSTAP / IBSS mode support for RTL8188CE. 2016-11-06 23:13:13 +00:00