Merge "qcacld-3.0: Use global operating class to initialize array" into wlan-cld3.driver.lnx.2.0

此提交包含在:
CNSS_WLAN Service
2020-07-12 10:51:15 -07:00
提交者 Gerrit - the friendly Code Review server
當前提交 7c952cde3b

查看文件

@@ -20153,7 +20153,7 @@ csr_update_op_class_array(struct mac_context *mac_ctx,
*i < (REG_MAX_SUPP_OPER_CLASSES - 1); idx++) {
wlan_reg_freq_to_chan_op_class(
mac_ctx->pdev, channel_info->channel_freq_list[idx],
false, BIT(BEHAV_NONE), &class, &ch_num);
true, BIT(BEHAV_NONE), &class, &ch_num);
found = false;
for (j = 0; j < REG_MAX_SUPP_OPER_CLASSES - 1; j++) {