staging: vt6656: vnt_private remove dead variables.
authorMalcolm Priestley <tvboxspy@gmail.com>
Sat, 17 May 2014 08:50:36 +0000 (09:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 18 May 2014 16:58:31 +0000 (09:58 -0700)
dwAotoRateTxOkCnt
dwAotoRateTxFailCnt
dwErrorRateThreshold
dwTPTable

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/device.h

index 73bce9e80c3368a61de49f343db3f22eff0d0574..f3072dd07784dbea0748eaf1ab579bab434f4c5a 100644 (file)
@@ -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;
This page took 0.025611 seconds and 5 git commands to generate.