Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328299
b: refs/heads/master
c: 2514ec8
h: refs/heads/master
i:
  328297: 1b1739b
  328295: 4cd9331
v: v3
  • Loading branch information
Sylvain Roger Rieunier authored and Johannes Berg committed Sep 20, 2012
1 parent 1d5fa6b commit 017a018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 552bff0c2fec8953ba3793d75ee335032cc0b47c
refs/heads/master: 2514ec86531481713036081e93a353bbd02e542b
2 changes: 1 addition & 1 deletion trunk/net/mac80211/ibss.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 017a018

Please sign in to comment.