sdm660-common: rootdir: Do not load non-existent wlan module

Wlan driver is compiled from kernel. Not only the module is non-existent
but also it's unnecessary and causes insmod failure. So, don't do it.

Signed-off-by: Tashfin Shakeer Rhythm <tashfinshakeerrhythm@gmail.com>
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Tashfin Shakeer Rhythm 2023-06-13 02:02:04 +06:00 committed by pix106
parent d41f3d2a88
commit 0e79a7bd21

View file

@ -212,9 +212,6 @@ on boot
#Create folder dump yuv images while debugging
mkdir /data/vendor/camera 0770 camera camera
#Load WLAN driver
insmod /vendor/lib/modules/wlan.ko
#USB controller configuration
setprop vendor.usb.rndis.func.name "rndis_bam"
setprop vendor.usb.rmnet.func.name "rmnet_bam"