diff options
author | Erik Stromdahl <[email protected]> | 2019-06-17 22:01:39 +0200 |
---|---|---|
committer | Johannes Berg <[email protected]> | 2019-07-26 13:23:19 +0200 |
commit | fb0e76abe34bd67756dbdf4d5982b7dc54afa1d8 (patch) | |
tree | d8d1927308f0e6e6452412144313e4b58c43da71 /tools/perf/scripts/python | |
parent | a11e2f85481c2f08b55c06467445602a2330ee5b (diff) |
mac80211: add tx dequeue function for process context
Since ieee80211_tx_dequeue() must not be called with softirqs enabled
(i.e. from process context without proper disable of bottom halves),
we add a wrapper that disables bottom halves before calling
ieee80211_tx_dequeue()
The new function is named ieee80211_tx_dequeue_ni() just as all other
from-process-context versions found in mac80211.
The documentation of ieee80211_tx_dequeue() is also updated so it
mentions that the function should not be called from process context.
Signed-off-by: Erik Stromdahl <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions