diff options
author | Martin Blumenstingl <[email protected]> | 2023-02-05 00:29:58 +0100 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2023-02-13 17:15:45 +0200 |
commit | 6152b649a70861e72220de9f9abf2fe570967493 (patch) | |
tree | f745ed4278e03e12da1a3b376cd3f7e7911a5631 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 900cad6ef12e1cfacedddf125ba72386e33bc4a6 (diff) |
wifi: rtw88: pci: Use enum type for rtw_hw_queue_mapping() and ac_to_hwq
rtw_hw_queue_mapping() and ac_to_hwq[] hold values of type enum
rtw_tx_queue_type. Change their types to reflect this to make it easier
to understand this part of the code.
While here, also change the array to be static const as it is not
supposed to be modified at runtime.
Signed-off-by: Martin Blumenstingl <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Reviewed-by: Ping-Ke Shih <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions