Browse Source

qcacld-3.0: Add support for rx defragmentation on converged data path

Add support for rx defragmentation on converged data path.

Change-Id: I2da758e03cec50451d5b6c04c3c152584c281807
CRs-Fixed: 1109359
Ravi Joshi 8 years ago
parent
commit
c4a41087af
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Kbuild

+ 2 - 1
Kbuild

@@ -1058,7 +1058,8 @@ DP_OBJS := $(DP_SRC)/dp_main.o \
 		$(DP_SRC)/dp_rx_desc.o \
 		$(DP_SRC)/dp_reo.o \
 		$(DP_SRC)/dp_rx_mon_dest.o \
-		$(DP_SRC)/dp_rx_mon_status.o
+		$(DP_SRC)/dp_rx_mon_status.o \
+		$(DP_SRC)/dp_rx_defrag.o
 endif
 
 ############ CFG ############