aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/status.c')
-rw-r--r--net/mac80211/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/status.c b/net/mac80211/status.c
index 1658efaa2e8..04cdbaf160b 100644
--- a/net/mac80211/status.c
+++ b/net/mac80211/status.c
@@ -336,7 +336,7 @@ void ieee80211_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb)
336 continue; 336 continue;
337 if (wk->offchan_tx.frame != skb) 337 if (wk->offchan_tx.frame != skb)
338 continue; 338 continue;
339 wk->offchan_tx.frame = NULL; 339 wk->offchan_tx.status = true;
340 break; 340 break;
341 } 341 }
342 rcu_read_unlock(); 342 rcu_read_unlock();