1
0

qcacld-3.0: Fix Wi-Fi Positioning Documentation

The kernel-doc script identified several documentation issues
in components/wifi_pos, so fix them.

Change-Id: If62f7c43983c1bb67ad0cb2764e8bbadff6e6cf7
CRs-Fixed: 3361660
Este cometimento está contido em:
Jeff Johnson
2023-01-04 13:00:47 -08:00
cometido por Madan Koyyalamudi
ascendente 5e59e167e5
cometimento e7886d39aa
2 ficheiros modificados com 7 adições e 5 eliminações

Ver ficheiro

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -27,7 +27,8 @@
#if defined(WIFI_POS_CONVERGED) && defined(WLAN_FEATURE_RTT_11AZ_SUPPORT)
/**
* wlan_wifi_pos_pasn_peer_delete_all - Delete all pasn peer callback
* @self_peer_del_msg: Scheduler message
* @psoc: Psoc pointer
* @vdev_id: vdev for which PASN peers are to be deleted
*
* Return: True if PASN peer delete all is required
*/

Ver ficheiro

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -38,10 +38,11 @@ static QDF_STATUS wlan_wifi_pos_pasn_peer_create(struct wlan_objmgr_psoc *psoc,
}
/**
* wlan_wifi_pos_pasn_peer_create() - Callback to create ranging peer
* wlan_wifi_pos_pasn_peer_delete() - Callback to delete ranging peer
* @psoc: Pointer to PSOC
* @peer_addr: Address of the peer for which PASN peer is to be created
* @peer_addr: Address of the peer for which PASN peer is to be deleted
* @vdev_id: Vdev id
* @no_fw_peer_delete: if true do not seend peer delete to firmware
*
* Return: QDF_STATUS
*/