diff options
author | Sara Sharon <sara.sharon@intel.com> | 2019-03-15 17:39:06 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2019-04-26 13:02:11 +0200 |
commit | 5023b14cf4df4d22e1a80738167f3438c9e62e5f (patch) | |
tree | 11ceff2719773e48952818ba9c393cdd186a8220 /net/mac80211/ieee80211_i.h | |
parent | fe806e4992c9047affd263bcc13b2c047029a726 (diff) | |
download | linux-stable-5023b14cf4df4d22e1a80738167f3438c9e62e5f.tar.gz linux-stable-5023b14cf4df4d22e1a80738167f3438c9e62e5f.tar.bz2 linux-stable-5023b14cf4df4d22e1a80738167f3438c9e62e5f.zip |
mac80211: support profile split between elements
Since an element is limited to 255 octets, a profile may be split
split to several elements. Support the split as defined in the 11ax
draft 3.
Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index e170f986d226..c5708f8a7401 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h @@ -1505,7 +1505,6 @@ struct ieee802_11_elems { const struct ieee80211_bss_max_idle_period_ie *max_idle_period_ie; const struct ieee80211_multiple_bssid_configuration *mbssid_config_ie; const struct ieee80211_bssid_index *bssid_index; - const u8 *nontransmitted_bssid_profile; u8 max_bssid_indicator; u8 dtim_count; u8 dtim_period; |