mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-08 00:21:46 +00:00
samus: Don't bring up wlan_power first in S3->S0 transition
Due to the way wireless_enable works this was resulting in WLAN_OFF_L going low briefly on S0->S3->S0 transitions. BUG=chrome-os-partner:23752 BRANCH=none TEST=emerge-samus chromeos-coreboot-samus Change-Id: I4bb02b6e9acf97d501af8c40c455c9f88ffe35ee Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/178422 Reviewed-by: Randall Spangler <rspangler@chromium.org>
This commit is contained in:
committed by
chrome-internal-fetch
parent
40a1e7fa75
commit
a35f1b7841
@@ -271,9 +271,7 @@ enum x86_state x86_handle_state(enum x86_state state)
|
||||
/* Wait 20ms before allowing VCCST_PGOOD to rise. */
|
||||
msleep(20);
|
||||
|
||||
/* Enable wireless, WLAN power first */
|
||||
wireless_enable(EC_WIRELESS_SWITCH_WLAN_POWER);
|
||||
msleep(1);
|
||||
/* Enable wireless. */
|
||||
wireless_enable(EC_WIRELESS_SWITCH_ALL);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user