aboutsummaryrefslogtreecommitdiff
path: root/rootdir/system/etc/init.qcom.wifi.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rootdir/system/etc/init.qcom.wifi.sh')
-rw-r--r--rootdir/system/etc/init.qcom.wifi.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/rootdir/system/etc/init.qcom.wifi.sh b/rootdir/system/etc/init.qcom.wifi.sh
deleted file mode 100644
index ea83027..0000000
--- a/rootdir/system/etc/init.qcom.wifi.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/system/bin/sh
-
-if [ -e /data/misc/wifi/WCNSS_qcom_wlan_cal.bin ]; then
- calparm=`ls /sys/module/wcnsscore/parameters/has_calibrated_data`
- if [ -e $calparm ] && [ ! -e /data/misc/wifi/WCN_FACTORY ]; then
- echo 1 > $calparm
- fi
-fi
-
-# There is a device file. Write to the file
-# so that the driver knows userspace is
-# available for firmware download requests
-echo 1 > /dev/wcnss_wlan
-echo $serialno > /sys/devices/fb000000.qcom,wcnss-wlan/serial_number
-
-exit 0