commit | e379a9a87952f5b16cbad8f89a8826c4df2fcb31 | [log] [tgz] |
---|---|---|
author | Binoy Jayan <binoy.jayan@linaro.org> | Thu Jun 02 16:23:00 2016 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Jun 18 19:50:48 2016 -0700 |
tree | 06a9ae54bfdd21a1a5d71eefd110c8f61e05ea5c | |
parent | 75deebb42d8a50ea19617eaaee5e8e7792aecf19 [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>