qcacld-3.0: Enable enahnced flow control

a) Enabled flow control
b) Add small helper functions to avoid duplication of
   code.
c) Fix thermal mitigation unpause issue with flow control.

CRs-Fixed: 916716
Change-Id: Ic02b66d1c23768a1c71dc08ed50dcedd02b647ce
This commit is contained in:
Nirav Shah
2015-09-28 11:09:09 -07:00
کامیت شده توسط Satish Singh
والد bdc98160e9
کامیت 9d7f2e8b79
6فایلهای تغییر یافته به همراه95 افزوده شده و 42 حذف شده

6
Kbuild
مشاهده پرونده

@@ -116,7 +116,11 @@ ifeq ($(KERNEL_BUILD), 0)
CONFIG_WLAN_NAPI_DEBUG := n
# Flag to enable FW based TX Flow control
CONFIG_WLAN_TX_FLOW_CONTROL_V2 := n
ifeq ($(CONFIG_CNSS_EOS),y)
CONFIG_WLAN_TX_FLOW_CONTROL_V2 := y
else
CONFIG_WLAN_TX_FLOW_CONTROL_V2 := n
endif
# Flag to enable LRO (Large Receive Offload)
ifeq ($(CONFIG_CNSS_EOS), y)