diff options
Diffstat (limited to 'net/wireless/wext-compat.c')
| -rw-r--r-- | net/wireless/wext-compat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wireless/wext-compat.c b/net/wireless/wext-compat.c index 7f1f4ec49041..0bf169bb770e 100644 --- a/net/wireless/wext-compat.c +++ b/net/wireless/wext-compat.c | |||
| @@ -805,11 +805,11 @@ int cfg80211_wext_siwfreq(struct net_device *dev, | |||
| 805 | return freq; | 805 | return freq; |
| 806 | if (freq == 0) | 806 | if (freq == 0) |
| 807 | return -EINVAL; | 807 | return -EINVAL; |
| 808 | wdev_lock(wdev); | ||
| 809 | mutex_lock(&rdev->devlist_mtx); | 808 | mutex_lock(&rdev->devlist_mtx); |
| 809 | wdev_lock(wdev); | ||
| 810 | err = cfg80211_set_freq(rdev, wdev, freq, NL80211_CHAN_NO_HT); | 810 | err = cfg80211_set_freq(rdev, wdev, freq, NL80211_CHAN_NO_HT); |
| 811 | mutex_unlock(&rdev->devlist_mtx); | ||
| 812 | wdev_unlock(wdev); | 811 | wdev_unlock(wdev); |
| 812 | mutex_unlock(&rdev->devlist_mtx); | ||
| 813 | return err; | 813 | return err; |
| 814 | default: | 814 | default: |
| 815 | return -EOPNOTSUPP; | 815 | return -EOPNOTSUPP; |
