freebsd-nq/sys/dev/iwm
Adrian Chadd b80e7ca55b [iwm] Properly implement iwm_wme_update callback function.
* Inspired by iwn(4) and Linux iwlwifi.

* Read wme parameters into a buffer within struct iwm_vap in
  iwm_wme_update().

* If we aren't associated yet, the new settings will soon be sent
  by iwm_mvm_mac_ctxt_changed() during association.

* If we are already associated, explicitly call iwm_mvm_mac_ctxt_changed()
  from iwm_wme_update() to send the new settings to the firmware.

* Change iwm_mvm_ac_to_tx_fifo mapping, to fit the freebsd net80211
  WME stream class numbering, instead of Linux's enum ieee80211_ac_numbers.

Obtained from:	dragonflybsd.git b8bd6cd746d1f45e616ccfcbeed06dfe452a1108
2017-05-12 05:50:38 +00:00
..
if_iwm_7000.c [iwm] include opt_iwm.h and opt_wlan.h consistently in all files. 2017-05-09 02:38:23 +00:00
if_iwm_8000.c [iwm] include opt_iwm.h and opt_wlan.h consistently in all files. 2017-05-09 02:38:23 +00:00
if_iwm_binding.c [if_iwm] Partly sync if_iwm_binding.c to Linux iwlwifi code. 2017-05-12 05:19:08 +00:00
if_iwm_binding.h [if_iwm] Partly sync if_iwm_binding.c to Linux iwlwifi code. 2017-05-12 05:19:08 +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_constants.h [iwm] Add basic powermanagement support via ifconfig wlan0 powersave. 2017-05-09 04:15:07 +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] include opt_iwm.h and opt_wlan.h consistently in all files. 2017-05-09 02:38:23 +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] include opt_iwm.h and opt_wlan.h consistently in all files. 2017-05-09 02:38:23 +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] Properly implement iwm_wme_update callback function. 2017-05-12 05:50:38 +00:00
if_iwm_mac_ctxt.h [iwm] Properly implement iwm_wme_update callback function. 2017-05-12 05:50:38 +00:00
if_iwm_notif_wait.c [iwm] include opt_iwm.h and opt_wlan.h consistently in all files. 2017-05-09 02:38:23 +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] Add iwm_nic_unlock() calls missing from previous commit. 2017-05-09 02:42: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] Allow listening on both chains/atennas to get diversity. 2017-05-09 05:31:38 +00:00
if_iwm_phy_ctxt.h
if_iwm_phy_db.c [iwm] include opt_iwm.h and opt_wlan.h consistently in all files. 2017-05-09 02:38:23 +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 [if_iwm] Partly sync if_iwm_binding.c to Linux iwlwifi code. 2017-05-12 05:19:08 +00:00
if_iwm_power.h [iwm] Add basic powermanagement support via ifconfig wlan0 powersave. 2017-05-09 04:15:07 +00:00
if_iwm_scan.c [iwm] include opt_iwm.h and opt_wlan.h consistently in all files. 2017-05-09 02:38:23 +00:00
if_iwm_scan.h [iwm] Enable Energy Based Scan (EBS). 2017-03-25 02:49:20 +00:00
if_iwm_time_event.c [if_iwm] Partly sync if_iwm_binding.c to Linux iwlwifi code. 2017-05-12 05:19:08 +00:00
if_iwm_time_event.h [if_iwm] Partly sync if_iwm_binding.c to Linux iwlwifi code. 2017-05-12 05:19:08 +00:00
if_iwm_util.c [iwm] Allow listening on both chains/atennas to get diversity. 2017-05-09 05:31:38 +00:00
if_iwm_util.h [iwm] Allow listening on both chains/atennas to get diversity. 2017-05-09 05:31:38 +00:00
if_iwm.c [iwm] Properly implement iwm_wme_update callback function. 2017-05-12 05:50:38 +00:00
if_iwmreg.h [iwm] Process multiple frames per RX buffer. 2017-05-12 05:49:24 +00:00
if_iwmvar.h [iwm] Properly implement iwm_wme_update callback function. 2017-05-12 05:50:38 +00:00