With channel context, it needs WANT_MONITOR_VIF to make monitor work properly, so we add first patch. Second patch is to have HE radiotap, but only basic information that has been reported by rx_status. The last patch is to fix 8852BE RX stuck in monitor mode. With these fixes, 8852A/8852B/8852C can capture packets as expected. Ping-Ke Shih (2): wifi: rtw89: add HE radiotap for monitor mode wifi: rtw89: 8852b: turn off PoP function in monitor mode Zong-Zhe Yang (1): wifi: rtw89: enable mac80211 virtual monitor interface drivers/net/wireless/realtek/rtw89/core.c | 28 +++++++++++++++++++ drivers/net/wireless/realtek/rtw89/core.h | 18 ++++++++++++ drivers/net/wireless/realtek/rtw89/pci.c | 2 +- drivers/net/wireless/realtek/rtw89/reg.h | 2 ++ drivers/net/wireless/realtek/rtw89/rtw8852b.c | 7 +++++ 5 files changed, 56 insertions(+), 1 deletion(-) -- 2.25.1