Searched refs:init_country_param (Results 1 – 1 of 1) sorted by relevance
51 struct wmi_init_country_params init_country_param; in ath11k_reg_notifier() local93 init_country_param.flags = ALPHA_IS_SET; in ath11k_reg_notifier()94 memcpy(&init_country_param.cc_info.alpha2, request->alpha2, 2); in ath11k_reg_notifier()95 init_country_param.cc_info.alpha2[2] = 0; in ath11k_reg_notifier()97 ret = ath11k_wmi_send_init_country_cmd(ar, init_country_param); in ath11k_reg_notifier()