diff options
author | Jesse Gilles <jgilles@multitech.com> | 2014-04-04 13:35:08 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2014-04-04 13:35:08 -0500 |
commit | 726fbad6f08de96468dcf798850c96542c1b5fba (patch) | |
tree | 4793f0fe09c3d633fae5e4aed0517f1e4fac5c7b | |
parent | 29c79d43a8961f6520ded711262e2630ef9c2363 (diff) |
corecdp: use wl1271 R5.SP4.01 release
Fixes conflict issues with simultaneous Wifi AP and bluetooth
-rw-r--r-- | multitech/conf/distro/corecdp.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multitech/conf/distro/corecdp.conf b/multitech/conf/distro/corecdp.conf index 10dd43e..7696938 100644 --- a/multitech/conf/distro/corecdp.conf +++ b/multitech/conf/distro/corecdp.conf @@ -57,6 +57,6 @@ PREFERRED_VERSION_iw = "0.9.20" PREFERRED_VERSION_wpa-supplicant = "1.0" PREFERRED_VERSION_hostap-daemon = "1.0" -PREFERRED_VERSION_wl12xx-firmware = "r5.sp7.01" -PREFERRED_VERSION_ti-compat-wireless-wl12xx = "r5.sp7.01" -PREFERRED_VERSION_ti-wifi-utils = "r5.sp7.01" +PREFERRED_VERSION_wl12xx-firmware = "r5.sp4.01" +PREFERRED_VERSION_ti-compat-wireless-wl12xx = "r5.sp4.01" +PREFERRED_VERSION_ti-wifi-utils = "r5.sp4.01" |