diff options
| author | Johannes Berg <[email protected]> | 2023-06-14 12:41:22 +0300 |
|---|---|---|
| committer | Johannes Berg <[email protected]> | 2023-06-19 12:05:25 +0200 |
| commit | 96fb6f47db24a712d650b0a9b9074873f273fb0e (patch) | |
| tree | d4b638ca840d80d0557087ca4c62d49c19a17933 /tools/perf/scripts/python | |
| parent | c4fbf6537ab0204904c43eac8eb877aaadd93e2c (diff) | |
wifi: iwlwifi: pull from TXQs with softirqs disabled
In mac80211, it's required that we pull from TXQs by calling
ieee80211_tx_dequeue() only with softirqs disabled. However,
in iwl_mvm_queue_state_change() we're often called with them
enabled, e.g. from flush if anything was flushed, triggering
a mac80211 warning.
Fix that by disabling the softirqs across the TX call.
Fixes: cfbc6c4c5b91 ("iwlwifi: mvm: support mac80211 TXQs model")
Signed-off-by: Johannes Berg <[email protected]>
Signed-off-by: Gregory Greenman <[email protected]>
Link: https://lore.kernel.org/r/20230614123446.0feef7fa81db.I4dd62542d955b40dd8f0af34fa4accb9d0d17c7e@changeid
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions