Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dreg.c48 struct wmi_init_country_params init_country_param; in ath11k_reg_notifier() local
81 init_country_param.flags = ALPHA_IS_SET; in ath11k_reg_notifier()
82 memcpy(&init_country_param.cc_info.alpha2, request->alpha2, 2); in ath11k_reg_notifier()
84 ret = ath11k_wmi_send_init_country_cmd(ar, init_country_param); in ath11k_reg_notifier()