Browse Source

qcacld-3.0: Rename func call to comply with qcacmn change

Regulatory function in qcacmn has new name so update
qcacld to have correct call.

Change-Id: I95e7c5148471ded68f97a7ac56d5eb4a770e82f2
CRs-fixed: 2650575
Lincoln Tran 5 years ago
parent
commit
07504d2b8c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/sme/src/rrm/sme_rrm.c

+ 1 - 1
core/sme/src/rrm/sme_rrm.c

@@ -1032,7 +1032,7 @@ static QDF_STATUS sme_rrm_fill_scan_channels(struct mac_context *mac,
 	freq_list = sme_rrm_context->channelList.freq_list;
 	found = false;
 	for (i = 0; i < num_channels; i++) {
-		found = wlan_reg_country_opclass_freq_check(mac->pdev,
+		found = wlan_reg_is_freq_in_country_opclass(mac->pdev,
 							    country,
 							    op_class,
 							    freq_list[i]);