All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] add common API to configure SAR
@ 2020-11-06 10:07 ` Carl Huang
  0 siblings, 0 replies; 18+ messages in thread
From: Carl Huang @ 2020-11-06 10:07 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless, briannorris, dianders, kuabhs

This patchset is to add common API to configure SAR.
The mechanism is wlan driver registers sar capability
to wiphy and userspace queries it. Userspace then sets
power limiation to wlan driver.

Carl Huang (3):
  nl80211: add common API to configure SAR power limitations.
  mac80211: add ieee80211_set_sar_specs
  ath10k: allow dynamic SAR power limits via common API

 drivers/net/wireless/ath/ath10k/core.c |  16 +++
 drivers/net/wireless/ath/ath10k/core.h |   3 +
 drivers/net/wireless/ath/ath10k/hw.h   |   2 +
 drivers/net/wireless/ath/ath10k/mac.c  | 221 ++++++++++++++++++++++++---------
 include/net/cfg80211.h                 |  51 ++++++++
 include/net/mac80211.h                 |   2 +
 include/uapi/linux/nl80211.h           | 101 +++++++++++++++
 net/mac80211/cfg.c                     |  12 ++
 net/wireless/nl80211.c                 | 150 ++++++++++++++++++++++
 net/wireless/rdev-ops.h                |  12 ++
 net/wireless/trace.h                   |  19 +++
 11 files changed, 530 insertions(+), 59 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2020-11-20  7:02 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-06 10:07 [PATCH 0/3] add common API to configure SAR Carl Huang
2020-11-06 10:07 ` Carl Huang
2020-11-06 10:07 ` [PATCH 1/3] nl80211: add common API to configure SAR power limitations Carl Huang
2020-11-06 10:07   ` Carl Huang
2020-11-06 10:25   ` Johannes Berg
2020-11-06 10:25     ` Johannes Berg
2020-11-11  7:44     ` Carl Huang
2020-11-11  7:44       ` Carl Huang
2020-11-19 20:25       ` Abhishek Kumar
2020-11-19 20:25         ` Abhishek Kumar
2020-11-20  7:01         ` Carl Huang
2020-11-20  7:01           ` Carl Huang
2020-11-06 10:07 ` [PATCH 2/3] mac80211: add ieee80211_set_sar_specs Carl Huang
2020-11-06 10:07   ` Carl Huang
2020-11-06 10:07 ` [PATCH 3/3] ath10k: allow dynamic SAR power limits via common API Carl Huang
2020-11-06 10:07   ` Carl Huang
2020-11-19 20:02   ` Abhishek Kumar
2020-11-19 20:02     ` Abhishek Kumar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.