qcacmn: Add support for wmi_ext2 service bitmap
Add support for wmi_ext2 service bitmap Change-Id: I2c147b91e11c2487027a7af88ff1752c7b48730b
This commit is contained in:
@@ -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);
|
||||
|
Viittaa uudesa ongelmassa
Block a user