Commit 421ce4e5 authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

staging: vt6656: struct vnt_private remove dead variables

Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7b6914c8
......@@ -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;
......
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