Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c9950 u32 alpha2_code; in ath10k_mac_get_wrdd_regulatory() local
9971 alpha2_code = ath10k_mac_wrdd_get_mcc(ar, wrdd.pointer); in ath10k_mac_get_wrdd_regulatory()
9973 if (!alpha2_code) in ath10k_mac_get_wrdd_regulatory()
9976 alpha2[0] = (alpha2_code >> 8) & 0xff; in ath10k_mac_get_wrdd_regulatory()
9977 alpha2[1] = (alpha2_code >> 0) & 0xff; in ath10k_mac_get_wrdd_regulatory()