Searched refs:current_arg (Results 1 – 1 of 1) sorted by relevance
52 struct wmi_set_current_country_arg current_arg = {}; in ath12k_reg_notifier() local108 memcpy(¤t_arg.alpha2, request->alpha2, 2); in ath12k_reg_notifier()109 memcpy(&ar->alpha2, ¤t_arg.alpha2, 2); in ath12k_reg_notifier()110 ret = ath12k_wmi_send_set_current_country_cmd(ar, ¤t_arg); in ath12k_reg_notifier()