aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/compaction-times.py
diff options
context:
space:
mode:
authorMaya Erez <qca_merez@qca.qualcomm.com>2016-03-01 12:18:04 -0500
committerKalle Valo <kvalo@qca.qualcomm.com>2016-03-07 04:43:19 -0500
commit361486b27c7e57dab657dbffd1e17818c7911c72 (patch)
tree259985418756ef55290d64347b4f6357ba0358d4 /tools/perf/scripts/python/compaction-times.py
parent8a75fc54745fd3ce9062ab1cc6429a9da9ac2a68 (diff)
wil6210: remove BACK RX and TX workers
WMI synchronous handling has changed and WMI calls that provide a buffer for the reply are completed in the WMI interrupt context. This allows sending the RX and TX BACK commands from the WMI event handler without the need for the worker thread. This is a better approach as it can decrease the handshake time in the connect flow and prevent race conditions in case of fast disconnects. An example for such a race is handling of wil_back_rx_handle during a disconnect event, as wil_back_rx_handle is not protected by the wil mutex and a disconnect can be handled after sta->status is verified as connected. Signed-off-by: Maya Erez <qca_merez@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'tools/perf/scripts/python/compaction-times.py')
0 files changed, 0 insertions, 0 deletions