Disable WIFI power management
This commit is contained in:
parent
f5f3f2663a
commit
b772000404
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ ifeq ($(BOARD_WIFI_VENDOR), realtek)
|
|||
endif
|
||||
|
||||
WIFI_DRIVER_MODULE_PATH := "/system/vendor/modules/$(WIFI_DRIVER_MODULE_NAME).ko"
|
||||
WIFI_DRIVER_MODULE_ARG := "ifname=wlan0 if2name=p2p0"
|
||||
WIFI_DRIVER_MODULE_ARG := "ifname=wlan0 if2name=p2p0 rtw_power_mgnt=0"
|
||||
|
||||
BOARD_USR_WIFI := rtl8723bs
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue