Pārlūkot izejas kodu

qcacld-3.0: Remove hdd_process_defer_disconnect() prototype

wlan_hdd_cfg80211.h exports hdd_process_defer_disconnect() but the
function is no longer present, so remove the obsolete prototype.

Change-Id: I74e3423dfb1d2747acb39e5076e2d571b8526e2e
CRs-Fixed: 2106841
Jeff Johnson 7 gadi atpakaļ
vecāks
revīzija
8b1d810d17
1 mainītis faili ar 0 papildinājumiem un 13 dzēšanām
  1. 0 13
      core/hdd/src/wlan_hdd_cfg80211.h

+ 0 - 13
core/hdd/src/wlan_hdd_cfg80211.h

@@ -496,19 +496,6 @@ uint8_t hdd_get_sap_operating_band(struct hdd_context *hdd_ctx);
  */
 int wlan_hdd_try_disconnect(struct hdd_adapter *adapter);
 
-/**
- * hdd_process_defer_disconnect() - Handle the deferred disconnect
- * @adapter: HDD Adapter
- *
- * If roaming is in progress and there is a request to
- * disconnect the session, then it is deferred. Once
- * roaming is complete/aborted, then this routine is
- * used to resume the disconnect that was deferred
- *
- * Return: None
- */
-void hdd_process_defer_disconnect(struct hdd_adapter *adapter);
-
 #ifndef CONVERGED_TDLS_ENABLE
 static inline void
 hdd_notify_sta_connect(uint8_t session_id,