Skip to content

Commit 09e0a2f

Browse files
sara-sjmberg-intel
authored andcommitted
mac80211: fix typo in debug print
Signed-off-by: Sara Sharon <[email protected]> Signed-off-by: Johannes Berg <[email protected]>
1 parent 2595d25 commit 09e0a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/mac80211/agg-rx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ void ___ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid,
8585
ht_dbg(sta->sdata,
8686
"Rx BA session stop requested for %pM tid %u %s reason: %d\n",
8787
sta->sta.addr, tid,
88-
initiator == WLAN_BACK_RECIPIENT ? "recipient" : "inititator",
88+
initiator == WLAN_BACK_RECIPIENT ? "recipient" : "initiator",
8989
(int)reason);
9090

9191
if (drv_ampdu_action(local, sta->sdata, &params))

0 commit comments

Comments
 (0)