Commit 0edd5fae authored by Johannes Berg's avatar Johannes Berg

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: default avatarJohannes Berg <johannes.berg@intel.com>
parent 338c17ae
...@@ -1091,8 +1091,6 @@ static const char *get_info_element_string(u16 id) ...@@ -1091,8 +1091,6 @@ static const char *get_info_element_string(u16 id)
MFIE_STRING(TIM); MFIE_STRING(TIM);
MFIE_STRING(IBSS_PARAMS); MFIE_STRING(IBSS_PARAMS);
MFIE_STRING(COUNTRY); MFIE_STRING(COUNTRY);
MFIE_STRING(HP_PARAMS);
MFIE_STRING(HP_TABLE);
MFIE_STRING(REQUEST); MFIE_STRING(REQUEST);
MFIE_STRING(CHALLENGE); MFIE_STRING(CHALLENGE);
MFIE_STRING(PWR_CONSTRAINT); MFIE_STRING(PWR_CONSTRAINT);
......
...@@ -1746,8 +1746,7 @@ enum ieee80211_eid { ...@@ -1746,8 +1746,7 @@ enum ieee80211_eid {
WLAN_EID_TIM = 5, WLAN_EID_TIM = 5,
WLAN_EID_IBSS_PARAMS = 6, WLAN_EID_IBSS_PARAMS = 6,
WLAN_EID_COUNTRY = 7, WLAN_EID_COUNTRY = 7,
WLAN_EID_HP_PARAMS = 8, /* 8, 9 reserved */
WLAN_EID_HP_TABLE = 9,
WLAN_EID_REQUEST = 10, WLAN_EID_REQUEST = 10,
WLAN_EID_QBSS_LOAD = 11, WLAN_EID_QBSS_LOAD = 11,
WLAN_EID_EDCA_PARAM_SET = 12, WLAN_EID_EDCA_PARAM_SET = 12,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment