Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225137
b: refs/heads/master
c: 2f88675
h: refs/heads/master
i:
  225135: 7243018
v: v3
  • Loading branch information
Ben Greear authored and John W. Linville committed Dec 8, 2010
1 parent 834bf15 commit 92d4c4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 155180803c95c7b14b355f60431bef45116c151e
refs/heads/master: 2f886750118c1781d3b53268bf25519aef1d4d71
5 changes: 3 additions & 2 deletions trunk/net/mac80211/work.c
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,9 @@ ieee80211_direct_probe(struct ieee80211_work *wk)
return WORK_ACT_TIMEOUT;
}

printk(KERN_DEBUG "%s: direct probe to %pM (try %d)\n",
sdata->name, wk->filter_ta, wk->probe_auth.tries);
printk(KERN_DEBUG "%s: direct probe to %pM (try %d/%i)\n",
sdata->name, wk->filter_ta, wk->probe_auth.tries,
IEEE80211_AUTH_MAX_TRIES);

/*
* Direct probe is sent to broadcast address as some APs
Expand Down

0 comments on commit 92d4c4a

Please sign in to comment.