]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: mac80211: Cleanup sta TXQs on flush
authorAlexander Wetzel <Alexander@wetzel-home.de>
Tue, 4 Feb 2025 12:31:29 +0000 (13:31 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 11 Feb 2025 11:40:18 +0000 (12:40 +0100)
commit5b999006e35ea9c11116ddff7e375b256421d0af
tree5f621ac74caf1479fa1e7081ba52877467be17b4
parent49f27f29446a5bfe633dd2cc0cfebd48a1a5e77f
wifi: mac80211: Cleanup sta TXQs on flush

Drop the sta TXQs on flush when the drivers is not supporting
flush.

ieee80211_set_disassoc() tries to clean up everything for the sta.
But it ignored queued frames in the sta TX queues when the driver
isn't supporting the flush driver ops.

Signed-off-by: Alexander Wetzel <Alexander@wetzel-home.de>
Link: https://patch.msgid.link/20250204123129.9162-1-Alexander@wetzel-home.de
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/util.c