commit | 3623060abbf1cdd7f292645bea31d024e21792ef | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <matthias.kaehlcke@gmail.com> | Mon Jul 30 07:40:04 2007 +0200 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:49:36 2007 -0700 |
tree | bb2ee9191ad506a714e12801f729cbbd535e1386 | |
parent | d73ae55ad46be6a0a11b9b71f9910c73c1b9dbb7 [diff] |
[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>