Commit 0fc64c15 authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

staging: vt6656: vnt_private remove dead variables

byFOETuning
byAutoPwrTunning
Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 085f7c43
...@@ -672,12 +672,6 @@ struct vnt_private { ...@@ -672,12 +672,6 @@ struct vnt_private {
int bRadioCmd; int bRadioCmd;
/* For FOE Tuning */
u8 byFOETuning;
/* For Auto Power Tunning */
u8 byAutoPwrTunning;
/* BaseBand Loopback Use */ /* BaseBand Loopback Use */
u8 byBBCR4d; u8 byBBCR4d;
u8 byBBCRc9; u8 byBBCRc9;
......
...@@ -263,8 +263,6 @@ device_set_options(struct vnt_private *pDevice) { ...@@ -263,8 +263,6 @@ device_set_options(struct vnt_private *pDevice) {
pDevice->byPacketType = pDevice->byBBType; pDevice->byPacketType = pDevice->byBBType;
pDevice->byAutoFBCtrl = AUTO_FB_0; pDevice->byAutoFBCtrl = AUTO_FB_0;
pDevice->bUpdateBBVGA = true; pDevice->bUpdateBBVGA = true;
pDevice->byFOETuning = 0;
pDevice->byAutoPwrTunning = 0;
pDevice->byPreambleType = 0; pDevice->byPreambleType = 0;
pDevice->bExistSWNetAddr = false; pDevice->bExistSWNetAddr = false;
/* pDevice->bDiversityRegCtlON = true; */ /* pDevice->bDiversityRegCtlON = true; */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment