opnsense-src/sys/dev/rtwn/rtl8192c
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
..
pci rtwn: export more stats to net80211 2017-01-17 00:35:23 +00:00
usb rtwn: export more stats to net80211 2017-01-17 00:35:23 +00:00
r92c.h rtwn: export more stats to net80211 2017-01-17 00:35:23 +00:00
r92c_attach.c
r92c_beacon.c rtwn: add HOSTAP / IBSS mode support for RTL8188CE. 2016-11-06 23:13:13 +00:00
r92c_calib.c
r92c_chan.c
r92c_fw.c Increase retry count to 100 in r88e_fw_cmd() and r92c_fw_cmd(). 2017-01-13 02:11:16 +00:00
r92c_fw_cmd.h
r92c_init.c In rtl8188eu, read R92C_HSSI_PARAM2(0)) register to detect whether it needs 2017-01-05 02:04:53 +00:00
r92c_priv.h
r92c_reg.h rtwn: export more stats to net80211 2017-01-17 00:35:23 +00:00
r92c_rf.c
r92c_rom.c
r92c_rom_defs.h
r92c_rom_image.h
r92c_rx.c rtwn: export more stats to net80211 2017-01-17 00:35:23 +00:00
r92c_rx_desc.h rtwn: export more stats to net80211 2017-01-17 00:35:23 +00:00
r92c_tx.c
r92c_tx_desc.h rtwn: fix R92C_TXDW4_RTSRATE_M definition (0x3f -> 0x1f) 2017-01-11 23:32:40 +00:00
r92c_var.h