|
@@ -1,5 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2018-2019, 2021 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2021 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
|
|
@@ -160,15 +161,15 @@ QDF_STATUS wlan_vdev_mlme_is_csa_restart(struct wlan_objmgr_vdev *vdev);
|
|
|
QDF_STATUS wlan_vdev_is_going_down(struct wlan_objmgr_vdev *vdev);
|
|
|
|
|
|
/**
|
|
|
- * wlan_vdev_is_peer_create_allowed() - Checks whether PEER can be created
|
|
|
+ * wlan_vdev_is_mlo_peer_create_allowed() - Checks whether PEER can be created
|
|
|
* @vdev: Object manager VDEV object
|
|
|
*
|
|
|
- * API to check the VDEV MLME SM state to allow PEER association
|
|
|
+ * API to check the VDEV MLME SM state to allow PEER association in MLD
|
|
|
*
|
|
|
* Return: SUCCESS: if peer create can be allowed
|
|
|
* FAILURE: otherwise failure
|
|
|
*/
|
|
|
-QDF_STATUS wlan_vdev_is_peer_create_allowed(struct wlan_objmgr_vdev *vdev);
|
|
|
+QDF_STATUS wlan_vdev_is_mlo_peer_create_allowed(struct wlan_objmgr_vdev *vdev);
|
|
|
|
|
|
/**
|
|
|
* wlan_vdev_is_restart_progress() - Checks VDEV restart is in progress
|