Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ddb754aa authored by James Prestwood's avatar James Prestwood Committed by Johannes Berg
Browse files

mac80211: notify offchannel expire on mgmt_tx



When the offchannel TX wait time expires, send the appropriate event.

Signed-off-by: default avatarJames Prestwood <james.prestwood@linux.intel.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 1c38c7f2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -202,6 +202,10 @@ static void ieee80211_roc_notify_destroy(struct ieee80211_roc_work *roc)
		cfg80211_remain_on_channel_expired(&roc->sdata->wdev,
						   roc->cookie, roc->chan,
						   GFP_KERNEL);
	else
		cfg80211_tx_mgmt_expired(&roc->sdata->wdev,
					 roc->mgmt_tx_cookie,
					 roc->chan, GFP_KERNEL);

	list_del(&roc->list);
	kfree(roc);