wifi: rtw89: parse and print out RFK log from C2H events
authorPing-Ke Shih <pkshih@realtek.com>
Wed, 13 Dec 2023 00:50:53 +0000 (08:50 +0800)
committerKalle Valo <kvalo@kernel.org>
Fri, 15 Dec 2023 13:38:25 +0000 (15:38 +0200)
commitedd77bb091d181f517702e8878430e7064428630
tree5ea56be0e941281cea8394e703cc8ff906e17505
parent178b8e7d8a59fe773e2e16c84254f5380f6a6c16
wifi: rtw89: parse and print out RFK log from C2H events

RFK log events contains two types. One called RUN log is to reflect state
during RFK is running, and it replies on formatted string loaded from
firmware file, but print this type as plain hexadecimal only in this patch.
The other is REPORT log that reflects the final result of a RFK, and
each calibration has its own struct to carry many specific information.

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://msgid.link/20231213005054.10568-6-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/fw.h
drivers/net/wireless/realtek/rtw89/phy.c