aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_sta.c
diff options
context:
space:
mode:
authorRon Rindjunsky <ron.rindjunsky@intel.com>2008-03-18 18:00:30 -0400
committerJohn W. Linville <linville@tuxdriver.com>2008-03-25 16:41:56 -0400
commit2e354ed7bec8a6fc9ecc71e908555af708583c30 (patch)
tree2fcedbaa9571c7009fabde4f88507afc2cbc1c35 /net/mac80211/ieee80211_sta.c
parentfab7d4a2b1d8ce47b69a133f6f9a203b0f12636e (diff)
mac80211: fixing delba debug print
This patch fixes a wrong debug print when receiving delba Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/ieee80211_sta.c')
-rw-r--r--net/mac80211/ieee80211_sta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_sta.c b/net/mac80211/ieee80211_sta.c
index 86da69f44384..28703d1e8362 100644
--- 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,
1427 if (net_ratelimit()) 1427 if (net_ratelimit())
1428 printk(KERN_DEBUG "delba from %s (%s) tid %d reason code %d\n", 1428 printk(KERN_DEBUG "delba from %s (%s) tid %d reason code %d\n",
1429 print_mac(mac, mgmt->sa), 1429 print_mac(mac, mgmt->sa),
1430 initiator ? "recipient" : "initiator", tid, 1430 initiator ? "initiator" : "recipient", tid,
1431 mgmt->u.action.u.delba.reason_code); 1431 mgmt->u.action.u.delba.reason_code);
1432#endif /* CONFIG_MAC80211_HT_DEBUG */ 1432#endif /* CONFIG_MAC80211_HT_DEBUG */
1433 1433