浏览代码

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 4 年之前
父节点
当前提交
5258674757
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      core/hdd/src/wlan_hdd_twt.c

+ 0 - 6
core/hdd/src/wlan_hdd_twt.c

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