mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
network: wireless: bcm4329: Reduce driver loading time
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
committed by
Colin Cross
parent
56ab3d0a00
commit
8ad3de415d
@@ -143,9 +143,9 @@ dhd_customer_gpio_wlan_ctrl(int onoff)
|
||||
__FUNCTION__));
|
||||
#ifdef CUSTOMER_HW
|
||||
bcm_wlan_power_on(1);
|
||||
#endif /* CUSTOMER_HW */
|
||||
/* Lets customer power to get stable */
|
||||
OSL_DELAY(500);
|
||||
OSL_DELAY(50);
|
||||
#endif /* CUSTOMER_HW */
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user