aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211')
-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