opnsense-src/sys/dev/rtwn/rtl8812a
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
..
usb rtwn: export more stats to net80211 2017-01-17 00:35:23 +00:00
r12a.h rtwn: export more stats to net80211 2017-01-17 00:35:23 +00:00
r12a_beacon.c
r12a_calib.c
r12a_caps.c
r12a_chan.c - Fix incorrect values in the computation of OFDM and MCS Tx power. 2016-12-30 03:08:46 +00:00
r12a_fw.c
r12a_fw_cmd.h
r12a_init.c
r12a_led.c
r12a_priv.h Merge r92c_init_rf_common() into r92c_init_rf(). In r88eu_attach.c, we could 2016-12-20 01:13:11 +00:00
r12a_reg.h
r12a_rf.c
r12a_rom.c For RTL8812AU: 2016-11-19 07:28:00 +00:00
r12a_rom_defs.h
r12a_rom_image.h Update struct r12a_rom. 2016-11-21 09:23:42 +00:00
r12a_rx.c rtwn: export more stats to net80211 2017-01-17 00:35:23 +00:00
r12a_rx_desc.h rtwn: export more stats to net80211 2017-01-17 00:35:23 +00:00
r12a_tx.c
r12a_tx_desc.h
r12a_var.h rtwn: add (untested) radar detection support for RTL8821AU 2016-12-30 22:24:01 +00:00