summaryrefslogtreecommitdiffstats
path: root/net/wireless/core.c
diff options
context:
space:
mode:
authorLuis R. Rodriguez2012-07-12 20:49:20 +0200
committerJohannes Berg2012-07-17 12:16:40 +0200
commitf8a1c774570ab50f1657083c990b968d5f7f22cb (patch)
tree51bed08b4510199daf76709e24a1f49030a1a6d0 /net/wireless/core.c
parentcfg80211: rename reg_device_remove() to wiphy_regulatory_deregister() (diff)
downloadkernel-qcow2-linux-f8a1c774570ab50f1657083c990b968d5f7f22cb.tar.gz
kernel-qcow2-linux-f8a1c774570ab50f1657083c990b968d5f7f22cb.tar.xz
kernel-qcow2-linux-f8a1c774570ab50f1657083c990b968d5f7f22cb.zip
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/core.c')
-rw-r--r--net/wireless/core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/wireless/core.c b/net/wireless/core.c
index 58485964e50b..31b40cc4a9c3 100644
--- a/net/wireless/core.c
+++ b/net/wireless/core.c
@@ -543,7 +543,6 @@ int wiphy_register(struct wiphy *wiphy)
/* set up regulatory info */
wiphy_regulatory_register(wiphy);
- regulatory_update(wiphy, NL80211_REGDOM_SET_BY_CORE);
list_add_rcu(&rdev->list, &cfg80211_rdev_list);
cfg80211_rdev_list_generation++;