summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ipw2x00
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2015-08-28 12:31:48 (GMT)
committerJohannes Berg <johannes.berg@intel.com>2015-09-22 13:21:27 (GMT)
commit0edd5faeb07bfd3ec5402f9467e4c169dcd131e8 (patch)
tree842e37957d7b86396df61fd3c06370819784ed81 /drivers/net/wireless/ipw2x00
parent338c17ae311e6b5a439573a4043fd2d9237cd1d5 (diff)
downloadlinux-0edd5faeb07bfd3ec5402f9467e4c169dcd131e8.tar.xz
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 <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/ipw2x00')
-rw-r--r--drivers/net/wireless/ipw2x00/libipw_rx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ipw2x00/libipw_rx.c b/drivers/net/wireless/ipw2x00/libipw_rx.c
index a6877dd..cef7f7d 100644
--- a/drivers/net/wireless/ipw2x00/libipw_rx.c
+++ b/drivers/net/wireless/ipw2x00/libipw_rx.c
@@ -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);