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
This commit is contained in:

committed by
Madan Koyyalamudi

parent
5e59e167e5
commit
e7886d39aa
@@ -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
|
||||
*/
|
||||
|
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user