qcacmn: create the vdev response timers in psoc_mlme

Move the vdev response timer from the vdev object manager structure
to the psoc mlme structure.

Change-Id: Ieb87ac6549aa23e0beb61441fea459d3db78c2f3
CRs-Fixed: 2563410
Цей коміт міститься в:
Arun Kumar Khandavalli
2019-09-03 14:31:17 +05:30
джерело b49c9b7a2b
коміт 614d1e4476
16 змінених файлів з 651 додано та 359 видалено

Переглянути файл

@@ -256,6 +256,7 @@ typedef void (*wlan_objmgr_peer_status_handler)(
* @WLAN_MISC_ID: power manager, PAPI, rate set, etc.
* @WLAN_FWOL_NB_ID: fw offload northbound operations
* @WLAN_FWOL_SB_ID: fw offload southbound operations
* @WLAN_PSOC_TARGET_IF_ID PSOC related target_if operations
* @WLAN_REF_ID_MAX: Max id used to generate ref count tracking array
*/
/* New value added to the enum must also be reflected in function
@@ -334,6 +335,7 @@ typedef enum {
WLAN_MISC_ID = 69,
WLAN_FWOL_NB_ID = 70,
WLAN_FWOL_SB_ID = 71,
WLAN_PSOC_TARGET_IF_ID = 72,
WLAN_REF_ID_MAX,
} wlan_objmgr_ref_dbgid;