freebsd-dev/sys/dev/iwm
Imre Vadász ef81578c9f [iwm] Remove unused field from iwm_rx_data. Use uint32_t instead of enum type.
The wantresp field in struct iwm_rx_data has never been used for anything,
so we can just delete it.

Apparently struct iwm_sf_cfg_cmd was compiled correctly (using a 32bit
value to represent the enum), but it still seems like a very bad idea to use
an enum type in a __packed struct.

Approved by:	adrian (mentor)
Differential Revision:	https://reviews.freebsd.org/D7930
2016-09-19 22:08:47 +00:00
..
if_iwm_binding.c iwm: add 'opt_wlan.h' include into source files. 2016-05-19 23:31:00 +00:00
if_iwm_binding.h [iwn] fix firmware command use in iwm_auth(). 2016-04-25 16:13:04 +00:00
if_iwm_debug.h
if_iwm_led.c iwm(4) synchronize driver to DragonFlyBSD version and recent f/w update. 2016-07-26 00:02:17 +00:00
if_iwm_led.h iwm(4) synchronize driver to DragonFlyBSD version and recent f/w update. 2016-07-26 00:02:17 +00:00
if_iwm_mac_ctxt.c iwm(4) synchronize driver to DragonFlyBSD version and recent f/w update. 2016-07-26 00:02:17 +00:00
if_iwm_mac_ctxt.h
if_iwm_pcie_trans.c iwm(4) synchronize driver to DragonFlyBSD version and recent f/w update. 2016-07-26 00:02:17 +00:00
if_iwm_pcie_trans.h
if_iwm_phy_ctxt.c iwm(4) synchronize driver to DragonFlyBSD version and recent f/w update. 2016-07-26 00:02:17 +00:00
if_iwm_phy_ctxt.h
if_iwm_phy_db.c iwm(4) synchronize driver to DragonFlyBSD version and recent f/w update. 2016-07-26 00:02:17 +00:00
if_iwm_phy_db.h [iwm] Add and use iwm_phy_db_free(), to plug phy_db memory leak. 2016-06-23 01:11:52 +00:00
if_iwm_power.c iwm(4) synchronize driver to DragonFlyBSD version and recent f/w update. 2016-07-26 00:02:17 +00:00
if_iwm_power.h
if_iwm_scan.c iwm: fix scanning for hidden SSIDs. 2016-09-06 10:08:32 +00:00
if_iwm_scan.h iwm(4) synchronize driver to DragonFlyBSD version and recent f/w update. 2016-07-26 00:02:17 +00:00
if_iwm_time_event.c [iwm] Use htole16 for policy field in struct iwm_time_event_cmd_v2. 2016-09-19 22:06:00 +00:00
if_iwm_time_event.h [iwn] fix firmware command use in iwm_auth(). 2016-04-25 16:13:04 +00:00
if_iwm_util.c iwm(4) synchronize driver to DragonFlyBSD version and recent f/w update. 2016-07-26 00:02:17 +00:00
if_iwm_util.h iwm(4) synchronize driver to DragonFlyBSD version and recent f/w update. 2016-07-26 00:02:17 +00:00
if_iwm.c [iwm] fix up RSSI calculations for both scan results and normal RX operations. 2016-09-18 05:07:18 +00:00
if_iwmreg.h [iwm] Remove unused field from iwm_rx_data. Use uint32_t instead of enum type. 2016-09-19 22:08:47 +00:00
if_iwmvar.h [iwm] Remove unused field from iwm_rx_data. Use uint32_t instead of enum type. 2016-09-19 22:08:47 +00:00