qcacmn: Add correct ast-idx in the Tx Descriptor

Add ast-index instead of ast hash value in the transmit
descriptor as specified by Hardware team.

Change-Id: Id5965d6f41aa89af7680ad6f45d1611631ffcff4
此提交包含在:
Subhranil Choudhury
2019-09-19 13:33:13 +05:30
提交者 nshrivas
父節點 7a1d8072a3
當前提交 5985716a66
共有 3 個檔案被更改,包括 7 行新增2 行删除

查看文件

@@ -1538,8 +1538,10 @@ dp_rx_peer_map_handler(struct dp_soc *soc, uint16_t peer_id,
peer->vdev->vap_bss_peer = peer;
}
if (peer->vdev->opmode == wlan_op_mode_sta)
if (peer->vdev->opmode == wlan_op_mode_sta) {
peer->vdev->bss_ast_hash = ast_hash;
peer->vdev->bss_ast_idx = hw_peer_id;
}
/* Add ast entry incase self ast entry is
* deleted due to DP CP sync issue