mbox series

[0/2] rtw89: some fixes related to hw_scan

Message ID 20220318025710.35328-1-pkshih@realtek.com (mailing list archive)
Headers show
Series rtw89: some fixes related to hw_scan | expand

Message

Ping-Ke Shih March 18, 2022, 2:57 a.m. UTC
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(-)