Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH rtw-next 0/3] wifi: rtw89: support hw_scan v3 format for WiFI 7 chips
@ 2026-07-24 14:22 Ping-Ke Shih
  2026-07-24 14:22 ` [PATCH rtw-next 1/3] wifi: rtw89: refine RX filter configuration for WiFi 7 generation Ping-Ke Shih
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ping-Ke Shih @ 2026-07-24 14:22 UTC (permalink / raw)
  To: linux-wireless; +Cc: dian_syuan0116, phhuang

Due to firmware change the hw_scan format, update the format accordingly
to support current new firmware. (By patch 2/3 and 3/3)

The patch 1/3 is to store RX filter settings by a variable, so hardware
leaves from idle can restore the setting from the variable. Otherwise,
the RX filter is unexpected, and AP mode can't receive certain types of
frames.

Dian-Syuan Yang (1):
  wifi: rtw89: refine RX filter configuration for WiFi 7 generation

Po-Hao Huang (2):
  wifi: rtw89: fix scan offload version check logic
  wifi: rtw89: change scan offload format to V3 for WiFi 7 IC

 drivers/net/wireless/realtek/rtw89/core.c   |   3 +-
 drivers/net/wireless/realtek/rtw89/core.h   |   4 +
 drivers/net/wireless/realtek/rtw89/fw.c     | 126 ++++++++++++++++++--
 drivers/net/wireless/realtek/rtw89/fw.h     |   1 +
 drivers/net/wireless/realtek/rtw89/mac.c    |   1 +
 drivers/net/wireless/realtek/rtw89/mac.h    |   1 +
 drivers/net/wireless/realtek/rtw89/mac_be.c |   7 +-
 drivers/net/wireless/realtek/rtw89/reg.h    |   6 +-
 8 files changed, 131 insertions(+), 18 deletions(-)


base-commit: b0034a2e415603daa1cf00363b407cc145bbcd31
-- 
2.25.1


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

end of thread, other threads:[~2026-07-24 14:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-24 14:22 [PATCH rtw-next 0/3] wifi: rtw89: support hw_scan v3 format for WiFI 7 chips Ping-Ke Shih
2026-07-24 14:22 ` [PATCH rtw-next 1/3] wifi: rtw89: refine RX filter configuration for WiFi 7 generation Ping-Ke Shih
2026-07-24 14:22 ` [PATCH rtw-next 2/3] wifi: rtw89: fix scan offload version check logic Ping-Ke Shih
2026-07-24 14:22 ` [PATCH rtw-next 3/3] wifi: rtw89: change scan offload format to V3 for WiFi 7 IC 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