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
这个提交包含在:
@@ -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
|
||||
|
在新工单中引用
屏蔽一个用户