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
这个提交包含在:
Kiran Kumar Lokere
2020-09-18 00:45:02 -07:00
提交者 snandini
父节点 a191f4dc1e
当前提交 5258674757

查看文件

@@ -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)