Преглед на файлове

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
tfyu преди 7 години
родител
ревизия
2c6845fe26
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      hif/src/sdio/native_sdio/include/hif_internal.h

+ 1 - 1
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