Просмотр исходного кода

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 лет назад
Родитель
Сommit
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