qcacld-3.0: Separate out different flow control implementation
Separate out QCA_LL_LEGACY_TX_FLOW_CONTROL and QCA_LL_TX_FLOW_CONTROL_V2 flow control implementation in different files to compile out features cleanly. Change-Id: I5d6ddf9ea61b409b25d242852ed1f0102e94ad88 CRs-Fixed: 2228902
This commit is contained in:
4
Kbuild
4
Kbuild
@@ -884,6 +884,10 @@ ifeq ($(CONFIG_WLAN_TX_FLOW_CONTROL_V2), y)
|
||||
TXRX_OBJS += $(TXRX_DIR)/ol_txrx_flow_control.o
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_WLAN_TX_FLOW_CONTROL_LEGACY), y)
|
||||
TXRX_OBJS += $(TXRX_DIR)/ol_txrx_legacy_flow_control.o
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_IPA_OFFLOAD), y)
|
||||
TXRX_OBJS += $(TXRX_DIR)/ol_txrx_ipa.o
|
||||
endif
|
||||
|
Reference in New Issue
Block a user