Searched refs:alpha2_code (Results 1 – 1 of 1) sorted by relevance
9659 u32 alpha2_code; in ath10k_mac_get_wrdd_regulatory() local9680 alpha2_code = ath10k_mac_wrdd_get_mcc(ar, wrdd.pointer); in ath10k_mac_get_wrdd_regulatory()9682 if (!alpha2_code) in ath10k_mac_get_wrdd_regulatory()9685 alpha2[0] = (alpha2_code >> 8) & 0xff; in ath10k_mac_get_wrdd_regulatory()9686 alpha2[1] = (alpha2_code >> 0) & 0xff; in ath10k_mac_get_wrdd_regulatory()