Ver Fonte

qcacld-3.0: Fix wrong conversion for op_freq

Channel to frequency conversion is unnecessary in function
sap_is_conc_sap_doing_scc_dfs, issue is introduced by
'Change-Id: Ifa62248169ad7b8ff1c62cab44c92d99a8db0e45'.

Fix is to set ch_freq with op_freq directly, no need to convert.

Change-Id: I2e21956833c18240045c85bfb0837ca058069ff5
CRs-Fixed: 2639443
hqu há 5 anos atrás
pai
commit
8925227821
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      core/sap/src/sap_fsm.c

+ 1 - 2
core/sap/src/sap_fsm.c

@@ -3812,8 +3812,7 @@ bool sap_is_conc_sap_doing_scc_dfs(mac_handle_t mac_handle,
 	uint8_t intf = 0, scc_dfs_counter = 0;
 	qdf_freq_t ch_freq;
 
-	ch_freq = wlan_reg_legacy_chan_to_freq(mac->pdev,
-				given_sapctx->csr_roamProfile.op_freq);
+	ch_freq = given_sapctx->csr_roamProfile.op_freq;
 	/*
 	 * current SAP persona's channel itself is not DFS, so no need to check
 	 * what other persona's channel is