mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 12:03:54 +02:00
staging: rtl8192e: Remove variables Wakeup, Reserved0 and AGC
Remove unused variables Wakeup, Reserved0 and AGC. Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/ed88686c1e9213dac1cc8f698f7dea8cb5fa01f9.1708461563.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a2dfaefb26
commit
e5a28bacc5
|
|
@ -485,9 +485,6 @@ struct rtllib_rx_stats {
|
|||
u16 bICV:1;
|
||||
u16 bShortPreamble:1;
|
||||
u16 Decrypted:1;
|
||||
u16 Wakeup:1;
|
||||
u16 Reserved0:1;
|
||||
u8 AGC;
|
||||
u32 TimeStampLow;
|
||||
u32 TimeStampHigh;
|
||||
bool bShift;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user