projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1551808
)
mac80211: Show max number of probe tries in debug message.
author
Ben Greear
<greearb@candelatech.com>
Tue, 7 Dec 2010 19:27:01 +0000
(11:27 -0800)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 8 Dec 2010 20:38:44 +0000
(15:38 -0500)
Signed-off-by: Ben Greear <greearb@candelatech.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/work.c
patch
|
blob
|
history
diff --git
a/net/mac80211/work.c
b/net/mac80211/work.c
index
2b5c3f2
..
de43753
100644
(file)
--- a/
net/mac80211/work.c
+++ b/
net/mac80211/work.c
@@
-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