diff --git a/components/mlme/dispatcher/inc/wlan_mlme_twt_ucfg_api.h b/components/mlme/dispatcher/inc/wlan_mlme_twt_ucfg_api.h index 786b1283ef..21b34cb201 100644 --- a/components/mlme/dispatcher/inc/wlan_mlme_twt_ucfg_api.h +++ b/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) {