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:
parent
d41f3d2a88
commit
0e79a7bd21
1 changed files with 0 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue