All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] rtw89: some fixes related to hw_scan
@ 2022-04-01  5:50 Ping-Ke Shih
  2022-04-01  5:50 ` [PATCH v2 1/4] rtw89: change idle mode condition during hw_scan Ping-Ke Shih
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Ping-Ke Shih @ 2022-04-01  5:50 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, ku920601, phhuang

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. More, correct BT-coexistence behavior during hw_scan,
and correct dwell period of DFS channel.

This patchset is based on "rtw89: add firmware reset and dump firmware memory and backtrace"

v2: add more fixes to make hw_scan work well.

---
Hi Kalle,

I know this week is still merge window. I would like to put these fixes
together to correct hw_scan behavior in one go.

Ching-Te Ku (1):
  rtw89: coex: Add case for scan offload

Po Hao Huang (3):
  rtw89: change idle mode condition during hw_scan
  rtw89: packet offload handler to avoid warning
  rtw89: fix misconfiguration on hw_scan channel time

 drivers/net/wireless/realtek/rtw89/coex.c | 12 +++++++++++-
 drivers/net/wireless/realtek/rtw89/core.c |  8 ++++----
 drivers/net/wireless/realtek/rtw89/fw.c   |  2 +-
 drivers/net/wireless/realtek/rtw89/mac.c  |  8 +++++++-
 4 files changed, 23 insertions(+), 7 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-04-06 12:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-01  5:50 [PATCH v2 0/4] rtw89: some fixes related to hw_scan Ping-Ke Shih
2022-04-01  5:50 ` [PATCH v2 1/4] rtw89: change idle mode condition during hw_scan Ping-Ke Shih
2022-04-06  8:56   ` Kalle Valo
2022-04-01  5:50 ` [PATCH v2 2/4] rtw89: packet offload handler to avoid warning Ping-Ke Shih
2022-04-01  5:50 ` [PATCH v2 3/4] rtw89: coex: Add case for scan offload Ping-Ke Shih
2022-04-01  5:50 ` [PATCH v2 4/4] rtw89: fix misconfiguration on hw_scan channel time Ping-Ke Shih

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.