projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2a4bf8
)
net: wireless: bcm4329: Increase PMU_MAX_TRANSITION_DLY to 1 sec
author
Dmitry Shmidt
<dimitrysh@google.com>
Mon, 16 Aug 2010 18:36:15 +0000
(11:36 -0700)
committer
Colin Cross
<ccross@android.com>
Thu, 30 Sep 2010 00:49:44 +0000
(17:49 -0700)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
drivers/net/wireless/bcm4329/dhd_sdio.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/bcm4329/dhd_sdio.c
b/drivers/net/wireless/bcm4329/dhd_sdio.c
index 34f45b427b4f35b7665dcde4da48cbdb8f869c6e..b409c8dfe7e265c6fe47f7b2c1d9dc97e34ed9c4 100644
(file)
--- a/
drivers/net/wireless/bcm4329/dhd_sdio.c
+++ b/
drivers/net/wireless/bcm4329/dhd_sdio.c
@@
-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 <
= 5
00000)
+#if (PMU_MAX_TRANSITION_DLY <
10
00000)
#undef PMU_MAX_TRANSITION_DLY
-#define PMU_MAX_TRANSITION_DLY
5
00000
+#define PMU_MAX_TRANSITION_DLY
10
00000
#endif
/* Value for ChipClockCSR during initial setup */