qcacmn: Update ast entry during PTQM migration

Delete and add ast entry during PTQM migration for current and new primary
peer respectively.

Change-Id: I4a640f84a5778aeff19057e027b3aae9e939487a
CRs-Fixed: 3536670
This commit is contained in:
Neha Bisht
2023-06-21 17:23:49 +05:30
committed by Rahul Choudhary
parent 6646c062ff
commit c9d9e88708
5 changed files with 73 additions and 23 deletions

View File

@@ -1206,10 +1206,14 @@ QDF_STATUS htt_h2t_rx_cce_super_rule_setup(struct htt_soc *htt_soc,
* struct dp_peer_info - Primary Peer information
* @primary_peer_id: Primary peer id
* @chip_id: Chip id of primary peer
* @hw_peer_id: ast hash index
* @ast_hash: ast hash value
*/
struct dp_peer_info {
uint16_t primary_peer_id;
uint8_t chip_id;
uint16_t hw_peer_id;
uint16_t ast_hash;
};
/**