qcacmn: Fix dp_tx_tso_num_seg_pool_init_by_id() stub
The dp_tx_tso_num_seg_pool_init_by_id() stub implementation has an incorrect semicolon, so remove it. Change-Id: Ie70aafdb83116e3e3fb7bd96223b0c770e80eb7f CRs-Fixed: 3500205
这个提交包含在:
@@ -750,7 +750,7 @@ void dp_tx_tso_num_seg_pool_free(struct dp_soc *soc, uint8_t num_pool)
|
||||
|
||||
QDF_STATUS
|
||||
dp_tx_tso_num_seg_pool_init_by_id(struct dp_soc *soc, uint32_t num_elem,
|
||||
uint8_t pool_id);
|
||||
uint8_t pool_id)
|
||||
{
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
在新工单中引用
屏蔽一个用户