qcacmn: WMI regulatory message change

Fix for compilation failure due to change in wmi_regulatory_rule_struct.

Change-Id: If9d43752ddb81c07445a8d17002a4752150af33d
This commit is contained in:
Karunakar Dasineni
2017-03-31 17:42:44 -07:00
committed by Gerrit - the friendly Code Review server
vanhempi 2ac4070b3d
commit f6f8ca8e81

Näytä tiedosto

@@ -16143,13 +16143,13 @@ static struct cur_reg_rule
wmi_reg_rule[count].freq_info);
reg_rule_ptr[count].max_bw =
WMI_REG_RULE_MAX_BW_GET(
wmi_reg_rule[count].bw_info);
wmi_reg_rule[count].bw_pwr_info);
reg_rule_ptr[count].reg_power =
WMI_REG_RULE_REG_POWER_GET(
wmi_reg_rule[count].bw_info);
wmi_reg_rule[count].bw_pwr_info);
reg_rule_ptr[count].flags =
WMI_REG_RULE_FLAGS_GET(
wmi_reg_rule[count].power_flag_info);
wmi_reg_rule[count].flag_info);
}
return reg_rule_ptr;