mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 23:23:53 +02:00
wifi: extend power up waiting time.
This commit is contained in:
parent
a6f81f794b
commit
b68e5c6ffb
|
|
@ -53,7 +53,7 @@ ifneq ($(CONFIG_WIRELESS_EXT),)
|
|||
$(MODULE_NAME)-y += wl_iw.o
|
||||
DHDCFLAGS += -DSOFTAP -DWL_WIRELESS_EXT -DUSE_IW
|
||||
endif
|
||||
ifneq ($(CONFIG_CFG80211),)
|
||||
ifeq ($(CONFIG_CFG80211),y)
|
||||
$(MODULE_NAME)-y += wl_cfg80211.o wl_cfgp2p.o wl_linux_mon.o dhd_cfg80211.o
|
||||
DHDCFLAGS += -DWL_CFG80211 -DWLP2P -DWL_CFG80211_STA_EVENT
|
||||
DHDCFLAGS += -DCUSTOM_ROAM_TRIGGER_SETTING=-65
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ enum dhd_op_flags {
|
|||
#define POWERUP_MAX_RETRY 3 /* how many times we retry to power up the chip */
|
||||
#endif
|
||||
#ifndef POWERUP_WAIT_MS
|
||||
#define POWERUP_WAIT_MS 2000 /* ms: time out in waiting wifi to come up */
|
||||
#define POWERUP_WAIT_MS 5000 /* ms: time out in waiting wifi to come up */
|
||||
#endif
|
||||
|
||||
enum dhd_bus_wake_state {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user