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