X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fieee80211.h;fp=include%2Flinux%2Fieee80211.h;h=5d7b15fc77b0b5f7d59d10b3459ce1a9abfa3f5f;hb=873cd42a6358bb3baed71ce53284a9fcce79355d;hp=efb19c6222fba2c8e7b1ac452be0288866819372;hpb=34be7eb0ae8e9a0a35c17ca6e2d489edf2be54a9;p=carl9170fw.git diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index efb19c6..5d7b15f 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h @@ -692,6 +692,16 @@ struct ieee80211_ext_chansw_ie { u8 count; } __packed; +/** + * struct ieee80211_sec_chan_offs_ie - secondary channel offset IE + * @sec_chan_offs: secondary channel offset, uses IEEE80211_HT_PARAM_CHA_SEC_* + * values here + * This structure represents the "Secondary Channel Offset element" + */ +struct ieee80211_sec_chan_offs_ie { + u8 sec_chan_offs; +} __packed; + /** * struct ieee80211_tim * @@ -1641,6 +1651,7 @@ enum ieee80211_eid { WLAN_EID_HT_CAPABILITY = 45, WLAN_EID_HT_OPERATION = 61, + WLAN_EID_SECONDARY_CHANNEL_OFFSET = 62, WLAN_EID_RSN = 48, WLAN_EID_MMIE = 76,