rtlwifi: Switch locking from semaphores to mutexes
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
3cf0c8ad94
commit
8a09d6d80c
@@ -1193,8 +1193,8 @@ struct rtl_hal_cfg {
|
||||
|
||||
struct rtl_locks {
|
||||
/*sem */
|
||||
struct semaphore ips_sem;
|
||||
struct semaphore conf_sem;
|
||||
struct mutex ips_mutex;
|
||||
struct mutex conf_mutex;
|
||||
|
||||
/*spin lock */
|
||||
spinlock_t irq_th_lock;
|
||||
|
Reference in New Issue
Block a user