diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-10-03 19:39:16 +0200 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-10-03 19:39:16 +0200 |
commit | 5c55c434917429f229a1bf43def97fd421f444c6 (patch) | |
tree | ad299c2f5c63a560ce6c37b913bb60a791d5c1a3 /net/ieee80211 | |
parent | Merge branch 'sas-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarz... (diff) | |
parent | [PATCH] softmac: Fix compiler-warning (diff) | |
download | linux-5c55c434917429f229a1bf43def97fd421f444c6.tar.xz linux-5c55c434917429f229a1bf43def97fd421f444c6.zip |
Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixes
Diffstat (limited to 'net/ieee80211')
-rw-r--r-- | net/ieee80211/softmac/ieee80211softmac_wx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee80211/softmac/ieee80211softmac_wx.c b/net/ieee80211/softmac/ieee80211softmac_wx.c index 442b9875f3fb..5742dc803b79 100644 --- a/net/ieee80211/softmac/ieee80211softmac_wx.c +++ b/net/ieee80211/softmac/ieee80211softmac_wx.c @@ -114,7 +114,7 @@ check_assoc_again: sm->associnfo.associating = 1; /* queue lower level code to do work (if necessary) */ schedule_delayed_work(&sm->associnfo.work, 0); -out: + mutex_unlock(&sm->associnfo.mutex); return 0; |