prism54: Convert wpa_sem in a mutex
The semaphore wpa_sem is used as mutex, convert it to the mutex API Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net> Acked-by: Luis R. Rodriguez <mcgrof@winlab.rutgers.edu> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
f8139218b3
commit
f948db5de5
@ -178,7 +178,7 @@ typedef struct {
|
||||
int wpa; /* WPA mode enabled */
|
||||
struct list_head bss_wpa_list;
|
||||
int num_bss_wpa;
|
||||
struct semaphore wpa_sem;
|
||||
struct mutex wpa_lock;
|
||||
u8 wpa_ie[MAX_WPA_IE_LEN];
|
||||
size_t wpa_ie_len;
|
||||
|
||||
|
Reference in New Issue
Block a user