瀏覽代碼

qcacld-3.0: add Tx desc history in non-critical prealloc memory

Add the Tx desc history buffers into non-critical category of
prealloc memory.

Change-Id: I9e9b466a8e836cbc02ff7754e545b99b984cb02d
CRs-Fixed: 2936445
Vevek Venkatesan 3 年之前
父節點
當前提交
1822c0e153
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      core/dp/txrx3.0/dp_txrx.c

+ 6 - 0
core/dp/txrx3.0/dp_txrx.c

@@ -311,6 +311,12 @@ static struct dp_prealloc_context g_dp_context_allocs[] = {
 	{DP_TX_HW_DESC_HIST_TYPE, sizeof(struct dp_tx_hw_desc_history),
 	false, false, NULL},
 #endif
+#ifdef WLAN_FEATURE_DP_TX_DESC_HISTORY
+	{DP_TX_TCL_HIST_TYPE, sizeof(struct dp_tx_tcl_history),
+	 false, false, NULL},
+	{DP_TX_COMP_HIST_TYPE, sizeof(struct dp_tx_comp_history),
+	 false, false, NULL},
+#endif	/* WLAN_FEATURE_DP_TX_DESC_HISTORY */
 #ifdef WLAN_SUPPORT_RX_FISA
 	{DP_FISA_RX_FT_TYPE, sizeof(struct dp_fisa_rx_sw_ft) * FISA_RX_FT_SIZE,
 	 false, true, NULL},