linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] wifi: rtw89: preparation of multiple interface concurrency support
@ 2023-03-16 12:18 Ping-Ke Shih
  2023-03-16 12:18 ` [PATCH v3 1/5] wifi: rtw89: 8852c: add beacon filter and CQM support Ping-Ke Shih
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ping-Ke Shih @ 2023-03-16 12:18 UTC (permalink / raw)
  To: kvalo; +Cc: phhuang, linux-wireless

To support concurrency, we implement beacon filter, CQM and
ieee80211::remain_on_channel ops. Since our firmware doesn't support to TX
null packet while doing remain-on-channel, driver does this instead. To
ensure null packet send out before switching channel, patch 2/5 adds a
waiting mechanism.

The patches 4/5 and 5/5 refine things we found during developing.

v3:
  - patch 1/5
    - remove unnecessary type casting
    - use clear style of mask definition for H2C/C2H
  - patch 2/5
    - add comment to describe why polling can help freeing
  - others
    - no change

v2:
  - messed up, please ignore.

Po-Hao Huang (5):
  wifi: rtw89: 8852c: add beacon filter and CQM support
  wifi: rtw89: add function to wait for completion of TX skbs
  wifi: rtw89: add ieee80211::remain_on_channel ops
  wifi: rtw89: add flag check for power state
  wifi: rtw89: fix authentication fail during scan

 drivers/net/wireless/realtek/rtw89/chan.c     |  35 +++
 drivers/net/wireless/realtek/rtw89/chan.h     |   3 +
 drivers/net/wireless/realtek/rtw89/core.c     | 288 +++++++++++++++++-
 drivers/net/wireless/realtek/rtw89/core.h     |  64 ++++
 drivers/net/wireless/realtek/rtw89/fw.c       | 118 ++++++-
 drivers/net/wireless/realtek/rtw89/fw.h       |  48 +++
 drivers/net/wireless/realtek/rtw89/mac.c      |  61 ++++
 drivers/net/wireless/realtek/rtw89/mac.h      |   1 +
 drivers/net/wireless/realtek/rtw89/mac80211.c |  88 +++++-
 drivers/net/wireless/realtek/rtw89/pci.c      |   6 +
 drivers/net/wireless/realtek/rtw89/pci.h      |   4 +-
 drivers/net/wireless/realtek/rtw89/ps.c       |   6 +
 drivers/net/wireless/realtek/rtw89/ps.h       |  16 +
 13 files changed, 723 insertions(+), 15 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-03-16 12:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-16 12:18 [PATCH v3 0/5] wifi: rtw89: preparation of multiple interface concurrency support Ping-Ke Shih
2023-03-16 12:18 ` [PATCH v3 1/5] wifi: rtw89: 8852c: add beacon filter and CQM support Ping-Ke Shih
2023-03-16 12:18 ` [PATCH v3 2/5] wifi: rtw89: add function to wait for completion of TX skbs Ping-Ke Shih
2023-03-16 12:18 ` [PATCH v3 3/5] wifi: rtw89: add ieee80211::remain_on_channel ops Ping-Ke Shih
2023-03-16 12:18 ` [PATCH v3 4/5] wifi: rtw89: add flag check for power state Ping-Ke Shih
2023-03-16 12:18 ` [PATCH v3 5/5] wifi: rtw89: fix authentication fail during scan Ping-Ke Shih

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).