freebsd-dev/sys/dev/rtwn
Andriy Voskoboinyk 786ac7035f Fix ieee80211_radiotap(9) usage in wireless drivers:
- Alignment issues:
 * Add missing __packed attributes + padding across all drivers; in
most places there was an assumption that padding will be always
minimally suitable; in few places - e.g., in urtw(4) / rtwn(4) -
padding was just missing.
 * Add __aligned(8) attribute for all Rx radiotap headers since they can
contain 64-bit TSF timestamp; it cannot appear in Tx radiotap headers, so
just drop the attribute here. Refresh ieee80211_radiotap(9) man page
accordingly.

- Since net80211 automatically updates channel frequency / flags in
ieee80211_radiotap_chan_change() drop duplicate setup for these fields
in drivers.

Tested with Netgear WG111 v3 (urtw(4)), STA mode.

MFC after:	2 weeks
2019-03-11 01:27:01 +00:00
..
pci net80211: reuse TICKS_2_MSEC / MSEC_2_TICKS macros from sys/time.h 2019-01-25 01:05:18 +00:00
rtl8188e rtwn_pci(4): sync r88ee_power_on() with OpenBSD 2019-01-04 04:26:39 +00:00
rtl8192c rtwn_usb(4): fix Tx instability with RTL8192CU chipsets 2019-03-04 03:02:14 +00:00
rtl8192e rtwn(4): drop obsolete comment + use 'nop' function for 92eu calibration 2019-01-02 04:27:39 +00:00
rtl8812a rtwn(4): clear 'basic' rate bit before calculating RTS/CTS rate. 2019-01-16 12:11:29 +00:00
rtl8821a
usb rtwn_usb(4): add new USB id. 2019-01-28 02:15:41 +00:00
if_rtwn_beacon.c
if_rtwn_beacon.h
if_rtwn_calib.c
if_rtwn_calib.h
if_rtwn_cam.c
if_rtwn_cam.h
if_rtwn_debug.h
if_rtwn_efuse.c
if_rtwn_efuse.h
if_rtwn_fw.c
if_rtwn_fw.h
if_rtwn_nop.h
if_rtwn_ridx.h
if_rtwn_rx.c
if_rtwn_rx.h
if_rtwn_task.c
if_rtwn_task.h
if_rtwn_tx.c
if_rtwn_tx.h
if_rtwn.c Fix ieee80211_radiotap(9) usage in wireless drivers: 2019-03-11 01:27:01 +00:00
if_rtwnreg.h
if_rtwnvar.h Fix ieee80211_radiotap(9) usage in wireless drivers: 2019-03-11 01:27:01 +00:00