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 74f2a30e7d
commit 2b109825ac
17 changed files with 434 additions and 434 deletions

View File

@@ -787,7 +787,7 @@ QDF_STATUS wmi_extract_encrypt_decrypt_resp_params(void *wmi_hdl,
#endif
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);
QDF_STATUS wmi_unified_set_gateway_params_cmd(void *wmi_hdl,