diff options
author | Sara Sharon <sara.sharon@intel.com> | 2017-02-20 14:24:38 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2017-02-27 14:09:49 +0100 |
commit | 09e0a2fe102208cbaf39510b8b04dd524d7d2935 (patch) | |
tree | 258c374f88148df1af3ca98ed3391001a3f39a2a /net/mac80211/agg-rx.c | |
parent | 2595d259b667114431501bae51b45d6656b987d1 (diff) |
mac80211: fix typo in debug print
Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/agg-rx.c')
-rw-r--r-- | net/mac80211/agg-rx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/agg-rx.c b/net/mac80211/agg-rx.c index 58ad23a44109..4456559cb056 100644 --- a/net/mac80211/agg-rx.c +++ b/net/mac80211/agg-rx.c @@ -85,7 +85,7 @@ void ___ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid, ht_dbg(sta->sdata, "Rx BA session stop requested for %pM tid %u %s reason: %d\n", sta->sta.addr, tid, - initiator == WLAN_BACK_RECIPIENT ? "recipient" : "inititator", + initiator == WLAN_BACK_RECIPIENT ? "recipient" : "initiator", (int)reason); if (drv_ampdu_action(local, sta->sdata, ¶ms)) |