summaryrefslogtreecommitdiff
path: root/net/wireless/reg.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2012-12-03 17:21:26 +0100
committerJohannes Berg <johannes.berg@intel.com>2013-01-03 13:01:21 +0100
commit75e2dba866706ab9b133983b7fd9a6297b24c22d (patch)
treec70a293c7e51230616afa3bef62a106a39e0d514 /net/wireless/reg.c
parentfea9bcedce2d0c751d4f31155f4634689d46166e (diff)
downloadlinux-3.10-75e2dba866706ab9b133983b7fd9a6297b24c22d.tar.gz
linux-3.10-75e2dba866706ab9b133983b7fd9a6297b24c22d.tar.bz2
linux-3.10-75e2dba866706ab9b133983b7fd9a6297b24c22d.zip
regulatory: simplify regulatory_hint_11d
There's no need to unlock before calling queue_regulatory_request(), so simplify the function. Acked-by: Luis R. Rodriguez <mcgrof@do-not-panic.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless/reg.c')
-rw-r--r--net/wireless/reg.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/wireless/reg.c b/net/wireless/reg.c
index 1496a10da63..cd99d285e8d 100644
--- a/net/wireless/reg.c
+++ b/net/wireless/reg.c
@@ -1825,12 +1825,7 @@ void regulatory_hint_11d(struct wiphy *wiphy,
request->initiator = NL80211_REGDOM_SET_BY_COUNTRY_IE;
request->country_ie_env = env;
- mutex_unlock(&reg_mutex);
-
queue_regulatory_request(request);
-
- return;
-
out:
mutex_unlock(&reg_mutex);
}