freebsd-dev/sys/dev/iwm
Adrian Chadd 9fbe631a1a [net80211] convert all of the WME use over to a temporary copy of WME info.
This removes the direct WME info access in the ieee80211com struct and instead
provides a method of fetching the data.  Right now it's a no-op but eventually
it'll turn into a per-VAP method for drivers that support it (eg iwn, iwm,
upcoming ath10k work) as things like p2p support require this kind of behaviour.

Tested:

* ath(4), STA and AP mode

TODO:

* yes, this is slightly stack size-y, but it is an important first step
  to get drivers migrated over to a sensible WME API.  A lot of per-phy things
  need to be converted to per-VAP before P2P, 11ac firmware, etc stuff shows up.
2018-01-02 00:07:28 +00:00
..
if_iwm_7000.c
if_iwm_8000.c Add support for Intel 8265 WiFi 2017-10-09 15:48:56 +00:00
if_iwm_binding.c
if_iwm_binding.h
if_iwm_config.h Add support for Intel 8265 WiFi 2017-10-09 15:48:56 +00:00
if_iwm_constants.h
if_iwm_debug.h
if_iwm_fw.c
if_iwm_fw.h
if_iwm_led.c
if_iwm_led.h
if_iwm_mac_ctxt.c
if_iwm_mac_ctxt.h
if_iwm_notif_wait.c
if_iwm_notif_wait.h
if_iwm_pcie_trans.c
if_iwm_pcie_trans.h
if_iwm_phy_ctxt.c
if_iwm_phy_ctxt.h
if_iwm_phy_db.c
if_iwm_phy_db.h
if_iwm_power.c
if_iwm_power.h
if_iwm_scan.c [iwm] if_iwm - Use chan list from ieee80211_scan_state for scan, not ic_channels. 2017-07-26 05:26:01 +00:00
if_iwm_scan.h
if_iwm_sf.c
if_iwm_sf.h
if_iwm_sta.c [iwm] Cleanup mbufq draining. Add iwm_xmit_queue_drain() like in iwn(4). 2017-07-26 05:29:08 +00:00
if_iwm_sta.h
if_iwm_time_event.c
if_iwm_time_event.h
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 [net80211] convert all of the WME use over to a temporary copy of WME info. 2018-01-02 00:07:28 +00:00
if_iwmreg.h kernel: Fix several typos and minor errors 2017-12-27 03:23:21 +00:00
if_iwmvar.h [iwm] Sync statistics API definitions with Linux iwlwifi. 2017-07-26 05:40:52 +00:00