From: Johannes Berg Date: Fri, 28 Aug 2015 12:31:48 +0000 (+0200) Subject: wireless: mark element IDs 8 and 9 reserved X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=70366bce2fdd5d84e5c9cff4766987d9ab94992a;p=carl9170fw.git wireless: mark element IDs 8 and 9 reserved These were never used in the tree, and are marked as reserved in the IEEE 802.11 documentation (ANA). Signed-off-by: Johannes Berg Signed-off-by: Christian Lamparter --- diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index eed0feb..05f5501 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h @@ -1765,8 +1765,7 @@ enum ieee80211_eid { WLAN_EID_TIM = 5, WLAN_EID_IBSS_PARAMS = 6, WLAN_EID_COUNTRY = 7, - WLAN_EID_HP_PARAMS = 8, - WLAN_EID_HP_TABLE = 9, + /* 8, 9 reserved */ WLAN_EID_REQUEST = 10, WLAN_EID_QBSS_LOAD = 11, WLAN_EID_EDCA_PARAM_SET = 12,