mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2025-12-10 00:04:17 +00:00
Remove wrappers for atomic operations
These wrappers were useful when this driver had the hooks for Windows, but are no longer needed. Link: https://lore.kernel.org/r/20210802192721.23110-4-Larry.Finger@lwfinger.net
This commit is contained in:
committed by
Carlos Garcés
parent
e8b235e056
commit
d7c3737cd5
@@ -291,9 +291,9 @@ typedef struct lps_poff_info {
|
||||
u32 tx_bndy_dynamic;
|
||||
u16 ConfLenForPTK;
|
||||
u16 ConfLenForGTK;
|
||||
ATOMIC_T bEnterPOFF;
|
||||
ATOMIC_T bTxBoundInProgress;
|
||||
ATOMIC_T bSetPOFFParm;
|
||||
atomic_t bEnterPOFF;
|
||||
atomic_t bTxBoundInProgress;
|
||||
atomic_t bSetPOFFParm;
|
||||
} lps_poff_info_t;
|
||||
#endif /*CONFIG_LPS_POFF*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user