Explorar el Código

qcacld-3.0: Remove ucfg_mlme_reset_twt_reset_cmd() stub

Stub exist for functions that does not exist. Was introduced as
typo that was fixed. Remove the stub.

Change-Id: I59797783ddec41f2afc08bae49191c13500b02fa
CRs-Fixed: 3441916
David Oladunjoye hace 2 años
padre
commit
8570648f49
Se han modificado 1 ficheros con 1 adiciones y 9 borrados
  1. 1 9
      components/mlme/dispatcher/inc/wlan_mlme_twt_ucfg_api.h

+ 1 - 9
components/mlme/dispatcher/inc/wlan_mlme_twt_ucfg_api.h

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2021, The Linux Foundation. All rights reserved.
- * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) 2021-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
@@ -784,14 +784,6 @@ ucfg_mlme_set_twt_responder_flag(struct wlan_objmgr_psoc *psoc,
 	return QDF_STATUS_E_NOSUPPORT;
 }
 
-static inline QDF_STATUS
-ucfg_mlme_reset_twt_reset_cmd(struct wlan_objmgr_psoc *psoc,
-			      struct qdf_mac_addr *peer_mac,
-			      uint8_t dialog_id)
-{
-	return QDF_STATUS_E_NOSUPPORT;
-}
-
 static inline
 bool ucfg_mlme_is_flexible_twt_enabled(struct wlan_objmgr_psoc *psoc)
 {