wireless: mark element IDs 8 and 9 reserved
authorJohannes Berg <johannes.berg@intel.com>
Fri, 28 Aug 2015 12:31:48 +0000 (14:31 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 22 Sep 2015 13:21:27 +0000 (15:21 +0200)
These were never used in the tree, and are marked as reserved
in the IEEE 802.11 documentation (ANA).

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/ipw2x00/libipw_rx.c
include/linux/ieee80211.h

index a6877dd6ba7352361f6fb0401a3fd0f4cdf7bac9..cef7f7d79cd9278e37a83ef0306254cf6fa138ad 100644 (file)
@@ -1091,8 +1091,6 @@ static const char *get_info_element_string(u16 id)
                MFIE_STRING(TIM);
                MFIE_STRING(IBSS_PARAMS);
                MFIE_STRING(COUNTRY);
-               MFIE_STRING(HP_PARAMS);
-               MFIE_STRING(HP_TABLE);
                MFIE_STRING(REQUEST);
                MFIE_STRING(CHALLENGE);
                MFIE_STRING(PWR_CONSTRAINT);
index 19eb9ecd6cf36a05aae580b334cb4ad250dd0a10..f79a02a69d264c2c2c32c5d045c4ddc3c836aeb2 100644 (file)
@@ -1746,8 +1746,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,
This page took 0.027817 seconds and 5 git commands to generate.