* [PATCH] mac80211: fix IBSS auth
@ 2009-02-09 20:46 Johannes Berg
0 siblings, 0 replies; only message in thread
From: Johannes Berg @ 2009-02-09 20:46 UTC (permalink / raw)
To: John Linville; +Cc: linux-wireless, Jouni Malinen
The code beyond this point is supposed to be used for
non-IBSS (managed) mode only.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Cc: Jouni Malinen <j@w1.fi>
---
net/mac80211/mlme.c | 1 +
1 file changed, 1 insertion(+)
--- wireless-testing.orig/net/mac80211/mlme.c 2009-02-09 21:18:12.000000000 +0100
+++ wireless-testing/net/mac80211/mlme.c 2009-02-09 21:44:43.000000000 +0100
@@ -1175,6 +1175,7 @@ static void ieee80211_rx_mgmt_auth(struc
if (auth_alg != WLAN_AUTH_OPEN || auth_transaction != 1)
return;
ieee80211_send_auth(sdata, ifsta, 2, NULL, 0, 0);
+ return;
}
if (auth_alg != ifsta->auth_alg ||
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-09 20:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-09 20:46 [PATCH] mac80211: fix IBSS auth Johannes Berg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox