Searched refs:alpha2_code (Results 1 – 1 of 1) sorted by relevance
9865 u32 alpha2_code; in ath10k_mac_get_wrdd_regulatory() local9886 alpha2_code = ath10k_mac_wrdd_get_mcc(ar, wrdd.pointer); in ath10k_mac_get_wrdd_regulatory()9888 if (!alpha2_code) in ath10k_mac_get_wrdd_regulatory()9891 alpha2[0] = (alpha2_code >> 8) & 0xff; in ath10k_mac_get_wrdd_regulatory()9892 alpha2[1] = (alpha2_code >> 0) & 0xff; in ath10k_mac_get_wrdd_regulatory()