summaryrefslogtreecommitdiff
path: root/common/chipset_haswell.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/chipset_haswell.c')
-rw-r--r--common/chipset_haswell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/chipset_haswell.c b/common/chipset_haswell.c
index 4b58c1ff10..4e142a3e13 100644
--- a/common/chipset_haswell.c
+++ b/common/chipset_haswell.c
@@ -243,7 +243,7 @@ enum x86_state x86_handle_state(enum x86_state state)
gpio_set_level(GPIO_PP3300_DX_EN, 1);
/* Enable wireless */
- wireless_enable(1);
+ wireless_enable(EC_WIRELESS_SWITCH_ALL);
/* Wait for non-core power rails good */
if (x86_wait_signals(IN_PGOOD_S0)) {