mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 12:24:37 -04:00
staging: vt6656: vnt_private remove dead variables.
dwAotoRateTxOkCnt dwAotoRateTxFailCnt dwErrorRateThreshold dwTPTable Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e7cb8e25eb
commit
085f7c437f
@@ -538,10 +538,6 @@ struct vnt_private {
|
||||
u8 byTopOFDMBasicRate;
|
||||
u8 byTopCCKBasicRate;
|
||||
|
||||
u32 dwAotoRateTxOkCnt;
|
||||
u32 dwAotoRateTxFailCnt;
|
||||
u32 dwErrorRateThreshold[13];
|
||||
u32 dwTPTable[MAX_RATE];
|
||||
u8 abyEEPROM[EEP_MAX_CONTEXT_SIZE]; /*u32 alignment */
|
||||
|
||||
u8 byMinChannel;
|
||||
|
||||
Reference in New Issue
Block a user