staging: vt6656: struct vnt_private remove dead variables
authorMalcolm Priestley <tvboxspy@gmail.com>
Fri, 18 Jul 2014 05:36:13 +0000 (06:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jul 2014 23:06:23 +0000 (16:06 -0700)
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/device.h

index f3ff6f542dd357282fbab7a3e762cc8e3f9ecec1..8257a641f474fa32b26d06d5a05e45bfe10d5a44 100644 (file)
@@ -381,8 +381,6 @@ struct vnt_private {
 
        enum vnt_cmd command;
 
-       int bStopDataPkt;
-
        /* 802.11 counter */
 
        enum vnt_cmd cmd_queue[CMD_Q_SIZE];
@@ -396,22 +394,15 @@ struct vnt_private {
        u8 byAutoFBCtrl;
 
        /* For Update BaseBand VGA Gain Offset */
-       u32 uBBVGADiffCount;
-       u8 byBBVGANew;
-       u8 byBBVGACurrent;
        u8 abyBBVGA[BB_VGA_LEVEL];
        signed long ldBmThreshold[BB_VGA_LEVEL];
 
        u8 byBBPreEDRSSI;
        u8 byBBPreEDIndex;
 
-       int bRadioCmd;
-
        /* command timer */
        struct delayed_work run_command_work;
 
-       u8 tx_data_time_out;
-
        int bChannelSwitch;
        u8 byNewChannel;
        u8 byChannelSwitchCount;