summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211/ieee80211.h
diff options
context:
space:
mode:
authorBinoy Jayan <binoy.jayan@linaro.org>2016-06-02 16:23:00 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-06-18 19:50:48 -0700
commite379a9a87952f5b16cbad8f89a8826c4df2fcb31 (patch)
tree06a9ae54bfdd21a1a5d71eefd110c8f61e05ea5c /drivers/staging/rtl8192u/ieee80211/ieee80211.h
parent75deebb42d8a50ea19617eaaee5e8e7792aecf19 (diff)
rtl8192u: ieee80211_device: Replace semaphore wx_sem with mutex
The semaphore 'wx_sem' in ieee80211_device is 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192u/ieee80211/ieee80211.h')
-rw-r--r--drivers/staging/rtl8192u/ieee80211/ieee80211.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211.h b/drivers/staging/rtl8192u/ieee80211/ieee80211.h
index 68931e5ecd8f..ef9ae22e6601 100644
--- a/drivers/staging/rtl8192u/ieee80211/ieee80211.h
+++ b/drivers/staging/rtl8192u/ieee80211/ieee80211.h
@@ -1799,7 +1799,7 @@ struct ieee80211_device {
short scanning;
short proto_started;
- struct semaphore wx_sem;
+ struct mutex wx_mutex;
struct semaphore scan_sem;
spinlock_t mgmt_tx_lock;