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:

کامیت شده توسط
Madan Koyyalamudi

والد
21c6766062
کامیت
690e9eba92
@@ -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 */
|
||||
|
مرجع در شماره جدید
Block a user