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

Commit 63765efd authored by Venkata Sharath Chandra Manchala's avatar Venkata Sharath Chandra Manchala Committed by nshrivas
Browse files

qcacld-3.0: Add dp_mon_filter file to Kbuild

Add dp_mon_filter.c to Kbuild to compile
the file to support monitor mode filter
setting.

Change-Id: I1bbfd82bd5a9a6fdf85208516d0d35cab9cd3249
CRs-Fixed: 2610965
parent 6160b23d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1384,6 +1384,7 @@ DP_OBJS := $(DP_SRC)/dp_main.o \
		$(DP_SRC)/dp_rx_mon_dest.o \
		$(DP_SRC)/dp_rx_mon_status.o \
		$(DP_SRC)/dp_rx_defrag.o \
		$(DP_SRC)/dp_mon_filter.o \
		$(DP_SRC)/dp_stats.o \
		$(WLAN_COMMON_ROOT)/target_if/dp/src/target_if_dp.o
ifeq ($(CONFIG_WLAN_TX_FLOW_CONTROL_V2), y)