mac80211: unlock on error path in ieee80211_ibss_join()
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 8 Dec 2011 06:49:03 +0000 (09:49 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 13 Dec 2011 20:30:25 +0000 (15:30 -0500)
commitfb03c5eb8c0bbf4561cb5aa72e0a9546e9574661
treead6dd8a8329c282b780a1f74ca27f100061aa276
parentcc78d6b16a6853a3f6c014a6173df41d80f65a35
mac80211: unlock on error path in ieee80211_ibss_join()

We recently introduced a new return here but it needs an unlock first.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ibss.c