]> git.baikalelectronics.ru Git - kernel.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)
commit1e2fd44efd44c0365d52ec8b2d4fa682d5fe0098
treedeb4b0ff25c09fc040883a0e788219671f6e1601
parent36e887e28a67c312b50dd1316120b6c36d8d5700
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