aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/wpa.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/wpa.c')
-rw-r--r--net/mac80211/wpa.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/mac80211/wpa.c b/net/mac80211/wpa.c
index 6db649480e8f..3a20b036ef4c 100644
--- a/net/mac80211/wpa.c
+++ b/net/mac80211/wpa.c
@@ -90,7 +90,6 @@ ieee80211_rx_h_michael_mic_verify(struct ieee80211_rx_data *rx)
90 u8 mic[MICHAEL_MIC_LEN]; 90 u8 mic[MICHAEL_MIC_LEN];
91 struct sk_buff *skb = rx->skb; 91 struct sk_buff *skb = rx->skb;
92 int authenticator = 1, wpa_test = 0; 92 int authenticator = 1, wpa_test = 0;
93 DECLARE_MAC_BUF(mac);
94 93
95 /* 94 /*
96 * No way to verify the MIC if the hardware stripped it 95 * No way to verify the MIC if the hardware stripped it
@@ -227,7 +226,6 @@ ieee80211_crypto_tkip_decrypt(struct ieee80211_rx_data *rx)
227 int hdrlen, res, hwaccel = 0, wpa_test = 0; 226 int hdrlen, res, hwaccel = 0, wpa_test = 0;
228 struct ieee80211_key *key = rx->key; 227 struct ieee80211_key *key = rx->key;
229 struct sk_buff *skb = rx->skb; 228 struct sk_buff *skb = rx->skb;
230 DECLARE_MAC_BUF(mac);
231 229
232 hdrlen = ieee80211_hdrlen(hdr->frame_control); 230 hdrlen = ieee80211_hdrlen(hdr->frame_control);
233 231
@@ -453,7 +451,6 @@ ieee80211_crypto_ccmp_decrypt(struct ieee80211_rx_data *rx)
453 struct sk_buff *skb = rx->skb; 451 struct sk_buff *skb = rx->skb;
454 u8 pn[CCMP_PN_LEN]; 452 u8 pn[CCMP_PN_LEN];
455 int data_len; 453 int data_len;
456 DECLARE_MAC_BUF(mac);
457 454
458 hdrlen = ieee80211_hdrlen(hdr->frame_control); 455 hdrlen = ieee80211_hdrlen(hdr->frame_control);
459 456