X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=include%2Flinux%2Fieee80211.h;h=fa85ff3f998a0964eb2b559ca7f0200965207e53;hp=4764254b88a7ed0595bea59a0978c82e91755b9b;hb=e0490281e8edf1c62d7fc41296cbdddb0e22d3a6;hpb=c6134df3327d741667d598fc1d447a0178a90f04 diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index 4764254..fa85ff3 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h @@ -1242,6 +1242,21 @@ struct ieee80211_vht_cap { struct ieee80211_vht_mcs_info supp_mcs; } __packed; +/** + * enum ieee80211_vht_chanwidth - VHT channel width + * @IEEE80211_VHT_CHANWIDTH_USE_HT: use the HT operation IE to + * determine the channel width (20 or 40 MHz) + * @IEEE80211_VHT_CHANWIDTH_80MHZ: 80 MHz bandwidth + * @IEEE80211_VHT_CHANWIDTH_160MHZ: 160 MHz bandwidth + * @IEEE80211_VHT_CHANWIDTH_80P80MHZ: 80+80 MHz bandwidth + */ +enum ieee80211_vht_chanwidth { + IEEE80211_VHT_CHANWIDTH_USE_HT = 0, + IEEE80211_VHT_CHANWIDTH_80MHZ = 1, + IEEE80211_VHT_CHANWIDTH_160MHZ = 2, + IEEE80211_VHT_CHANWIDTH_80P80MHZ = 3, +}; + /** * struct ieee80211_vht_operation - VHT operation IE *