Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dmac.c9812 u32 alpha2_code; in ath10k_mac_get_wrdd_regulatory() local
9833 alpha2_code = ath10k_mac_wrdd_get_mcc(ar, wrdd.pointer); in ath10k_mac_get_wrdd_regulatory()
9835 if (!alpha2_code) in ath10k_mac_get_wrdd_regulatory()
9838 alpha2[0] = (alpha2_code >> 8) & 0xff; in ath10k_mac_get_wrdd_regulatory()
9839 alpha2[1] = (alpha2_code >> 0) & 0xff; in ath10k_mac_get_wrdd_regulatory()