From: yes@test.org
To: johannes@sipsolutions.net
Cc: linux-wireless@vger.kernel.org, nbd@openwrt.org,
Sylvain Roger Rieunier <sylvain.roger.rieunier@gmail.com>
Subject: [PATCH] mac80211 : Fix Ibss debug message Tx authentication
Date: Thu, 20 Sep 2012 10:03:29 +0200 [thread overview]
Message-ID: <1348128209-2625-1-git-send-email-yes> (raw)
In-Reply-To: <yesy>
From: Sylvain Roger Rieunier <sylvain.roger.rieunier@gmail.com>
In ibss debug message Tx authentication BSSID and DA address Were reversed
Signed-off-by: Sylvain Roger Rieunier <sylvain.roger.rieunier@gmail.com>
---
net/mac80211/ibss.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/mac80211/ibss.c b/net/mac80211/ibss.c
index a9d9328..a4f7d37 100644
--- a/net/mac80211/ibss.c
+++ b/net/mac80211/ibss.c
@@ -278,7 +278,7 @@ static struct sta_info *ieee80211_ibss_finish_sta(struct sta_info *sta,
if (auth && !sdata->u.ibss.auth_frame_registrations) {
ibss_dbg(sdata,
"TX Auth SA=%pM DA=%pM BSSID=%pM (auth_transaction=1)\n",
- sdata->vif.addr, sdata->u.ibss.bssid, addr);
+ sdata->vif.addr, addr, sdata->u.ibss.bssid);
ieee80211_send_auth(sdata, 1, WLAN_AUTH_OPEN, NULL, 0,
addr, sdata->u.ibss.bssid, NULL, 0, 0);
}
--
1.7.9.5
next parent reply other threads:[~2012-09-20 8:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <yesy>
2012-09-20 8:03 ` yes [this message]
2012-09-20 8:32 ` [PATCH] mac80211 : Fix Ibss debug message Tx authentication Johannes Berg
[not found] <yes>
2012-09-20 7:28 ` yes
2012-09-20 7:55 ` Johannes Berg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1348128209-2625-1-git-send-email-yes \
--to=yes@test.org \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
--cc=nbd@openwrt.org \
--cc=sylvain.roger.rieunier@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.