Browse Source

qcacmn: WMI regulatory message change

Fix for compilation failure due to change in wmi_regulatory_rule_struct.

Change-Id: If9d43752ddb81c07445a8d17002a4752150af33d
Karunakar Dasineni 8 years ago
parent
commit
987d57e405
1 changed files with 3 additions and 3 deletions
  1. 3 3
      wmi/src/wmi_unified_tlv.c

+ 3 - 3
wmi/src/wmi_unified_tlv.c

@@ -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;