diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-12-27 12:26:42 -0500 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-02-15 03:41:31 -0500 |
commit | 8921d04e8df7475d733d853564bdb001e83bf33f (patch) | |
tree | 44961c6570025b439e7f6b905819d6e54e2d6b43 /net/mac80211/ieee80211_i.h | |
parent | 7bf9b9a0f0372d45b581f00173505fb76a9c5d23 (diff) |
mac80211: track number of spatial streams
With VHT, a station can change the number of spatial
streams it can receive on the fly, not unlike spatial
multiplexing in HT. Prepare for that by tracking the
maximum number of spatial streams it can receive when
the connection is established.
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, 1 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 6b41d7787a5a..3b13af4e6c49 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -1432,6 +1432,7 @@ void ieee80211_vht_cap_ie_to_sta_vht_cap(struct ieee80211_sub_if_data *sdata, | |||
1432 | struct ieee80211_vht_cap *vht_cap_ie, | 1432 | struct ieee80211_vht_cap *vht_cap_ie, |
1433 | struct sta_info *sta); | 1433 | struct sta_info *sta); |
1434 | enum ieee80211_sta_rx_bandwidth ieee80211_sta_cur_vht_bw(struct sta_info *sta); | 1434 | enum ieee80211_sta_rx_bandwidth ieee80211_sta_cur_vht_bw(struct sta_info *sta); |
1435 | void ieee80211_sta_set_rx_nss(struct sta_info *sta); | ||
1435 | 1436 | ||
1436 | /* Spectrum management */ | 1437 | /* Spectrum management */ |
1437 | void ieee80211_process_measurement_req(struct ieee80211_sub_if_data *sdata, | 1438 | void ieee80211_process_measurement_req(struct ieee80211_sub_if_data *sdata, |