rtl8188eu: Convert typedef for _lock to spinlock_t

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-24 15:00:47 -05:00
parent 5f133c3764
commit 7b01fe6191
10 changed files with 27 additions and 30 deletions

View file

@ -253,7 +253,7 @@ struct tx_servq {
struct sta_xmit_priv
{
_lock lock;
spinlock_t lock;
sint option;
sint apsd_setting; //When bit mask is on, the associated edca queue supports APSD.
@ -294,7 +294,7 @@ struct agg_pkt_info{
struct xmit_priv {
_lock lock;
spinlock_t lock;
struct semaphore xmit_sema;
struct semaphore terminate_xmitthread_sema;