qcacmn: Add support of HW Link ID

Add support of HW Link ID in PeerMetaData.
Retrieve the HW Link ID in both Rx per packet
path and RX Error path, store it in nbuf cb.
Use the stored value from nbuf while updating
MLO peer link statistics.

Change-Id: I11596d44fe8557af568fd399d0c0a04d2b887b2a
CRs-Fixed: 3397721
这个提交包含在:
Kenvish Butani
2023-01-21 12:36:55 +05:30
提交者 Madan Koyyalamudi
父节点 ee22464bee
当前提交 4c88b99fe7
修改 11 个文件,包含 85 行新增14 行删除

查看文件

@@ -2472,7 +2472,7 @@ dp_peer_update_rx_pkt_per_lmac(struct dp_txrx_peer *txrx_peer,
/* only count stats per lmac for MLO connection*/
DP_PEER_PER_PKT_STATS_INCC_PKT(txrx_peer, rx.rx_lmac[lmac_id], 1,
QDF_NBUF_CB_RX_PKT_LEN(nbuf),
txrx_peer->mld_peer, link_id);
txrx_peer->is_mld_peer, link_id);
}
#else
static inline void