summaryrefslogtreecommitdiff
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2013-02-12 15:27:04 (GMT)
committerJohannes Berg <johannes.berg@intel.com>2013-02-15 08:41:12 (GMT)
commit441a33baf1805861354fb9e3149c000311b6996f (patch)
treeccde980ca5ef27401ba49be7cacd7ef37c4e43a7 /net/mac80211/ieee80211_i.h
parent5b36ebd8249f403c7edf7cf68d68e9a0d0f55243 (diff)
downloadlinux-fsl-qoriq-441a33baf1805861354fb9e3149c000311b6996f.tar.xz
mac80211: don't pick up WPA vendor IE
There's no use for it, WPA is entirely handled in wpa_supplicant in userspace, so don't pick the IE. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 52bf954..8f95644 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -1175,7 +1175,6 @@ struct ieee802_11_elems {
struct ieee80211_tim_ie *tim;
u8 *ibss_params;
u8 *challenge;
- u8 *wpa;
u8 *rsn;
u8 *erp_info;
u8 *ext_supp_rates;
@@ -1208,7 +1207,6 @@ struct ieee802_11_elems {
u8 tim_len;
u8 ibss_params_len;
u8 challenge_len;
- u8 wpa_len;
u8 rsn_len;
u8 erp_info_len;
u8 ext_supp_rates_len;