From: jiabin.chen Date: Mon, 23 Aug 2021 06:30:17 +0000 (+0800) Subject: wifi: after suspend wifi can`t open [1/1] X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0e08c3f1b27505182139bd56376ecf066073bed2;p=GitHub%2FLineageOS%2FG12%2Fandroid_hardware_amlogic_kernel-modules_dhd-driver.git wifi: after suspend wifi can`t open [1/1] PD#OTT-20600 Problem: close wifi and suspend system then can`t open wifi again Solution: fiter PCIE download FW flag Verify: ohm Change-Id: I00863d5505c883555cf6ccbb0bb597a5bdde0d1c Signed-off-by: jiabin.chen --- diff --git a/bcmdhd.101.10.361.x/Makefile b/bcmdhd.101.10.361.x/Makefile index a89ede5..eb14a83 100755 --- a/bcmdhd.101.10.361.x/Makefile +++ b/bcmdhd.101.10.361.x/Makefile @@ -133,6 +133,7 @@ DHDCFLAGS += -DDHD_LB -DDHD_LB_RXP -DDHD_LB_STATS -DDHD_LB_TXP DHDCFLAGS += -DDHD_PKTID_AUDIT_ENABLED DHDCFLAGS += -DINSMOD_FW_LOAD DHDCFLAGS += -DCONFIG_HAS_WAKELOCK +DHDCFLAGS :=$(filter-out -DENABLE_INSMOD_NO_FW_LOAD,$(DHDCFLAGS)) #DHDCFLAGS += -DDHD_PCIE_RUNTIMEPM -DMAX_IDLE_COUNT=11 -DCUSTOM_DHD_RUNTIME_MS=100 ifeq ($(CONFIG_BCMDHD_OOB),y) DHDCFLAGS += -DCUSTOMER_OOB -DBCMPCIE_OOB_HOST_WAKE