瀏覽代碼

qcacmn: Allow ds tx descpool to have max size of 64K descs

Allow the ppe ds tx descriptor pool to have a maximum
size of 64k tx descriptors.

Change-Id: I4c09b6337efaabedea93f36a3477f5bdcc32f288
CRs-Fixed: 3468613
Pavankumar Nandeshwar 2 年之前
父節點
當前提交
4066ad2431
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      wlan_cfg/cfg_dp.h

+ 1 - 1
wlan_cfg/cfg_dp.h

@@ -1716,7 +1716,7 @@
 
 #ifdef WLAN_SUPPORT_PPEDS
 #define WLAN_CFG_NUM_PPEDS_TX_DESC_MIN 16
-#define WLAN_CFG_NUM_PPEDS_TX_DESC_MAX 0x8000
+#define WLAN_CFG_NUM_PPEDS_TX_DESC_MAX 0xFA00
 #define WLAN_CFG_NUM_PPEDS_TX_DESC 0x8000
 
 #define WLAN_CFG_NUM_PPEDS_TX_CMP_NAPI_MIN 8