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

staging: vt6656: struct vnt_private remove dead variables

parent 7b6914c8
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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;