mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
net: wireless: bcm4329: Increase PMU_MAX_TRANSITION_DLY to 1 sec
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
committed by
Colin Cross
parent
f2a4bf82ad
commit
04326661cc
@@ -126,9 +126,9 @@
|
||||
* for HT availability, it could take a couple hundred ms more, so
|
||||
* max out at a half second (500000us).
|
||||
*/
|
||||
#if (PMU_MAX_TRANSITION_DLY <= 500000)
|
||||
#if (PMU_MAX_TRANSITION_DLY < 1000000)
|
||||
#undef PMU_MAX_TRANSITION_DLY
|
||||
#define PMU_MAX_TRANSITION_DLY 500000
|
||||
#define PMU_MAX_TRANSITION_DLY 1000000
|
||||
#endif
|
||||
|
||||
/* Value for ChipClockCSR during initial setup */
|
||||
|
||||
Reference in New Issue
Block a user