qcacmn: move the TX notify comp flag to MCL specific cb structure
The TX notify comp flag is used only by MCL, hence moving to the MCL this field to the MCL specific cb private structure. Change-Id: I707ab9252dea705552df9678eedd8501f479672e
这个提交包含在:
@@ -4309,8 +4309,7 @@ dp_tx_comp_process_desc_list(struct dp_soc *soc,
|
||||
|
||||
netbuf = desc->nbuf;
|
||||
/* check tx complete notification */
|
||||
if (peer &&
|
||||
QDF_NBUF_CB_TX_EXTRA_FRAG_FLAGS_NOTIFY_COMP(netbuf))
|
||||
if (peer && qdf_nbuf_tx_notify_comp_get(netbuf))
|
||||
dp_tx_notify_completion(soc, peer->vdev, desc,
|
||||
netbuf, ts.status);
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户