wifi: rtw88: pci: Change queue datatype to enum rtw_tx_queue_type
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sat, 4 Feb 2023 23:29:59 +0000 (00:29 +0100)
committerKalle Valo <kvalo@kernel.org>
Mon, 13 Feb 2023 15:15:45 +0000 (17:15 +0200)
commitc90897960c19f5bad59fcd391901ac1b7787c50b
tree898767a72ac4f67c3409adc0da00e5dd30de2d5b
parent6152b649a70861e72220de9f9abf2fe570967493
wifi: rtw88: pci: Change queue datatype to enum rtw_tx_queue_type

This makes it easier to understand which values are allowed for the
"queue" variable when using the enum instead of an u8.

Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230204233001.1511643-3-martin.blumenstingl@googlemail.com
drivers/net/wireless/realtek/rtw88/pci.c