diff options
author | Arik Nemtsov <arik@wizery.com> | 2015-03-01 02:10:02 -0500 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2015-03-03 09:56:07 -0500 |
commit | fb28ec0ce4acd54cb1972d224e2caf287b60d9c9 (patch) | |
tree | 03c84fbd5f5938f4f9ff19d7b9b22499fca4f14c /net/mac80211/ieee80211_i.h | |
parent | 954a86ef45ffa2db4e361d5344ed61464fb2a204 (diff) |
mac80211: TDLS: support VHT between peers
Add the AID and VHT-cap/operation IEs during TDLS setup. Remove the
block of TDLS peers when setting HT-caps of the peer station.
Signed-off-by: Arik Nemtsov <arikx.nemtsov@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 2c14447e1f4c..0266c573c366 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -1943,6 +1943,8 @@ u8 *ieee80211_ie_build_ht_oper(u8 *pos, struct ieee80211_sta_ht_cap *ht_cap, | |||
1943 | u16 prot_mode); | 1943 | u16 prot_mode); |
1944 | u8 *ieee80211_ie_build_vht_cap(u8 *pos, struct ieee80211_sta_vht_cap *vht_cap, | 1944 | u8 *ieee80211_ie_build_vht_cap(u8 *pos, struct ieee80211_sta_vht_cap *vht_cap, |
1945 | u32 cap); | 1945 | u32 cap); |
1946 | u8 *ieee80211_ie_build_vht_oper(u8 *pos, struct ieee80211_sta_vht_cap *vht_cap, | ||
1947 | const struct cfg80211_chan_def *chandef); | ||
1946 | int ieee80211_parse_bitrates(struct cfg80211_chan_def *chandef, | 1948 | int ieee80211_parse_bitrates(struct cfg80211_chan_def *chandef, |
1947 | const struct ieee80211_supported_band *sband, | 1949 | const struct ieee80211_supported_band *sband, |
1948 | const u8 *srates, int srates_len, u32 *rates); | 1950 | const u8 *srates, int srates_len, u32 *rates); |