qcacmn: Setup DS VP on FW recovery

On FW recovery, do not allocate a new VP and use
the existing profile to setup DS VP

Change-Id: I330613fa104c51becc1018750edf91d8055edb01
CRs-Fixed: 3427382
This commit is contained in:
Parikshit Gune
2023-03-07 22:55:46 +05:30
committed by Madan Koyyalamudi
parent f453c827cb
commit ba18ce8164
3 changed files with 31 additions and 0 deletions

View File

@@ -2356,6 +2356,9 @@ struct cdp_sawf_ops {
#ifdef WLAN_SUPPORT_PPEDS
struct cdp_ppeds_txrx_ops {
QDF_STATUS
(*ppeds_vp_setup_recovery)(struct cdp_soc_t *soc,
uint8_t vdev_id, uint16_t profile_idx);
QDF_STATUS
(*ppeds_entry_attach)(struct cdp_soc_t *soc,
uint8_t vdev_id, void *vpai,
int32_t *ppe_vp_num,