qcacmn: Correct len size of oem data request

qcacld-2.0 to qcacmn propagation.

oem data request len size should be of 4 byte instead of
1 byte.
Add changes to correct len size in wmi unified API.

Change-Id: I9b377420c50ff1160964f94be5eaa0072df0f63d
CRs-Fixed: 1013488
This commit is contained in:
Krishna Kumaar Natarajan
2016-07-21 15:02:44 -07:00
committed by Vishwajith Upendra
parent 55fb9d398d
commit edc1f370b3
5 changed files with 5 additions and 5 deletions

View File

@@ -2264,7 +2264,7 @@ QDF_STATUS wmi_unified_csa_offload_enable(void *wmi_hdl, uint8_t vdev_id)
* Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
*/
QDF_STATUS wmi_unified_start_oem_data_cmd(void *wmi_hdl,
uint8_t data_len,
uint32_t data_len,
uint8_t *data)
{
wmi_unified_t wmi_handle = (wmi_unified_t) wmi_hdl;