]> git.ipfire.org Git - thirdparty/iw.git/blobdiff - ieee80211.h
iw: document handler return value 1 as HANDLER_RET_USAGE
[thirdparty/iw.git] / ieee80211.h
index 622b042ec42747375d3868fcee2db15b70b78b4f..87456084e2a6202900822ab5317a2349aa550e06 100644 (file)
@@ -46,4 +46,16 @@ struct ieee80211_ht_cap {
        __u8 antenna_selection_info;
 } __attribute__ ((packed));
 
+struct ieee80211_vht_mcs_info {
+       __u16 rx_vht_mcs;
+       __u16 rx_highest;
+       __u16 tx_vht_mcs;
+       __u16 tx_highest;
+} __attribute__ ((packed));
+
+struct ieee80211_vht_cap {
+       __u32 cap_info;
+       struct ieee80211_vht_mcs_info mcs;
+} __attribute__ ((packed));
+
 #endif /* __IEEE80211 */