mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-09 14:53:05 +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
|
@ -334,7 +334,7 @@ struct _ADAPTER{
|
|||
|
||||
struct mutex *hw_init_mutex;
|
||||
|
||||
_lock br_ext_lock;
|
||||
spinlock_t br_ext_lock;
|
||||
struct nat25_network_db_entry *nethash[NAT25_HASH_SIZE];
|
||||
int pppoe_connection_in_progress;
|
||||
unsigned char pppoe_addr[MACADDRLEN];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue