freebsd-dev/sys/dev/bwn
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_bwn_bhnd.c Add basic bwn(4) support for the (BCMA-based) BCM43224 and BCM43225. 2017-12-14 06:45:04 +00:00
if_bwn_chipid.h [bwn] add BCMA chip identifiers. 2016-05-14 20:03:24 +00:00
if_bwn_cordic.h [bwn] add an implementation of "cordic" and imaginary math. 2016-05-14 23:33:13 +00:00
if_bwn_debug.h [bwn] add opt_wlan.h and opt_bwn.h so we can enable bwn debugging as appropriate. 2016-05-16 22:56:45 +00:00
if_bwn_misc.h [bwn] implement reset improvements in preparation for PHY-N support 2016-05-14 23:20:46 +00:00
if_bwn_pci.c Add basic bwn(4) support for the (BCMA-based) BCM43224 and BCM43225. 2017-12-14 06:45:04 +00:00
if_bwn_pcivar.h Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_phy_common.c Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_phy_common.h [bwn] begin migrating PHY common routines into if_bwn_phy_common.[ch]. 2016-05-14 20:11:48 +00:00
if_bwn_phy_g.c Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_phy_g.h [bwn] add new types, prepare for PHY-N; prepare for rev 5xx firmware. 2016-05-14 23:38:21 +00:00
if_bwn_phy_lp.c Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_phy_lp.h [bwn] break out the LP PHY code into a separate file. 2016-05-02 21:06:02 +00:00
if_bwn_phy_n.c Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_phy_n.h [bwn] add PHY-N glue. 2016-05-17 07:11:12 +00:00
if_bwn_siba_compat.c bhnd(4)/bwn(4): Fix a number of small issues reported by Coverity. 2017-12-15 04:51:47 +00:00
if_bwn_siba_compat.h Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_siba.c Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_siba.h Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_util.c Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00
if_bwn_util.h [bwn] add Q52 macros. 2016-05-14 20:09:37 +00:00
if_bwn.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_bwnreg.h Add basic bwn(4) support for the (BCMA-based) BCM43224 and BCM43225. 2017-12-14 06:45:04 +00:00
if_bwnvar.h Introduce bwn(4) support for the bhnd(4) bus. 2017-12-02 02:21:27 +00:00