qcacmn: Add support for wmi_ext2 service bitmap

Add support for wmi_ext2 service bitmap

Change-Id: I2c147b91e11c2487027a7af88ff1752c7b48730b
This commit is contained in:
Shwetha G K
2020-07-22 20:10:36 +05:30
committed by snandini
vanhempi 3731db6e13
commit 4876ce33bf
3 muutettua tiedostoa jossa 49 lisäystä ja 0 poistoa

Näytä tiedosto

@@ -2877,6 +2877,11 @@ void wmi_unified_detach(struct wmi_unified *wmi_handle)
soc->wmi_ext_service_bitmap = NULL;
}
if (soc->wmi_ext2_service_bitmap) {
qdf_mem_free(soc->wmi_ext2_service_bitmap);
soc->wmi_ext2_service_bitmap = NULL;
}
/* Decrease the ref count once refcount infra is present */
soc->wmi_psoc = NULL;
qdf_mem_free(soc);