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
这个提交包含在:
@@ -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)
|
||||
|
在新工单中引用
屏蔽一个用户