mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
wifi: rtw89: debug: add FW log component for MLO
This allows showing MLO related logs when FW debug mode is on. Signed-off-by: Po-Hao Huang <phhuang@realtek.com> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Link: https://patch.msgid.link/20250505072440.45113-10-pkshih@realtek.com
This commit is contained in:
parent
0c400c0a68
commit
18dab90f56
|
|
@ -2510,7 +2510,7 @@ int rtw89_fw_h2c_fw_log(struct rtw89_dev *rtwdev, bool enable)
|
|||
if (enable)
|
||||
comp = BIT(RTW89_FW_LOG_COMP_INIT) | BIT(RTW89_FW_LOG_COMP_TASK) |
|
||||
BIT(RTW89_FW_LOG_COMP_PS) | BIT(RTW89_FW_LOG_COMP_ERROR) |
|
||||
BIT(RTW89_FW_LOG_COMP_SCAN);
|
||||
BIT(RTW89_FW_LOG_COMP_MLO) | BIT(RTW89_FW_LOG_COMP_SCAN);
|
||||
|
||||
skb = rtw89_fw_h2c_alloc_skb_with_hdr(rtwdev, H2C_LOG_CFG_LEN);
|
||||
if (!skb) {
|
||||
|
|
|
|||
|
|
@ -199,6 +199,7 @@ enum rtw89_fw_log_comp {
|
|||
RTW89_FW_LOG_COMP_TWT,
|
||||
RTW89_FW_LOG_COMP_RF,
|
||||
RTW89_FW_LOG_COMP_MCC = 20,
|
||||
RTW89_FW_LOG_COMP_MLO = 26,
|
||||
RTW89_FW_LOG_COMP_SCAN = 28,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user