qcacmn: Increse num TX rings for QCN9224
This change includes below 1) Changes needed to increase Tx rings to 4 2) Use WBM2SW4 ring for rx error in QCN9224 3) memset srng at alloc to avoid populating RBM_id in per packet path and enable implicit RBM Change-Id: Icbd5ac2378273b8f3c6adc41c611e29551fff22f
这个提交包含在:

提交者
Madan Koyyalamudi

父节点
de13832745
当前提交
3c3e5709ac
@@ -4496,8 +4496,8 @@ void dp_tx_process_htt_completion(struct dp_soc *soc,
|
||||
goto release_tx_desc;
|
||||
}
|
||||
default:
|
||||
dp_tx_comp_alert("Invalid HTT tx_status %d\n",
|
||||
tx_status);
|
||||
dp_tx_comp_err("Invalid HTT tx_status %d\n",
|
||||
tx_status);
|
||||
goto release_tx_desc;
|
||||
}
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户