diff options
author | Johannes Berg <johannes.berg@intel.com> | 2014-02-25 15:43:36 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2014-02-25 15:44:44 +0100 |
commit | 1226d2587065f98dae54c79e14dd329879b896f7 (patch) | |
tree | 28a4502fdb2722673688a8ea345bc9834c2b1a0f /net/wireless/reg.h | |
parent | 6658ab80fd4ef940fc2366ddb66690a15ea69c18 (diff) | |
download | linux-stable-1226d2587065f98dae54c79e14dd329879b896f7.tar.gz linux-stable-1226d2587065f98dae54c79e14dd329879b896f7.tar.bz2 linux-stable-1226d2587065f98dae54c79e14dd329879b896f7.zip |
cfg80211: regulatory: simplify uevent sending
There's no need for the struct device_type with the uevent function
etc., just fill the country alpha2 when sending the event.
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 18524617ab62..37c180df34b7 100644 --- a/net/wireless/reg.h +++ b/net/wireless/reg.h @@ -26,7 +26,6 @@ enum nl80211_dfs_regions reg_get_dfs_region(struct wiphy *wiphy); int regulatory_hint_user(const char *alpha2, enum nl80211_user_reg_hint_type user_reg_hint_type); -int reg_device_uevent(struct device *dev, struct kobj_uevent_env *env); void wiphy_regulatory_register(struct wiphy *wiphy); void wiphy_regulatory_deregister(struct wiphy *wiphy); |