wifi: mac80211: add flush_sta method
authorJohannes Berg <johannes.berg@intel.com>
Fri, 31 Mar 2023 14:59:17 +0000 (16:59 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 13 Apr 2023 14:32:31 +0000 (16:32 +0200)
commitd00800a289c9349bb659a698cbd7bc04521dc927
tree79a5dea4d4d7be07b1e7b1aac8d11d77c669375e
parent0b75a1b1e42e07ae84e3a11d2368b418546e2bec
wifi: mac80211: add flush_sta method

Some drivers like iwlwifi might have per-STA queues, so we
may want to flush/drop just those queues rather than all
when removing a station. Add a separate method for that.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/driver-ops.h
net/mac80211/sta_info.c
net/mac80211/trace.h