mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 07:32:29 +02:00
net: wireless: bcmdhd: Decrease chip recognition attempts to 3
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
a6d0da9810
commit
aabc63c270
|
|
@ -92,10 +92,10 @@ enum dhd_bus_state {
|
|||
#define DHD_SCAN_PASSIVE_TIME 130 /* ms: Embedded default Passive setting from DHD Driver */
|
||||
|
||||
#ifndef POWERUP_MAX_RETRY
|
||||
#define POWERUP_MAX_RETRY (10) /* how many times we retry to power up the chip */
|
||||
#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 2000 /* ms: time out in waiting wifi to come up */
|
||||
#endif
|
||||
|
||||
enum dhd_bus_wake_state {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user