mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 12:24:37 -04:00
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:
committed by
Greg Kroah-Hartman
parent
f576abc8fc
commit
6983df6fbc
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user