diff options
author | Baochen Qiang <[email protected]> | 2024-04-22 15:11:45 +0300 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2024-04-23 12:27:15 +0300 |
commit | b1c9992c675be99d8fa14f99fa7dedfaca726dd9 (patch) | |
tree | f31591db5e764c8a8db941ca9fa4e3efa39f0d6e /tools/perf/scripts/python/libxed.py | |
parent | 692921ead832c0fccbf2b426140917333312a7f1 (diff) |
wifi: ath12k: no need to handle pktlog during suspend/resume
Currently pktlog is stopped in suspend callback and started in
resume callback, and in either scenarios it's basically to
delete/modify ab->mon_reap_timer and to purge related rings.
For WCN7850 it's pointless because pktlog is not enabled: both
ab->mon_reap_timer and those rings are not initialized.
So remove pktlog handling in suspend/resume callbacks. And
further, remove these two functions and related callee because
no one is calling them.
Other chips are not affected because now only WCN7850 supports
suspend/resume.
Tested-on: WCN7850 hw2.0 PCI WLAN.HMT.1.0-03427-QCAHMTSWPL_V1.0_V2.0_SILICONZ-1.15378.4
Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.0.1-00029-QCAHKSWPL_SILICONZ-1
Signed-off-by: Baochen Qiang <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://msgid.link/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions