From 394e193bac6e2fda538c6c7fd87c2fd664493574 Mon Sep 17 00:00:00 2001 From: Ganesh Babu Kumaravel Date: Tue, 24 Sep 2013 04:57:17 +0530 Subject: [PATCH] added wifi support for 8084 added changes to add supplicant configuration symlinks for 8084 target Change-Id: I2383e34654e69398bdcc1fc90abd7740ca5f76d4 CRs-fixed: 548891 --- rootdir/etc/init.qcom.wifi.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/rootdir/etc/init.qcom.wifi.sh b/rootdir/etc/init.qcom.wifi.sh index f95f65f9..5262849a 100644 --- a/rootdir/etc/init.qcom.wifi.sh +++ b/rootdir/etc/init.qcom.wifi.sh @@ -274,6 +274,17 @@ case "$target" in esac ;; + apq8084*) + echo "*** Use the CNSS CLD driver.**" + setprop wlan.driver.ath 0 + + # Use different wpa_supplicant.conf template between wcn driver + # and ath6kl driver + rm /system/etc/wifi/wpa_supplicant.conf + ln -s /system/etc/wifi/wpa_supplicant_wcn.conf \ + /system/etc/wifi/wpa_supplicant.conf + ;; + msm8960*) # Move cfg80211.ko to prima directory, the default cfg80211.ko is