qcacmn: Add flexibility to flush MLO peers only

Add changes to support flushing of MLO peers only.
This is required to support the mode-1 behavior of target
recovery feature, where we delete MLO peers and retain
legacy peers across SOCs which are not crashed.

CRs-Fixed: 3243549
Change-Id: I5ae326bfffd1267768c83fd7f60fa1343ef305fe
This commit is contained in:
Shwetha G K
2022-07-21 11:57:17 +05:30
کامیت شده توسط Madan Koyyalamudi
والد 21c6766062
کامیت 690e9eba92
4فایلهای تغییر یافته به همراه77 افزوده شده و 21 حذف شده

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

@@ -1169,6 +1169,17 @@ void dp_peer_delete(struct dp_soc *soc,
struct dp_peer *peer,
void *arg);
/**
* dp_mlo_peer_delete() - delete MLO DP peer
*
* @soc: Datapath soc
* @peer: Datapath peer
* @arg: argument to iter function
*
* Return: void
*/
void dp_mlo_peer_delete(struct dp_soc *soc, struct dp_peer *peer, void *arg);
#ifdef WLAN_FEATURE_11BE_MLO
/* is MLO connection mld peer */