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

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

index f3072dd..a8637ec 100644 (file)
@@ -672,12 +672,6 @@ struct vnt_private {
 
        int bRadioCmd;
 
-       /* For FOE Tuning */
-       u8  byFOETuning;
-
-       /* For Auto Power Tunning */
-       u8  byAutoPwrTunning;
-
        /* BaseBand Loopback Use */
        u8 byBBCR4d;
        u8 byBBCRc9;
index c00a16c..a9d9cc8 100644 (file)
@@ -263,8 +263,6 @@ device_set_options(struct vnt_private *pDevice) {
     pDevice->byPacketType = pDevice->byBBType;
     pDevice->byAutoFBCtrl = AUTO_FB_0;
     pDevice->bUpdateBBVGA = true;
-    pDevice->byFOETuning = 0;
-    pDevice->byAutoPwrTunning = 0;
     pDevice->byPreambleType = 0;
     pDevice->bExistSWNetAddr = false;
     /* pDevice->bDiversityRegCtlON = true; */