aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/work.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/work.c')
-rw-r--r--net/mac80211/work.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/work.c b/net/mac80211/work.c
index af374fab1a1..94472eb34d7 100644
--- a/net/mac80211/work.c
+++ b/net/mac80211/work.c
@@ -577,7 +577,7 @@ ieee80211_offchannel_tx(struct ieee80211_work *wk)
577 /* 577 /*
578 * After this, offchan_tx.frame remains but now is no 578 * After this, offchan_tx.frame remains but now is no
579 * longer a valid pointer -- we still need it as the 579 * longer a valid pointer -- we still need it as the
580 * cookie for canceling this work. 580 * cookie for canceling this work/status matching.
581 */ 581 */
582 ieee80211_tx_skb(wk->sdata, wk->offchan_tx.frame); 582 ieee80211_tx_skb(wk->sdata, wk->offchan_tx.frame);
583 583