Commit 6983df6f authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

staging: vt6656: Remove unused variable uScanTime.

Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f576abc8
......@@ -607,7 +607,6 @@ struct vnt_private {
int bBeaconSent;
int bFixRate;
u8 byCurrentCh;
u32 uScanTime;
CMD_STATE eCommandState;
......
......@@ -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;
......
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