[PATCH] Use mutex instead of semaphore in the Host AP driver
authorMatthias Kaehlcke <matthias.kaehlcke@gmail.com>
Mon, 30 Jul 2007 05:40:04 +0000 (07:40 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:49:36 +0000 (16:49 -0700)
commit3623060abbf1cdd7f292645bea31d024e21792ef
treebb2ee9191ad506a714e12801f729cbbd535e1386
parentd73ae55ad46be6a0a11b9b71f9910c73c1b9dbb7
[PATCH] Use mutex instead of semaphore in the Host AP driver

The Host AP driver uses a semaphore as mutex. Use the mutex API
instead of the (binary) semaphore.

Signed-off-by: Matthias Kaehlcke <matthias.kaehlcke@gmail.com>
Acked-by: Satyam Sharma <satyam@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/hostap/hostap_hw.c
drivers/net/wireless/hostap/hostap_wlan.h