commit | d00800a289c9349bb659a698cbd7bc04521dc927 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Mar 31 16:59:17 2023 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Apr 13 16:32:31 2023 +0200 |
tree | 79a5dea4d4d7be07b1e7b1aac8d11d77c669375e | |
parent | 0b75a1b1e42e07ae84e3a11d2368b418546e2bec [diff] |
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>