diff options
Diffstat (limited to 'net/wireless/nl80211.c')
-rw-r--r-- | net/wireless/nl80211.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireless/nl80211.c b/net/wireless/nl80211.c index f82cc9aa6908..5e1d658a8b5a 100644 --- a/net/wireless/nl80211.c +++ b/net/wireless/nl80211.c | |||
@@ -1695,7 +1695,7 @@ static int nl80211_req_set_reg(struct sk_buff *skb, struct genl_info *info) | |||
1695 | return -EINVAL; | 1695 | return -EINVAL; |
1696 | #endif | 1696 | #endif |
1697 | mutex_lock(&cfg80211_drv_mutex); | 1697 | mutex_lock(&cfg80211_drv_mutex); |
1698 | r = __regulatory_hint(NULL, REGDOM_SET_BY_USER, data, NULL); | 1698 | r = __regulatory_hint(NULL, REGDOM_SET_BY_USER, data); |
1699 | mutex_unlock(&cfg80211_drv_mutex); | 1699 | mutex_unlock(&cfg80211_drv_mutex); |
1700 | return r; | 1700 | return r; |
1701 | } | 1701 | } |