freebsd-nq/sys/dev/iwm
Adrian Chadd d045c744f1 [iwm] Remove a couple of unneeded IWM_UCODE_TLV_FLAGS_* flags.
* All the supported firmwares have these flags set.

* This removes the following flags:
  IWM_UCODE_TLV_FLAGS_PM_CMD_SUPPORT,
  IWM_UCODE_TLV_FLAGS_NEWBT_COEX,
  IWM_UCODE_TLV_FLAGS_BF_UPDATED,
  IWM_UCODE_TLV_FLAGS_D3_CONTINUITY_API,
  IWM_UCODE_TLV_FLAGS_STA_KEY_CMD,
  IWM_UCODE_TLV_FLAGS_DEVICE_PS_CMD,
  IWM_UCODE_TLV_FLAGS_SCHED_SCAN,
  IWM_UCODE_TLV_FLAGS_RX_ENERGY_API,
  IWM_UCODE_TLV_FLAGS_TIME_EVENT_API_V2

* Also remove definitions and code for dealing with the v1 time-event api.

* Remove unneeded calc_rssi() function.

Obtained from:	dragonflybsd.git d078c812418d0e2c3392e99fa25fc776d07bdfad
2017-03-23 04:43:04 +00:00
..
if_iwm_7000.c [iwm] Switch 7265D and 3165 devices to 7265D firmware. 2017-02-22 04:53:33 +00:00
if_iwm_8000.c [iwm] Move struct iwm_cfg chipset configs to if_iwm_7000.c and _8000.c 2017-02-22 04:35:53 +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_config.h [iwm] Move struct iwm_cfg chipset configs to if_iwm_7000.c and _8000.c 2017-02-22 04:35:53 +00:00
if_iwm_debug.h [iwm] Add support for Firmware paging, needed for newer 8000C firmware. 2017-02-24 07:07:58 +00:00
if_iwm_fw.c [iwm] add if_iwm_fw.c. 2017-02-24 15:17:43 +00:00
if_iwm_fw.h [iwm] add if_iwm_fw.c. 2017-02-24 15:17:43 +00:00
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] TODO for QOS support. 2017-02-06 01:57:59 +00:00
if_iwm_mac_ctxt.h
if_iwm_notif_wait.c [iwm] Add implementation of the notification wait api from iwlwifi. 2017-02-06 05:27:07 +00:00
if_iwm_notif_wait.h [iwm] Add implementation of the notification wait api from iwlwifi. 2017-02-06 05:27:07 +00:00
if_iwm_pcie_trans.c [iwm] Move struct iwm_cfg chipset configs to if_iwm_7000.c and _8000.c 2017-02-22 04:35:53 +00:00
if_iwm_pcie_trans.h [iwm] Implement apmg_wake_up_wa workaround properly for 7000 family. 2017-02-08 06:53:23 +00:00
if_iwm_phy_ctxt.c [iwm] Sync valid_tx_ant and valid_rx_ant mask handling with iwlwifi. 2017-02-06 05:03:41 +00:00
if_iwm_phy_ctxt.h
if_iwm_phy_db.c [iwm] Change 2nd arg of iwm_phy_db_set_section() to struct iwm_rx_packet. 2017-02-06 05:09:42 +00:00
if_iwm_phy_db.h [iwm] Change 2nd arg of iwm_phy_db_set_section() to struct iwm_rx_packet. 2017-02-06 05:09:42 +00:00
if_iwm_power.c [iwm] Remove a couple of unneeded IWM_UCODE_TLV_FLAGS_* flags. 2017-03-23 04:43:04 +00:00
if_iwm_power.h
if_iwm_scan.c [iwm] Add scan abort functions, to properly cancel a running scan. 2017-02-08 06:44:50 +00:00
if_iwm_scan.h [iwm] Add scan abort functions, to properly cancel a running scan. 2017-02-08 06:44:50 +00:00
if_iwm_time_event.c [iwm] Remove a couple of unneeded IWM_UCODE_TLV_FLAGS_* flags. 2017-03-23 04:43:04 +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] Move iwm_dma_contig_alloc/_free functions to if_iwm_util.c. 2017-02-22 05:11:24 +00:00
if_iwm_util.h [iwm] Move iwm_dma_contig_alloc/_free functions to if_iwm_util.c. 2017-02-22 05:11:24 +00:00
if_iwm.c [iwm] Remove a couple of unneeded IWM_UCODE_TLV_FLAGS_* flags. 2017-03-23 04:43:04 +00:00
if_iwmreg.h [iwm] Remove a couple of unneeded IWM_UCODE_TLV_FLAGS_* flags. 2017-03-23 04:43:04 +00:00
if_iwmvar.h [iwm] Add support for Firmware paging, needed for newer 8000C firmware. 2017-02-24 07:07:58 +00:00