qcacld-3.0: Remove mlme_vdev_create_send() prototype

Function mlme_vdev_create_send() was removed by the following patch:
  qcacld-3.0: Send vdev create to fw from object create notification
  Change-Id Ibba02f6b5885d7b3a62529ef51768f520395513e

However the prototype was not removed, so remove it now.

Change-Id: I45e20bc4cb8fb00486208711765625792312ce8b
CRs-Fixed: 3430397
This commit is contained in:
Jeff Johnson
2023-03-12 19:32:06 -07:00
committed by Madan Koyyalamudi
parent fa09712b02
commit f7d4a2fd9a

View File

@@ -448,16 +448,6 @@ bool wlan_is_vdev_traffic_ll_ht(struct wlan_objmgr_vdev *vdev);
*/
enum vdev_assoc_type mlme_get_assoc_type(struct wlan_objmgr_vdev *vdev);
/**
* mlme_vdev_create_send() - function to send the vdev create to firmware
* @vdev: vdev pointer
*
* Return: QDF_STATUS_SUCCESS when the command has been successfully sent
* to firmware or QDF_STATUS_E_** when there is a failure in sending the command
* to firmware.
*/
QDF_STATUS mlme_vdev_create_send(struct wlan_objmgr_vdev *vdev);
/**
* mlme_vdev_self_peer_create() - function to send the vdev create self peer
* @vdev: vdev pointer