qcacmn: Replace A_UINT with appropriate types

There are instances of use of older A_UINT/A_INT.
Replace all such instances with the qdf u_int*_t/int*_t.

Change-Id: I7ce29b03f29a0d1a0cf87cfd3c846f4694da4c2a
CR's-Fixed: 2210869
This commit is contained in:
Vivek
2018-03-22 23:27:21 +05:30
committed by nshrivas
parent 963cad9923
commit c582309f9a
5 changed files with 143 additions and 143 deletions

View File

@@ -1525,7 +1525,7 @@ QDF_STATUS wmi_unified_setup_install_key_cmd(void *wmi_hdl,
* Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
*/
QDF_STATUS wmi_unified_p2p_go_set_beacon_ie_cmd(void *wmi_hdl,
A_UINT32 vdev_id, uint8_t *p2p_ie)
uint32_t vdev_id, uint8_t *p2p_ie)
{
wmi_unified_t wmi_handle = (wmi_unified_t) wmi_hdl;