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
此提交包含在:
@@ -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,
|
||||
|
新增問題並參考
封鎖使用者