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
这个提交包含在:
Tallapragada Kalyan
2020-11-02 18:09:10 +05:30
提交者 snandini
父节点 4677d5bdf5
当前提交 b9d5c7d2b7
修改 5 个文件,包含 28 行新增6 行删除

查看文件

@@ -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);