mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
rtl8188eu: Convert typedef for _lock to spinlock_t
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
5f133c3764
commit
7b01fe6191
10 changed files with 27 additions and 30 deletions
|
@ -192,7 +192,7 @@ using enter_critical section to protect
|
|||
*/
|
||||
struct recv_priv
|
||||
{
|
||||
_lock lock;
|
||||
spinlock_t lock;
|
||||
_queue free_recv_queue;
|
||||
_queue recv_pending_queue;
|
||||
_queue uc_swdec_pending_queue;
|
||||
|
@ -244,7 +244,7 @@ struct recv_priv
|
|||
|
||||
struct sta_recv_priv {
|
||||
|
||||
_lock lock;
|
||||
spinlock_t lock;
|
||||
sint option;
|
||||
|
||||
//_queue blk_strms[MAX_RX_NUMBLKS];
|
||||
|
@ -263,7 +263,7 @@ struct recv_buf
|
|||
{
|
||||
_list list;
|
||||
|
||||
_lock recvbuf_lock;
|
||||
spinlock_t recvbuf_lock;
|
||||
|
||||
u32 ref_cnt;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue