mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-19 12:00:46 +09:00
net: wireless: bcm4329: Fix scan timeout for abg case
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
committed by
Colin Cross
parent
6785d406dc
commit
95f265ce59
@@ -7341,7 +7341,7 @@ int wl_iw_attach(struct net_device *dev, void * dhdp)
|
||||
g_first_broadcast_scan = BROADCAST_SCAN_FIRST_IDLE;
|
||||
g_iscan->scan_flag = 0;
|
||||
|
||||
iscan->timer_ms = 3000;
|
||||
iscan->timer_ms = 8000;
|
||||
init_timer(&iscan->timer);
|
||||
iscan->timer.data = (ulong)iscan;
|
||||
iscan->timer.function = wl_iw_timerfunc;
|
||||
|
||||
Reference in New Issue
Block a user