adrian 37d68cafec [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
..
2017-12-20 19:14:16 +00:00
2017-09-14 15:34:45 +00:00
2017-11-30 07:24:33 +00:00
2017-11-09 13:38:17 +00:00
2017-12-30 19:27:22 +00:00
2017-12-06 23:05:22 +00:00
2017-12-21 00:35:14 +00:00
2017-09-27 05:59:54 +00:00
2017-11-30 20:33:45 +00:00
2017-12-19 14:11:41 +00:00
2017-12-30 22:01:17 +00:00
2017-11-30 20:33:45 +00:00
2017-10-21 07:23:45 +00:00
2017-11-30 20:33:45 +00:00
2017-12-29 00:59:56 +00:00
2017-12-31 23:40:06 +00:00
2017-07-01 05:35:29 +00:00