staging: vt6656: Remove unused variable uScanTime.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Malcolm Priestley
2014-05-17 09:50:34 +01:00
committed by Greg Kroah-Hartman
parent f576abc8fc
commit 6983df6fbc
2 changed files with 0 additions and 4 deletions

View File

@@ -607,7 +607,6 @@ struct vnt_private {
int bBeaconSent;
int bFixRate;
u8 byCurrentCh;
u32 uScanTime;
CMD_STATE eCommandState;

View File

@@ -488,9 +488,6 @@ static int device_init_registers(struct vnt_private *pDevice)
/* get Auto Fall Back type */
pDevice->byAutoFBCtrl = AUTO_FB_0;
/* set SCAN Time */
pDevice->uScanTime = WLAN_SCAN_MINITIME;
/* default Auto Mode */
/* pDevice->NetworkType = Ndis802_11Automode; */
pDevice->eConfigPHYMode = PHY_TYPE_AUTO;