瀏覽代碼

qcacld-3.0: Fill primary and secondary channel in case of ACS fail

Currently the driver does not update the ACS primary channel,
and secondary channel (in case of 40, 80MHZ) in scan fail
cases or all the channels in the particular band for which ACS came
were unsafe, SRD, DFS, indoor etc., which leads to
SAP bringup fail.

Fix is to update the primary, secondary channels in case of
scan, or select channel fail.

Change-Id: I66ce390f89bf69ee0695526fccbd2d412e0edf87
CRs-Fixed: 2450028
gaurank kathpalia 5 年之前
父節點
當前提交
e8369890b1
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      core/sap/src/sap_api_link_cntl.c

+ 1 - 0
core/sap/src/sap_api_link_cntl.c

@@ -267,6 +267,7 @@ QDF_STATUS wlansap_pre_start_bss_acs_scan_callback(mac_handle_t mac_handle,
 			  FL("No suitable channel, so select default channel"));
 		sap_ctx->channel =
 			sap_select_default_oper_chan(sap_ctx->acs_cfg);
+		sap_ctx->acs_cfg->pri_ch = sap_ctx->channel;
 	} else {
 		/* Valid Channel Found from scan results. */
 		sap_ctx->acs_cfg->pri_ch = oper_channel;