summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortfyu <tfyu@codeaurora.org>2017-06-08 11:19:04 +0800
committersnandini <snandini@codeaurora.org>2017-06-15 15:09:09 -0700
commit83dadd75844bcd5141cb5c568f4ff4f373329ef9 (patch)
tree9e9101ce3ed5ab4f2dcd4757d8b8176090b53795
parent493ae4954c69a9eb6a27ca4f392733397b6aadd2 (diff)
qcacmn: Increase bus request number from 64 to 105 for SDIO
qcacld-2.0 to qcacmn propagation The resource of bus request buffers will be exhaused after enabling PTP feature, which change the data path to OTA path for SDIO solution. So increase bus request number from 64 to 105 will fix this issue to avoid memory leak, credits missing and throughput drop issue. Change-Id: Ic3bb5cea72bcc6a8d3dfd910294efd871fe7e938 CRs-Fixed: 2054177
-rw-r--r--hif/src/sdio/native_sdio/include/hif_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hif/src/sdio/native_sdio/include/hif_internal.h b/hif/src/sdio/native_sdio/include/hif_internal.h
index e1edc5b390df..e974d1b2e6d7 100644
--- a/hif/src/sdio/native_sdio/include/hif_internal.h
+++ b/hif/src/sdio/native_sdio/include/hif_internal.h
@@ -44,7 +44,7 @@
#define HIF_LINUX_MMC_SCATTER_SUPPORT
-#define BUS_REQUEST_MAX_NUM 64
+#define BUS_REQUEST_MAX_NUM 105
#define SDIO_CLOCK_FREQUENCY_DEFAULT 25000000
#define SDWLAN_ENABLE_DISABLE_TIMEOUT 20