net: wireless: bcmdhd: Fix scan timeout for abg case
authorDmitry Shmidt <dimitrysh@google.com>
Mon, 13 Jun 2011 23:03:21 +0000 (16:03 -0700)
committerColin Cross <ccross@android.com>
Tue, 14 Jun 2011 18:38:53 +0000 (11:38 -0700)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
drivers/net/wireless/bcmdhd/wl_iw.c

index 24fab74141986c18f2414cbc7c9a34b6213d83a7..ef713eea42583dce369622019563a180e98e5a4d 100644 (file)
@@ -8517,7 +8517,7 @@ wl_iw_attach(struct net_device *dev, void * dhdp)
 #endif 
 
        
-       iscan->timer_ms    = 3000;
+       iscan->timer_ms    = 8000;
        init_timer(&iscan->timer);
        iscan->timer.data = (ulong)iscan;
        iscan->timer.function = wl_iw_timerfunc;