Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233622
b: refs/heads/master
c: 4f919a3
h: refs/heads/master
v: v3
  • Loading branch information
Daniel J Blueman authored and John W. Linville committed Feb 21, 2011
1 parent 3b5312a commit 58f48ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a866a2cc1c558089dd4c627eeb300142b1354474
refs/heads/master: 4f919a3bc54da01db829c520ce4b1fabfde1c3f7
4 changes: 2 additions & 2 deletions trunk/net/wireless/wext-compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -802,11 +802,11 @@ int cfg80211_wext_siwfreq(struct net_device *dev,
return freq;
if (freq == 0)
return -EINVAL;
wdev_lock(wdev);
mutex_lock(&rdev->devlist_mtx);
wdev_lock(wdev);
err = cfg80211_set_freq(rdev, wdev, freq, NL80211_CHAN_NO_HT);
mutex_unlock(&rdev->devlist_mtx);
wdev_unlock(wdev);
mutex_unlock(&rdev->devlist_mtx);
return err;
default:
return -EOPNOTSUPP;
Expand Down

0 comments on commit 58f48ae

Please sign in to comment.