ath11k.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] wifi: ath11k: add support to parse new WMI event for 6 GHz
@ 2022-12-14 16:46 Aditya Kumar Singh
  2022-12-14 16:46 ` [PATCH v2 1/3] wifi: ath11k: use proper regulatory reference for bands Aditya Kumar Singh
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Aditya Kumar Singh @ 2022-12-14 16:46 UTC (permalink / raw)
  To: ath11k; +Cc: linux-wireless, Aditya Kumar Singh

 In order to support different power levels of 6 GHz AP and client,
 new WMI event for regulatory - WMI_REG_CHAN_LIST_CC_EXT_EVENTID is
 added in firmware. This event provides new parameters required for
 6 GHz regulatory rules.

 Firmware advertises its capability of handling new event in WMI
 service ready event. Based on that, host needs to set
 host_service_flags in WMI init command to indicate that host supports
 processing of new WMI event. Based on advertised host capability,
 firmware decides to send old event WMI_REG_CHAN_LIST_CC_EVENTID or
 new event WMI_REG_CHAN_LIST_CC_EXT_EVENTID.

 Add support for parsing 2.4 GHz, 5 GHz and 6 GHz reg rules and other
 parameters from WMI_REG_CHAN_LIST_CC_EXT_EVENTID.

Aditya Kumar Singh (3):
  wifi: ath11k: use proper regulatory reference for bands
  wifi: ath11k: add support to parse new WMI event for 6 GHz
  wifi: ath11k: add debug prints in regulatory WMI event processing
---
v2: fix warning reported by kernel test robot in [2/3]

---
 drivers/net/wireless/ath/ath11k/reg.c |  58 ++-
 drivers/net/wireless/ath/ath11k/wmi.c | 573 +++++++++++++++++++++++---
 drivers/net/wireless/ath/ath11k/wmi.h | 332 +++++++++++++--
 3 files changed, 874 insertions(+), 89 deletions(-)


base-commit: 922932ca02191a390f7f52fb6e21c44b50e14025
-- 
2.17.1


-- 
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

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

end of thread, other threads:[~2022-12-21 23:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-14 16:46 [PATCH v2 0/3] wifi: ath11k: add support to parse new WMI event for 6 GHz Aditya Kumar Singh
2022-12-14 16:46 ` [PATCH v2 1/3] wifi: ath11k: use proper regulatory reference for bands Aditya Kumar Singh
2022-12-14 16:46 ` [PATCH v2 2/3] wifi: ath11k: add support to parse new WMI event for 6 GHz Aditya Kumar Singh
2022-12-21 12:50   ` Kalle Valo
2022-12-21 12:54     ` Aditya Kumar Singh
2022-12-21 23:13       ` Jeff Johnson
2022-12-14 16:46 ` [PATCH v2 3/3] wifi: ath11k: add debug prints in regulatory WMI event processing Aditya Kumar Singh
2022-12-21 12:53   ` Kalle Valo
2022-12-21 12:56     ` Aditya Kumar Singh

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).