aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_ht.h
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2020-06-13 22:20:02 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2020-06-13 22:20:02 +0000
commitea3d5fd9df90708b5b996a96dc694c7939e0305d (patch)
treed87793c05799a4d9ef06202817d82da2630d4bbd /sys/net80211/ieee80211_ht.h
parentd60bdf8569958540cef80559a94bfdec9491d191 (diff)
downloadsrc-ea3d5fd9df90708b5b996a96dc694c7939e0305d.tar.gz
src-ea3d5fd9df90708b5b996a96dc694c7939e0305d.zip
[net80211] separate out node allocation and node initialisation.
This is a new, optional (for now!) method that drivers can use to separate node allocation and node initialisation. Right now they're the same, and drivers that need to do node allocation via firmware commands need to sleep and thus they need to defer node allocation into an internal taskqueue. Right now they're just separate but not deferred. Later on if I get the time we'll start deferring the node and key related operations but that requires making a bunch of other stuff (notably things that generate frames!) also async/deferred. Tested: * RT3593, STA/DWDS mode * AR9380, STA/AP modes * QCA9880 (athp) - STA/AP modes
Notes
Notes: svn path=/head/; revision=362156
Diffstat (limited to 'sys/net80211/ieee80211_ht.h')
0 files changed, 0 insertions, 0 deletions