qcacmn: Add ast_idx and ast_hash in dp_peer

Add ast_idx and ast_hash values in dp_peer

Change-Id: Ib68a25f6ea6b07cd46f4ec995436625cb3f28a58
CRs-Fixed: 3344867
This commit is contained in:
KARTHIK KUMAR T
2022-11-24 00:00:07 +05:30
کامیت شده توسط Madan Koyyalamudi
والد d39e5eeaaa
کامیت 72332cbe67
2فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده

مشاهده پرونده

@@ -3117,6 +3117,9 @@ dp_rx_peer_map_handler(struct dp_soc *soc, uint16_t peer_id,
CDP_LINK_PEER_TYPE);
if (peer) {
/* Updating ast_hash and ast_idx in peer level */
peer->ast_hash = ast_hash;
peer->ast_idx = hw_peer_id;
vdev = peer->vdev;
/* Only check for STA Vdev and peer is not for TDLS */
if (wlan_op_mode_sta == vdev->opmode &&