diff mbox

[2.6.34] mac80211: Fix auth retries if AP sends temporary deauth

Message ID AANLkTilV1t1737ciSPyyETeBEcN_QXsYxgEwpZIIucR2@mail.gmail.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Paul Stewart July 1, 2010, 5:21 p.m. UTC
None
diff mbox

Patch

diff --git a/net/mac80211/work.c b/net/mac80211/work.c
index 15e1ba9..800929e 100644
--- a/net/mac80211/work.c
+++ b/net/mac80211/work.c
@@ -1006,7 +1006,7 @@  ieee80211_rx_result
ieee80211_work_rx_mgmt(struct ieee80211_sub_if_data *sdata,
 	struct ieee80211_local *local = sdata->local;
 	struct ieee80211_mgmt *mgmt;
 	struct ieee80211_work *wk;
-	u16 fc;
+	u16 fc, reason_code;

 	if (skb->len < 24)