freebsd-dev/sys/dev/iwm
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
..
if_iwm_7000.c [iwm] Add support for iwm 3168 cards 2018-03-28 07:59:16 +00:00
if_iwm_8000.c Add support for Intel 8265 WiFi 2017-10-09 15:48:56 +00:00
if_iwm_binding.c [iwm] Move Smart Fifo handling into if_iwm_sf.c, sync with Linux iwlwifi. 2017-06-04 21:05:58 +00:00
if_iwm_binding.h
if_iwm_config.h if_iwm - Add firmware API definitions for TX power commands. 2019-01-24 03:45:24 +00:00
if_iwm_constants.h
if_iwm_debug.h iwm - Improve firmware Time Event handling. 2019-01-24 03:47:04 +00:00
if_iwm_fw.c iwm - Reduce gratuitous differences with Linux iwlwifi in struct naming. 2019-01-24 03:43:45 +00:00
if_iwm_fw.h iwm - Reduce gratuitous differences with Linux iwlwifi in struct naming. 2019-01-24 03:43:45 +00:00
if_iwm_led.c iwm - Fix race during detach, where a callout is left after driver is gone. 2019-01-24 03:49:11 +00:00
if_iwm_led.h
if_iwm_mac_ctxt.c iwm - Track firmware state better, and improve handling in iwm_newstate(). 2019-01-24 03:45:55 +00:00
if_iwm_mac_ctxt.h
if_iwm_notif_wait.c
if_iwm_notif_wait.h
if_iwm_pcie_trans.c if_iwm - Configure the PCIe LTR, fix PCI express capability accesses. 2019-01-24 03:44:48 +00:00
if_iwm_pcie_trans.h
if_iwm_phy_ctxt.c
if_iwm_phy_ctxt.h
if_iwm_phy_db.c iwm - Reduce gratuitous differences with Linux iwlwifi in struct naming. 2019-01-24 03:43:45 +00:00
if_iwm_phy_db.h
if_iwm_power.c
if_iwm_power.h
if_iwm_scan.c iwm - Reduce gratuitous differences with Linux iwlwifi in struct naming. 2019-01-24 03:43:45 +00:00
if_iwm_scan.h
if_iwm_sf.c [iwm] Set correct state in smart-fifo configuration. 2017-06-04 21:12:11 +00:00
if_iwm_sf.h [iwm] Move Smart Fifo handling into if_iwm_sf.c, sync with Linux iwlwifi. 2017-06-04 21:05:58 +00:00
if_iwm_sta.c iwm - Track firmware state better, and improve handling in iwm_newstate(). 2019-01-24 03:45:55 +00:00
if_iwm_sta.h
if_iwm_time_event.c iwm - Clear Time Event active state, when receiving End Notification. 2019-01-24 03:47:47 +00:00
if_iwm_time_event.h iwm - Clear Time Event active state, when receiving End Notification. 2019-01-24 03:47:47 +00:00
if_iwm_util.c [iwm] Add iwm_mvm_send_lq_cmd() from Linux iwlwifi to if_iwm_util.c. 2017-07-26 05:51:31 +00:00
if_iwm_util.h [iwm] Add iwm_mvm_send_lq_cmd() from Linux iwlwifi to if_iwm_util.c. 2017-07-26 05:51:31 +00:00
if_iwm.c Fix logic errors in iwm_pcie_load_firmware_chunk introduced in r314065. 2019-01-26 17:52:12 +00:00
if_iwmreg.h iwm - Remove unused TX_CMD_NEXT_FRAME_* 2019-01-24 03:50:27 +00:00
if_iwmvar.h Fix ieee80211_radiotap(9) usage in wireless drivers: 2019-03-11 01:27:01 +00:00