From ee218b58bcf18a554fdf4daa26087f4dc62befe0 Mon Sep 17 00:00:00 2001 From: Santosh Sajjan Date: Sun, 29 Jul 2012 09:37:27 +0530 Subject: [PATCH] Changes done for wifi bring up on JB for 7x30 platform Change-Id: If7fc9cef0a4b4ffd7b6f267acac68c7b23d013fe --- rootdir/etc/init.qcom.wifi.sh | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/rootdir/etc/init.qcom.wifi.sh b/rootdir/etc/init.qcom.wifi.sh index 6c543245..1db3a4db 100755 --- a/rootdir/etc/init.qcom.wifi.sh +++ b/rootdir/etc/init.qcom.wifi.sh @@ -225,24 +225,7 @@ case "$target" in esac ;; msm7630*) - wifishd=`getprop wlan.driver.status` - wlanchip=`cat /persist/wlan_chip_id` - echo "The WLAN Chip ID is $wlanchip" - case "$wlanchip" in - "WCN1314") - ln -s /system/lib/modules/volans/WCN1314_rf.ko /system/lib/modules/wlan.ko - ;; - "WCN1312") - ln -s /system/lib/modules/libra/libra.ko /system/lib/modules/wlan.ko - ln -s /data/hostapd/qcom_cfg.ini /etc/firmware/wlan/qcom_cfg.ini - ln -s /persist/qcom_wlan_nv.bin /etc/firmware/wlan/qcom_wlan_nv.bin - ;; - *) - echo "********************************************************************" - echo "*** Error:WI-FI chip ID is not specified in /persist/wlan_chip_id **" - echo "******* WI-FI may not work ***********************************" - ;; - esac + exit 0 ;; msm7627*) ln -s /data/hostapd/qcom_cfg.ini /etc/firmware/wlan/qcom_cfg.ini