mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-18 10:56:14 +00:00
mac80211: fix typo in debug print
Signed-off-by: Sara Sharon <sara.sharon@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
2595d259b6
commit
09e0a2fe10
@ -85,7 +85,7 @@ void ___ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid,
|
|||||||
ht_dbg(sta->sdata,
|
ht_dbg(sta->sdata,
|
||||||
"Rx BA session stop requested for %pM tid %u %s reason: %d\n",
|
"Rx BA session stop requested for %pM tid %u %s reason: %d\n",
|
||||||
sta->sta.addr, tid,
|
sta->sta.addr, tid,
|
||||||
initiator == WLAN_BACK_RECIPIENT ? "recipient" : "inititator",
|
initiator == WLAN_BACK_RECIPIENT ? "recipient" : "initiator",
|
||||||
(int)reason);
|
(int)reason);
|
||||||
|
|
||||||
if (drv_ampdu_action(local, sta->sdata, ¶ms))
|
if (drv_ampdu_action(local, sta->sdata, ¶ms))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user