wifi: rtw89: coex: Remove le32 to CPU translator at firmware cycle report
authorChing-Te Ku <ku920601@realtek.com>
Tue, 3 Jan 2023 14:02:32 +0000 (22:02 +0800)
committerKalle Valo <kvalo@kernel.org>
Mon, 16 Jan 2023 13:34:30 +0000 (15:34 +0200)
commitf643d08642b82eeb9b9654399dd04657050f7c6f
tree1128c0085c59e712803ec27c60750c2e7bd290d3
parente20c9f656654f74c9234e6cd3231aed72f53d246
wifi: rtw89: coex: Remove le32 to CPU translator at firmware cycle report

There are at least 2 version of cycle report format. If the code keep
translating the report to local variable, the numbers of variable in
check btc report function will out of maximum variable numbers. And
most of these variable are using only one time, it is not necessary
to store at memory.

Signed-off-by: Ching-Te Ku <ku920601@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230103140238.15601-2-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/coex.c