|
@@ -1813,6 +1813,9 @@ enum nl80211_mpath_info {
|
|
|
* @NL80211_BAND_ATTR_HT_CAPA: HT capabilities, as in the HT information IE
|
|
|
* @NL80211_BAND_ATTR_HT_AMPDU_FACTOR: A-MPDU factor, as in 11n
|
|
|
* @NL80211_BAND_ATTR_HT_AMPDU_DENSITY: A-MPDU density, as in 11n
|
|
|
+ * @NL80211_BAND_ATTR_VHT_MCS_SET: 32-byte attribute containing the MCS set as
|
|
|
+ * defined in 802.11ac
|
|
|
+ * @NL80211_BAND_ATTR_VHT_CAPA: VHT capabilities, as in the HT information IE
|
|
|
* @NL80211_BAND_ATTR_MAX: highest band attribute currently defined
|
|
|
* @__NL80211_BAND_ATTR_AFTER_LAST: internal use
|
|
|
*/
|
|
@@ -1826,6 +1829,9 @@ enum nl80211_band_attr {
|
|
|
NL80211_BAND_ATTR_HT_AMPDU_FACTOR,
|
|
|
NL80211_BAND_ATTR_HT_AMPDU_DENSITY,
|
|
|
|
|
|
+ NL80211_BAND_ATTR_VHT_MCS_SET,
|
|
|
+ NL80211_BAND_ATTR_VHT_CAPA,
|
|
|
+
|
|
|
/* keep last */
|
|
|
__NL80211_BAND_ATTR_AFTER_LAST,
|
|
|
NL80211_BAND_ATTR_MAX = __NL80211_BAND_ATTR_AFTER_LAST - 1
|