瀏覽代碼

qcacmn: Set PER based roam value for config

Currently driver enables both Tx and Rx based PER based roam for
a single value in configuration.

Add changes to enable/disable Tx and Rx based monitoring
individually.

CRs-Fixed: 1114094
Change-Id: I52768029d3ccf007b7d9999e796de3366ac0ae35
Kapil Gupta 8 年之前
父節點
當前提交
da9fbfea14
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      wmi/src/wmi_unified_tlv.c

+ 0 - 4
wmi/src/wmi_unified_tlv.c

@@ -13156,10 +13156,6 @@ static QDF_STATUS send_per_roam_config_cmd_tlv(wmi_unified_t wmi_handle,
 
 	/* fill in per roam config values */
 	wmi_per_config->vdev_id = req_buf->vdev_id;
-	if (req_buf->per_config.enable) {
-		/* Enable for both Tx and Rx*/
-		req_buf->per_config.enable = 3;
-	}
 
 	wmi_per_config->enable = req_buf->per_config.enable;
 	wmi_per_config->high_rate_thresh =