qcacld-3.0: Remove mlme_sap_set_twt_command_in_progress() prototype
The mlme_sap_set_twt_command_in_progress() prototype was added as part of the following patch: qcacld-3.0: Add support for SAP TWT teardown Change-Id I108ea425e69e07ee8a3657ca5afcb436420b2626 However, there isn't an actual implementation of this function, so remove the unused prototype. Change-Id: If30d4e53b69c7747d60974c06a91795caffd19c0 CRs-Fixed: 3430387
Esse commit está contido em:

commit de
Madan Koyyalamudi

pai
99c484bfa4
commit
1986933553
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2021, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2022-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
|
||||
@@ -235,25 +235,6 @@ bool mlme_is_flexible_twt_enabled(struct wlan_objmgr_psoc *psoc)
|
||||
}
|
||||
#endif /* WLAN_FEATURE_11AX */
|
||||
|
||||
/**
|
||||
* mlme_sap_set_twt_command_in_progress() - Set TWT command is in progress.
|
||||
* @psoc: Pointer to psoc object
|
||||
* @vdev_id: vdev id
|
||||
* @peer_mac: Pointer to peer mac address
|
||||
* @dialog_id: Dialog id
|
||||
* @cmd: TWT command
|
||||
*
|
||||
* if the broadcast MAC address is passed, then
|
||||
* set TWT command is in progress for all the peers
|
||||
*
|
||||
* Return: QDF_STATUS
|
||||
*/
|
||||
QDF_STATUS mlme_sap_set_twt_command_in_progress(struct wlan_objmgr_psoc *psoc,
|
||||
uint8_t vdev_id,
|
||||
struct qdf_mac_addr *peer_mac,
|
||||
uint8_t dialog_id,
|
||||
enum wlan_twt_commands cmd);
|
||||
|
||||
/**
|
||||
* mlme_set_twt_command_in_progress() - Set TWT command is in progress.
|
||||
* @psoc: Pointer to psoc object
|
||||
|
Referência em uma nova issue
Block a user