]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mwifiex: Replace semaphore async_sem with mutex
authorBinoy Jayan <binoy.jayan@linaro.org>
Thu, 8 Jun 2017 10:03:03 +0000 (15:33 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 13 Jun 2017 07:05:05 +0000 (10:05 +0300)
commit1abf9ae719f6de71fb90d3169d575630be612619
treedeb4b0ff25c09fc040883a0e788219671f6e1601
parentc42ea613353cd28f741d9389f52b4b42a9ce2eb9
mwifiex: Replace semaphore async_sem with mutex

The semaphore 'async_sem' is used as a simple mutex, so
it should be written as one. Semaphores are going away in the future.

Signed-off-by: Binoy Jayan <binoy.jayan@linaro.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/cfg80211.c
drivers/net/wireless/marvell/mwifiex/main.h
drivers/net/wireless/marvell/mwifiex/scan.c