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:

committed by
snandini

parent
2f54fbb7da
commit
e70e605ed1
@@ -1454,6 +1454,9 @@ QDF_STATUS wmi_unified_dfs_phyerr_offload_en_cmd(void *wmi_hdl,
|
|||||||
QDF_STATUS wmi_unified_dfs_phyerr_offload_dis_cmd(void *wmi_hdl,
|
QDF_STATUS wmi_unified_dfs_phyerr_offload_dis_cmd(void *wmi_hdl,
|
||||||
uint32_t pdev_id);
|
uint32_t pdev_id);
|
||||||
|
|
||||||
|
QDF_STATUS wmi_unified_set_country_cmd_send(void *wmi_hdl,
|
||||||
|
struct set_country *param);
|
||||||
|
|
||||||
#ifdef WMI_INTERFACE_EVENT_LOGGING
|
#ifdef WMI_INTERFACE_EVENT_LOGGING
|
||||||
void wmi_print_cmd_log(wmi_unified_t wmi, uint32_t count,
|
void wmi_print_cmd_log(wmi_unified_t wmi, uint32_t count,
|
||||||
qdf_abstract_print *print, void *print_priv);
|
qdf_abstract_print *print, void *print_priv);
|
||||||
@@ -1475,6 +1478,7 @@ void wmi_print_rx_event_log(wmi_unified_t wmi, uint32_t count,
|
|||||||
|
|
||||||
void wmi_print_mgmt_event_log(wmi_unified_t wmi, uint32_t count,
|
void wmi_print_mgmt_event_log(wmi_unified_t wmi, uint32_t count,
|
||||||
qdf_abstract_print *print, void *print_priv);
|
qdf_abstract_print *print, void *print_priv);
|
||||||
|
|
||||||
#endif /* WMI_INTERFACE_EVENT_LOGGING */
|
#endif /* WMI_INTERFACE_EVENT_LOGGING */
|
||||||
|
|
||||||
#endif /* _WMI_UNIFIED_API_H_ */
|
#endif /* _WMI_UNIFIED_API_H_ */
|
||||||
|
@@ -1313,6 +1313,9 @@ QDF_STATUS (*extract_dfs_radar_detection_event)(wmi_unified_t wmi_handle,
|
|||||||
struct radar_found_info *radar_found,
|
struct radar_found_info *radar_found,
|
||||||
uint32_t len);
|
uint32_t len);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
QDF_STATUS (*send_set_country_cmd)(wmi_unified_t wmi_handle,
|
||||||
|
struct set_country *param);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct target_abi_version {
|
struct target_abi_version {
|
||||||
|
Reference in New Issue
Block a user