After applying hw_scan, it can't play STA and monitor mode simultaneously, because power is off after hw_scan unconditionally. The new firmware, which supports hw_scan, adds an new C2H message to notify driver, but this message is debug purpose, so just add a dummy function to avoid the unsupported message. Po Hao Huang (2): rtw89: change idle mode condition during hw_scan rtw89: packet offload handler to avoid warning drivers/net/wireless/realtek/rtw89/core.c | 8 ++++---- drivers/net/wireless/realtek/rtw89/mac.c | 8 +++++++- 2 files changed, 11 insertions(+), 5 deletions(-) -- 2.25.1