Skip to content
Snippets Groups Projects
Commit 8567712f authored by Swarn Singh's avatar Swarn Singh
Browse files

msmnile: Define WIFI_DRIVER_STATE_CTRL_PARAM to write WLAN status

Define path of WIFI_DRIVER_STATE_CTRL_PARAM i.e /dev/wlan
to update status of WLAN Driver on loaded/unloaded by writing
ON/OFF.

Change-Id: I9964a7a3b779f036975b3f461118e86e093a13ea
CRs-Fixed: 2706935
parent 776e9911
No related branches found
No related tags found
No related merge requests found
BOARD_VENDOR_KERNEL_MODULES += $(KERNEL_MODULES_OUT)/qca_cld3_wlan.ko BOARD_VENDOR_KERNEL_MODULES += $(KERNEL_MODULES_OUT)/qca_cld3_wlan.ko
WIFI_DRIVER_STATE_CTRL_PARAM := "/dev/wlan"
WIFI_DRIVER_STATE_ON := "ON"
WIFI_DRIVER_STATE_OFF := "OFF"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment