Skip to content

Commit

Permalink
network: wireless: bcm4329: Reduce driver loading time
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
  • Loading branch information
GregBRCM authored and hyperb1iss committed Jun 21, 2010
1 parent de5506e commit 737f4a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/wireless/bcm4329/dhd_custom_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 737f4a8

Please sign in to comment.