ath9k: Unlock sc->mutex on error path
authorJouni Malinen <jouni.malinen@atheros.com>
Tue, 24 Feb 2009 11:40:01 +0000 (13:40 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 27 Feb 2009 19:53:04 +0000 (14:53 -0500)
commit222d0b33b3778a8fa156f3fca284d0a71f8e966b
treec7fea2c7a5700be2ff7a74886af00430e7a99376
parent99da185a72ba685a5aaf49dff6a5fe83885112e4
ath9k: Unlock sc->mutex on error path

An error path in ath9k_add_interface() did not unlock the sc->mutex and
could leave the driver in quite unresponsive state.

Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/main.c