aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-03-18 19:25:39 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-03-19 06:41:28 +0000
commit13786a69aa5d0d47facac166717e657bfca55119 (patch)
tree018c643befec5b56c76d4051fca0347dde4ff1d6
parentad77445121f385c84353e36535c24e44645885e1 (diff)
96boards-hikey: add wlan0 workaround to disable ELP mode
firmware cannot be waken up from ELP (Extreme Low Power) mode. Note: not every wake up from ELP mode will fail, there are still unknown 'random' factors. workaround: disable ELP mode before the interface is up Change-Id: Ic0bb6cebdf79b3388f1d2a23e1cb2c9a2820fb77 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--96boards-hikey.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/96boards-hikey.yaml b/96boards-hikey.yaml
index a606623..d1752d6 100644
--- a/96boards-hikey.yaml
+++ b/96boards-hikey.yaml
@@ -169,6 +169,8 @@
# wpa-driver nl80211
# wpa-ssid YOUR-SSID-HERE
# wpa-psk YOUR-PASSWORD-HERE
+ # pre-up /sbin/iw wlan0 set power_save off
+ # pre-up echo 0 > /sys/kernel/debug/ieee80211/phy0/wlcore/sleep_auth
EOF
sudo rm -rf rootfs/dev