Home
last modified time | relevance | path

Searched refs:init_country_param (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dreg.c50 struct wmi_init_country_params init_country_param; in ath11k_reg_notifier() local
92 init_country_param.flags = ALPHA_IS_SET; in ath11k_reg_notifier()
93 memcpy(&init_country_param.cc_info.alpha2, request->alpha2, 2); in ath11k_reg_notifier()
94 init_country_param.cc_info.alpha2[2] = 0; in ath11k_reg_notifier()
96 ret = ath11k_wmi_send_init_country_cmd(ar, init_country_param); in ath11k_reg_notifier()