]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] softmac: fix unbalanced mutex_lock/unlock in ieee80211softmac_wx_set_mlme
authorMaxime Austruy <maxime@tralhalla.org>
Sun, 3 Dec 2006 16:40:01 +0000 (10:40 -0600)
committerChris Wright <chrisw@sous-sol.org>
Mon, 11 Dec 2006 19:32:38 +0000 (11:32 -0800)
commitbed569c712c48235f355b963d41482ecda314e4f
tree8c1fa7f130617110a0887d2188282b6e6ff7cb61
parent721aed8126ef1b3823fdd27c3fc3b98667e80fa9
[PATCH] softmac: fix unbalanced mutex_lock/unlock in ieee80211softmac_wx_set_mlme

Routine ieee80211softmac_wx_set_mlme has one return that fails
to release a mutex acquired at entry.

Signed-off-by: Maxime Austruy <maxime@tralhalla.org>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
net/ieee80211/softmac/ieee80211softmac_wx.c