Browse Source

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
Jeff Johnson 2 years ago
parent
commit
e7886d39aa

+ 3 - 2
components/wifi_pos/core/inc/wlan_wifi_pos_interface.h

@@ -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
  */

+ 4 - 3
components/wifi_pos/core/src/wlan_wifi_pos_interface.c

@@ -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
  */