We are continue to verify 8852CE, and use additional debug entries to find some unexpected settings. First patch is to handle spur due to effect of DC. Patches 2 and 3 are to correct two settings related to MAC. The last two patches are debug entries that can help to analyze problem. Hsuan Hung (1): rtw89: 8852c: add settings to decrease the effect of DC Ping-Ke Shih (4): rtw89: correct setting of RX MPDU length rtw89: correct CCA control rtw89: add debug select to dump MAC pages 0x30 to 0x33 rtw89: add debug entry to dump BSSID CAM drivers/net/wireless/realtek/rtw89/debug.c | 5 ++ drivers/net/wireless/realtek/rtw89/debug.h | 1 + drivers/net/wireless/realtek/rtw89/mac.c | 16 ++--- drivers/net/wireless/realtek/rtw89/mac.h | 1 + drivers/net/wireless/realtek/rtw89/reg.h | 14 +++++ drivers/net/wireless/realtek/rtw89/rtw8852c.c | 63 +++++++++++++++++-- 6 files changed, 88 insertions(+), 12 deletions(-) -- 2.25.1