diff options
| author | Malcolm Priestley <[email protected]> | 2014-07-18 06:36:13 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2014-07-18 16:06:23 -0700 |
| commit | 421ce4e58e98fbd9eacc5ad95fc2fb3b2b92858a (patch) | |
| tree | 22ef3690870aca61d75a2a7806592a351a76ba31 | |
| parent | 7b6914c84f45a936e36385484ef7a0eb0fa489a4 (diff) | |
staging: vt6656: struct vnt_private remove dead variables
Signed-off-by: Malcolm Priestley <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
| -rw-r--r-- | drivers/staging/vt6656/device.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/staging/vt6656/device.h b/drivers/staging/vt6656/device.h index f3ff6f542dd3..8257a641f474 100644 --- a/drivers/staging/vt6656/device.h +++ b/drivers/staging/vt6656/device.h @@ -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; |