qcacmn: Add support to send new country to FW

Add support to set new country code to the FW

Change-Id: Id24967b7c9e93bfbf045f494f142be9e33e16483
CRs-Fixed: 2042879
This commit is contained in:
Kiran Kumar Lokere
2017-04-24 00:56:03 -07:00
committed by snandini
parent 795ab91e23
commit daf91e333c
3 changed files with 73 additions and 0 deletions

View File

@@ -1869,6 +1869,7 @@ static uint8_t *wmi_id_to_name(uint32_t wmi_command)
CASE_RETURN_STRING(WMI_VDEV_ADFS_CH_CFG_CMDID);
CASE_RETURN_STRING(WMI_VDEV_ADFS_OCAC_ABORT_CMDID);
CASE_RETURN_STRING(WMI_SAR_LIMITS_CMDID);
CASE_RETURN_STRING(WMI_SET_CURRENT_COUNTRY_CMDID);
}
return "Invalid WMI cmd";