public inbox for ath12k@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] wifi: ath12k: add 11d scan offload support and handle country code for WCN7850
@ 2023-09-14  9:07 Wen Gong
  2023-09-14  9:07 ` [PATCH v2 1/4] wifi: ath12k: add configure " Wen Gong
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Wen Gong @ 2023-09-14  9:07 UTC (permalink / raw)
  To: ath12k; +Cc: linux-wireless, kvalo, quic_jjohnson, quic_wgong

v2: change per Jeff.
    1. change alpha2 length from 3 to 2.
    2. change wmi_11d_new_cc_ev to wmi_11d_new_cc_event.

Add handler to send WMI_SET_CURRENT_COUNTRY_CMDID which is needed for 
11d scan offload to firmware. And add support for 11d scan offload for 
WCN7850.

Also fix firmware crash for country code set for WCN7850 and store country
code for device recovery for WCN7850.

Wen Gong (4):
  wifi: ath12k: add configure country code for WCN7850
  wifi: ath12k: add 11d scan offload support
  wifi: ath12k: avoid firmware crash when reg set for WCN7850
  wifi: ath12k: store and send country code to firmware after recovery

 drivers/net/wireless/ath/ath12k/core.c |  36 ++++-
 drivers/net/wireless/ath/ath12k/core.h |  17 +++
 drivers/net/wireless/ath/ath12k/hw.c   |   3 +
 drivers/net/wireless/ath/ath12k/hw.h   |   1 +
 drivers/net/wireless/ath/ath12k/mac.c  | 178 ++++++++++++++++++++++++-
 drivers/net/wireless/ath/ath12k/mac.h  |   7 +
 drivers/net/wireless/ath/ath12k/reg.c  |  67 ++++++++--
 drivers/net/wireless/ath/ath12k/reg.h  |   3 +-
 drivers/net/wireless/ath/ath12k/wmi.c  | 159 +++++++++++++++++++++-
 drivers/net/wireless/ath/ath12k/wmi.h  |  38 ++++++
 10 files changed, 489 insertions(+), 20 deletions(-)


base-commit: 3f257461ab0ab19806bae2bfde4c3cd88dbf050e
-- 
2.40.1


-- 
ath12k mailing list
ath12k@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/ath12k

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

end of thread, other threads:[~2024-08-06  7:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-14  9:07 [PATCH v2 0/4] wifi: ath12k: add 11d scan offload support and handle country code for WCN7850 Wen Gong
2023-09-14  9:07 ` [PATCH v2 1/4] wifi: ath12k: add configure " Wen Gong
2023-09-14 17:16   ` Jeff Johnson
2024-08-06  7:36   ` Kalle Valo
2023-09-14  9:07 ` [PATCH v2 2/4] wifi: ath12k: add 11d scan offload support Wen Gong
2023-09-14 17:16   ` Jeff Johnson
2023-09-14  9:07 ` [PATCH v2 3/4] wifi: ath12k: avoid firmware crash when reg set for WCN7850 Wen Gong
2023-09-14 17:16   ` Jeff Johnson
2023-09-14  9:07 ` [PATCH v2 4/4] wifi: ath12k: store and send country code to firmware after recovery Wen Gong
2023-09-14 17:16   ` Jeff Johnson
2023-09-29 13:11 ` [PATCH v2 0/4] wifi: ath12k: add 11d scan offload support and handle country code for WCN7850 Kalle Valo
2024-05-24  8:13   ` Kang Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox