diff options
author | Johannes Berg <johannes.berg@intel.com> | 2014-02-25 09:43:36 -0500 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2014-02-25 09:44:44 -0500 |
commit | 1226d2587065f98dae54c79e14dd329879b896f7 (patch) | |
tree | 28a4502fdb2722673688a8ea345bc9834c2b1a0f /net/wireless/reg.h | |
parent | 6658ab80fd4ef940fc2366ddb66690a15ea69c18 (diff) |
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); | |||
26 | int regulatory_hint_user(const char *alpha2, | 26 | int regulatory_hint_user(const char *alpha2, |
27 | enum nl80211_user_reg_hint_type user_reg_hint_type); | 27 | enum nl80211_user_reg_hint_type user_reg_hint_type); |
28 | 28 | ||
29 | int reg_device_uevent(struct device *dev, struct kobj_uevent_env *env); | ||
30 | void wiphy_regulatory_register(struct wiphy *wiphy); | 29 | void wiphy_regulatory_register(struct wiphy *wiphy); |
31 | void wiphy_regulatory_deregister(struct wiphy *wiphy); | 30 | void wiphy_regulatory_deregister(struct wiphy *wiphy); |
32 | 31 | ||