diff options
author | Janusz Dziedzic <janusz.dziedzic@tieto.com> | 2013-12-05 14:42:58 -0500 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-12-16 10:05:17 -0500 |
commit | 204e35a91c4b3327b7239d7687fbd4923edbbf08 (patch) | |
tree | 5cdcf56ed93325e22a9554e3be803278ed0b8c7b /include/net | |
parent | 31f1f4ec51bd264ba133ff0211b241546ba95c9d (diff) |
nl80211: add VHT support for set_bitrate_mask
Add VHT MCS/NSS set support for nl80211_set_tx_bitrate_mask().
This should be used mainly for test purpose, to check
different MCS/NSS VHT combinations.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/cfg80211.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 6c3a650f3a8f..80a10212b1b9 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -1767,6 +1767,7 @@ struct cfg80211_bitrate_mask { | |||
1767 | struct { | 1767 | struct { |
1768 | u32 legacy; | 1768 | u32 legacy; |
1769 | u8 ht_mcs[IEEE80211_HT_MCS_MASK_LEN]; | 1769 | u8 ht_mcs[IEEE80211_HT_MCS_MASK_LEN]; |
1770 | u16 vht_mcs[NL80211_VHT_NSS_MAX]; | ||
1770 | } control[IEEE80211_NUM_BANDS]; | 1771 | } control[IEEE80211_NUM_BANDS]; |
1771 | }; | 1772 | }; |
1772 | /** | 1773 | /** |