ソースを参照

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
Jeff Johnson 2 年 前
コミット
f7d4a2fd9a
1 ファイル変更0 行追加10 行削除
  1. 0 10
      components/mlme/core/inc/wlan_mlme_vdev_mgr_interface.h

+ 0 - 10
components/mlme/core/inc/wlan_mlme_vdev_mgr_interface.h

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