qcacmn: Add support for primary TQM migration

Add support for primary TQM migration.

Change-Id: Ifd62eb7e731bbd9e86c462642fd2e20d50d5495a
CRs-Fixed: 3410900
This commit is contained in:
Neha Bisht
2023-01-31 12:38:19 +05:30
committed by Madan Koyyalamudi
parent 031d51614e
commit 80ee0f60c6
8 changed files with 456 additions and 4 deletions

View File

@@ -2462,4 +2462,14 @@ static inline void dp_peer_rx_reo_shared_qaddr_delete(struct dp_soc *soc,
* Return: True for WDS ext peer, false otherwise
*/
bool dp_peer_check_wds_ext_peer(struct dp_peer *peer);
/**
* dp_gen_ml_peer_id() - Generate MLD peer id for DP
*
* @soc: DP soc context
* @peer_id: mld peer id
*
* Return: DP MLD peer id
*/
uint16_t dp_gen_ml_peer_id(struct dp_soc *soc, uint16_t peer_id);
#endif /* _DP_PEER_H_ */