Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2013-02-26 14:57:53 (GMT)
committer Daniel Drake <dsd@laptop.org>2013-02-26 14:57:53 (GMT)
commit825ad0c114e84da85e00a076278f455b9b07d1e4 (patch)
tree13d7fbe64461da3b8a5cd7d289477d59cd15fbb8
parentb45641c5e0f9c53d94fa054a90d222f84ac87c34 (diff)
xo4: work around wifi suspend/resume bug (#12560)
Rather than wait for a new firmware, hack around this in olpc.fth for the imminent ramp build. This workaround won't take effect for secure boots. Lets hope nobody cares about that right now.
-rw-r--r--modules/xo4/kspost.50.xo4-tweaks.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/xo4/kspost.50.xo4-tweaks.inc b/modules/xo4/kspost.50.xo4-tweaks.inc
index d72f834..0f1b004 100644
--- a/modules/xo4/kspost.50.xo4-tweaks.inc
+++ b/modules/xo4/kspost.50.xo4-tweaks.inc
@@ -10,3 +10,7 @@ ln -sf /lib/systemd/system/serial-getty@.service \
# FIXME: remove this once XO-4 bluetooth works better
touch /runin/no-bluetooth
echo "blacklist btmrvl_sdio" > /etc/modprobe.d/btmrvl.conf
+
+# fix wifi suspend/resume failure (#12560)
+# FIXME: remove once firmware Q7B19 is released
+sed -i -e '2ih# 140 d# 35 af!' /boot/olpc.fth