aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2019-07-13 18:36:41 +0200
committerJohannes Berg <johannes.berg@intel.com>2019-07-26 13:32:07 +0200
commit2aa485e1148557215337731b2c79f5569edcbbab (patch)
tree290276bc843fcd0c5b8eaee743db111f42f617f0 /net/mac80211/ieee80211_i.h
parentcfg80211: give all multi-BSSID BSS entries the same timestamp (diff)
downloadlinux-dev-2aa485e1148557215337731b2c79f5569edcbbab.tar.xz
linux-dev-2aa485e1148557215337731b2c79f5569edcbbab.zip
mac80211: add support for parsing ADDBA_EXT IEs
ADDBA_EXT IEs can be used to negotiate the BA fragmentation level. Signed-off-by: John Crispin <john@phrozen.org> Link: https://lore.kernel.org/r/20190713163642.18491-2-john@phrozen.org Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to '')
-rw-r--r--net/mac80211/ieee80211_i.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 004e2e3adb88..c67da3575e74 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -1506,6 +1506,7 @@ struct ieee802_11_elems {
u8 max_bssid_indicator;
u8 dtim_count;
u8 dtim_period;
+ const struct ieee80211_addba_ext_ie *addba_ext_ie;
/* length of them, respectively */
u8 ext_capab_len;