diff options
author | Luis R. Rodriguez <mcgrof@qca.qualcomm.com> | 2012-07-12 22:49:20 +0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-07-17 14:16:40 +0400 |
commit | f8a1c774570ab50f1657083c990b968d5f7f22cb (patch) | |
tree | 51bed08b4510199daf76709e24a1f49030a1a6d0 /net/wireless/reg.h | |
parent | bfead0808c3b1fff3b94daceef0a0a48e73c42a9 (diff) | |
download | linux-f8a1c774570ab50f1657083c990b968d5f7f22cb.tar.xz |
cfg80211: make regulatory_update() static
Now that we have wiphy_regulatory_register() we can
tuck away the core's regulatory_update() call there
and make it static.
Signed-off-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless/reg.h')
-rw-r--r-- | net/wireless/reg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/wireless/reg.h b/net/wireless/reg.h index f36b15fb4592..f023c8a31c60 100644 --- a/net/wireless/reg.h +++ b/net/wireless/reg.h @@ -34,7 +34,6 @@ void regulatory_exit(void); int set_regdom(const struct ieee80211_regdomain *rd); -void regulatory_update(struct wiphy *wiphy, enum nl80211_reg_initiator setby); bool reg_last_request_cell_base(void); /** |