Revert "qcacld-3.0: Featurize partial reorder properly"

The revert Change-Id: I1f3819fa093766abba87e5dc6dc44e6d2188740b

Inlucde the ol_rx_reorder.c for LL solution to avoid NULL pointer access
when handling the fragmentation frames.

Change-Id: I5182693437b00d4c8a932beb59fd03adea5ee8a1
CRs-Fixed: 2546353
diff --git a/Kbuild b/Kbuild
index ade2c04..e4d0596 100644
--- a/Kbuild
+++ b/Kbuild
@@ -1287,16 +1287,13 @@
                 $(TXRX_DIR)/ol_rx_defrag.o \
                 $(TXRX_DIR)/ol_tx_desc.o \
                 $(TXRX_DIR)/ol_tx.o \
+                $(TXRX_DIR)/ol_rx_reorder_timeout.o \
+                $(TXRX_DIR)/ol_rx_reorder.o \
                 $(TXRX_DIR)/ol_rx_pn.o \
                 $(TXRX_DIR)/ol_txrx_peer_find.o \
                 $(TXRX_DIR)/ol_txrx_encap.o \
                 $(TXRX_DIR)/ol_tx_send.o
 
-ifeq ($(CONFIG_HL_DP_SUPPORT), y)
-TXRX_OBJS += $(TXRX_DIR)/ol_rx_reorder_timeout.o
-TXRX_OBJS += $(TXRX_DIR)/ol_rx_reorder.o
-endif
-
 ifeq ($(CONFIG_WDI_EVENT_ENABLE), y)
 TXRX_OBJS +=	$(TXRX_DIR)/ol_txrx_event.o
 endif