sdm660_64: Insmod qca_cld3_wlan.ko in /vendor
Change the init script to locate the wlan driver from /vendor path to perform insmod operation. CRs-Fixed: 2064754 Change-Id: Iccee1611829a46eddd5e8b270aa00239c6bb0312
This commit is contained in:
parent
cae0fdb84f
commit
9ac1349de7
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ on boot
|
|||
chown system system /persist/speccfg/partition
|
||||
|
||||
#Load WLAN driver
|
||||
insmod /system/lib/modules/qca_cld3/qca_cld3_wlan.ko
|
||||
insmod /vendor/lib/modules/qca_cld3/qca_cld3_wlan.ko
|
||||
setprop wlan.driver.status "ok"
|
||||
|
||||
#Peripheral manager
|
||||
|
|
Loading…
Reference in a new issue