From 721644b64588858a0651c76bd5ad386cdb50b9b3 Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Mon, 16 Jun 2008 20:55:29 +0200 Subject: [PATCH] --- yaml --- r: 103169 b: refs/heads/master c: 135a2110c55c71d7ccaf5ac66968b993347fe8e2 h: refs/heads/master i: 103167: f0c8ccd781c743f5062e36d46983167dd3d97e69 v: v3 --- [refs] | 2 +- trunk/net/mac80211/mlme.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 95aba76980dd..debb8f49a87b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8160465dc7197dc1abc426852bb3fa00108923f4 +refs/heads/master: 135a2110c55c71d7ccaf5ac66968b993347fe8e2 diff --git a/trunk/net/mac80211/mlme.c b/trunk/net/mac80211/mlme.c index 6d9a4facf9dd..75c4e9743fb4 100644 --- a/trunk/net/mac80211/mlme.c +++ b/trunk/net/mac80211/mlme.c @@ -1837,11 +1837,12 @@ static void ieee80211_rx_mgmt_auth(struct net_device *dev, auth_transaction, status_code); if (sdata->vif.type == IEEE80211_IF_TYPE_IBSS) { - /* IEEE 802.11 standard does not require authentication in IBSS + /* + * IEEE 802.11 standard does not require authentication in IBSS * networks and most implementations do not seem to use it. * However, try to reply to authentication attempts if someone * has actually implemented this. - * TODO: Could implement shared key authentication. */ + */ if (auth_alg != WLAN_AUTH_OPEN || auth_transaction != 1) { printk(KERN_DEBUG "%s: unexpected IBSS authentication " "frame (alg=%d transaction=%d)\n",