summaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorCarl Huang <cjhuang@codeaurora.org>2020-12-03 05:37:27 -0500
committerJohannes Berg <johannes.berg@intel.com>2020-12-11 13:39:59 +0100
commitc534e093d865d926d042e0a3f228d1152627ccab (patch)
tree03fcb84c2a1ac31fdaf1436933ea60611a421305 /include/net
parent6bdb68cef7bf57cdb3f8d1498623556d6823ff3a (diff)
downloadlinux-c534e093d865d926d042e0a3f228d1152627ccab.tar.bz2
mac80211: add ieee80211_set_sar_specs
This change registers ieee80211_set_sar_specs to mac80211_config_ops, so cfg80211 can call it. Signed-off-by: Carl Huang <cjhuang@codeaurora.org> Reviewed-by: Brian Norris <briannorris@chromium.org> Reviewed-by: Abhishek Kumar <kuabhs@chromium.org> Link: https://lore.kernel.org/r/20201203103728.3034-3-cjhuang@codeaurora.org Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/mac80211.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 95e8484eb4f1..d315740581f1 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -4195,6 +4195,8 @@ struct ieee80211_ops {
struct ieee80211_vif *vif);
void (*sta_set_4addr)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
struct ieee80211_sta *sta, bool enabled);
+ int (*set_sar_specs)(struct ieee80211_hw *hw,
+ const struct cfg80211_sar_specs *sar);
};
/**