mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 05:52:38 -04:00
staging: vt6656: struct vnt_private remove dead variables
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7b6914c84f
commit
421ce4e58e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user