|
@@ -2417,7 +2417,7 @@ static int wma_rx_service_available_event(void *handle, uint8_t *cmd_param_info,
|
|
|
wma_handle->wmi_service_ext_offset = ev->wmi_service_segment_offset;
|
|
|
qdf_mem_copy(wma_handle->wmi_service_ext_bitmap,
|
|
|
&ev->wmi_service_segment_bitmap[0],
|
|
|
- WMI_SERVICE_EXT_BM_SIZE32);
|
|
|
+ WMI_SERVICE_EXT_BM_SIZE32 * sizeof(A_UINT32));
|
|
|
|
|
|
return 0;
|
|
|
}
|