Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e5c2baa authored by Manjunathappa Prakash's avatar Manjunathappa Prakash Committed by Mohit Khanna
Browse files

qcacld-3.0: Enable handling of buf_addr_type desc in dp_rx_err

Enable compile macro to handle buf_type decriptor in dp_rx_err_process.

Change-Id: Ibdec18b9b749f18b1e9d704974f4cbaabbc4e6a7
CRs-Fixed: 2957094
parent 9906fe37
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3513,6 +3513,10 @@ ifdef CONFIG_SCHED_HISTORY_SIZE
ccflags-y += -DWLAN_SCHED_HISTORY_SIZE=$(CONFIG_SCHED_HISTORY_SIZE)
endif

ifdef CONFIG_HANDLE_RX_REROUTE_ERR
cppflags-y += -DHANDLE_RX_REROUTE_ERR
endif

# configure log buffer size
ifdef CONFIG_CFG_NUM_DP_TRACE_RECORD
ccflags-y += -DMAX_QDF_DP_TRACE_RECORDS=$(CONFIG_CFG_NUM_DP_TRACE_RECORD)
+2 −0
Original line number Diff line number Diff line
CONFIG_TX_AGGREGATION_SIZE_ENABLE := y

CONFIG_HANDLE_RX_REROUTE_ERR := y

ifeq ($(CONFIG_CNSS_QCA6290), y)
	ifeq ($(CONFIG_CNSS_EMULATION), y)
		CONFIG_QCA_WIFI_NAPIER_EMULATION := y