projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fab7d4a
)
mac80211: fixing delba debug print
author
Ron Rindjunsky
<
[email protected]
>
Tue, 18 Mar 2008 22:00:30 +0000
(15:00 -0700)
committer
John W. Linville
<
[email protected]
>
Tue, 25 Mar 2008 20:41:56 +0000
(16:41 -0400)
This patch fixes a wrong debug print when receiving delba
Signed-off-by: Ron Rindjunsky <
[email protected]
>
Signed-off-by: Tomas Winkler <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
net/mac80211/ieee80211_sta.c
patch
|
blob
|
history
diff --git
a/net/mac80211/ieee80211_sta.c
b/net/mac80211/ieee80211_sta.c
index 86da69f443847d6b6d459115c7427c5f7ce961e0..28703d1e836253fd96dbe43e9ce5feafc391b636 100644
(file)
--- a/
net/mac80211/ieee80211_sta.c
+++ b/
net/mac80211/ieee80211_sta.c
@@
-1427,7
+1427,7
@@
static void ieee80211_sta_process_delba(struct net_device *dev,
if (net_ratelimit())
printk(KERN_DEBUG "delba from %s (%s) tid %d reason code %d\n",
print_mac(mac, mgmt->sa),
- initiator ? "
recipient" : "initiator
", tid,
+ initiator ? "
initiator" : "recipient
", tid,
mgmt->u.action.u.delba.reason_code);
#endif /* CONFIG_MAC80211_HT_DEBUG */