mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 08:04:24 -04: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:
committed by
Greg Kroah-Hartman
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;
|
||||
|
||||
Reference in New Issue
Block a user