Revert "qcacmn: Add support for handling MLO TSF sync capability"
This reverts Change-Id: Ie8ca48f8f6065f02eefaea85ad967e32d09787fc Change-Id: I3cdd1a5748189811222fb5ba18d8dcb9a740c253 CRs-Fixed: 3470139
This commit is contained in:

committato da
Madan Koyyalamudi

parent
1e03676a2e
commit
eea6497c2c
@@ -147,7 +147,6 @@ struct mlo_chip_info {
|
||||
* @event: event for teardown completion
|
||||
* @dp_handle: pointer to DP ML context
|
||||
* @chip_info: chip specific info of the soc
|
||||
* @tsf_sync_enabled: MLO TSF sync is enabled at FW or not
|
||||
*/
|
||||
struct mlo_setup_info {
|
||||
uint8_t ml_grp_id;
|
||||
@@ -165,7 +164,6 @@ struct mlo_setup_info {
|
||||
qdf_event_t event;
|
||||
struct cdp_mlo_ctxt *dp_handle;
|
||||
struct mlo_chip_info chip_info;
|
||||
bool tsf_sync_enabled;
|
||||
};
|
||||
|
||||
/**
|
||||
|
@@ -434,7 +434,6 @@ void mlo_setup_init(uint8_t total_grp)
|
||||
mlo_ctx->setup_info = setup_info;
|
||||
mlo_ctx->setup_info[0].ml_grp_id = 0;
|
||||
for (id = 0; id < total_grp; id++) {
|
||||
mlo_ctx->setup_info[id].tsf_sync_enabled = true;
|
||||
if (qdf_event_create(&mlo_ctx->setup_info[id].event) !=
|
||||
QDF_STATUS_SUCCESS)
|
||||
mlo_err("Unable to create teardown event");
|
||||
|
Fai riferimento in un nuovo problema
Block a user