linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ath10k: SAR power limit vendor command
@ 2020-07-27  4:17 Wen Gong
  2020-07-27  4:17 ` [PATCH v2 1/2] nl80211: vendor-cmd: qca: add dynamic SAR power limits Wen Gong
  2020-07-27  4:17 ` [PATCH v2 2/2] ath10k: allow dynamic SAR power limits to be configured Wen Gong
  0 siblings, 2 replies; 4+ messages in thread
From: Wen Gong @ 2020-07-27  4:17 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless, wgong

v2: change description of "nl80211: vendor-cmd: qca: add dynamic SAR power limits"
remove ATH10K_WMI_SAR_*G_0_MASK of wmi.h

here's a patchset adding dynamic SAR power limit vendor command to
ath10k. This follows the new process documented in the wiki:

https://wireless.wiki.kernel.org/en/developers/documentation/nl80211#vendor-specific_api

Wen Gong (2):
  nl80211: vendor-cmd: qca: add dynamic SAR power limits
  ath10k: allow dynamic SAR power limits to be configured

 drivers/net/wireless/ath/ath10k/Makefile |   1 +
 drivers/net/wireless/ath/ath10k/core.c   |   2 +
 drivers/net/wireless/ath/ath10k/core.h   |   2 +
 drivers/net/wireless/ath/ath10k/hw.h     |   3 +
 drivers/net/wireless/ath/ath10k/mac.c    |  64 +++++++++++++
 drivers/net/wireless/ath/ath10k/mac.h    |   2 +-
 drivers/net/wireless/ath/ath10k/vendor.c | 114 +++++++++++++++++++++++
 drivers/net/wireless/ath/ath10k/vendor.h |  13 +++
 include/uapi/nl80211-vnd-qca.h           |  68 ++++++++++++++
 9 files changed, 268 insertions(+), 1 deletion(-)
 create mode 100644 drivers/net/wireless/ath/ath10k/vendor.c
 create mode 100644 drivers/net/wireless/ath/ath10k/vendor.h
 create mode 100644 include/uapi/nl80211-vnd-qca.h

-- 
2.23.0


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

end of thread, other threads:[~2020-09-08  5:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-27  4:17 [PATCH v2 0/2] ath10k: SAR power limit vendor command Wen Gong
2020-07-27  4:17 ` [PATCH v2 1/2] nl80211: vendor-cmd: qca: add dynamic SAR power limits Wen Gong
2020-07-27  4:17 ` [PATCH v2 2/2] ath10k: allow dynamic SAR power limits to be configured Wen Gong
2020-09-08  5:55   ` Kalle Valo

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