qcacld-3.0: Fix issue with broadcast TWT enable

Broadcast TWT is disabled by overwriting the user
configuration. Remove the overwrite to enable the
broadcast TWT.

Change-Id: I79742eaaa61236f92526435ec4a59e75829cf0fb
CRs-Fixed: 2780168
This commit is contained in:
Kiran Kumar Lokere
2020-09-18 00:45:02 -07:00
committed by snandini
parent a191f4dc1e
commit 5258674757

View File

@@ -1754,12 +1754,6 @@ void hdd_update_tgt_twt_cap(struct hdd_context *hdd_ctx,
ucfg_mlme_set_twt_responder(hdd_ctx->psoc,
QDF_MIN(services->twt_responder,
enable_twt));
/*
* Currently broadcast TWT is not supported
*/
ucfg_mlme_set_bcast_twt(hdd_ctx->psoc,
QDF_MIN(0, enable_twt));
}
void hdd_send_twt_enable_cmd(struct hdd_context *hdd_ctx)