diff options
Diffstat (limited to 'net/mac80211/work.c')
-rw-r--r-- | net/mac80211/work.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/work.c b/net/mac80211/work.c index af374fab1a12..94472eb34d76 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 | ||