Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/
Dregd.c207 return reg->current_rd & ~WORLDWIDE_ROAMING_FLAG; in ath_regd_get_eepromRD()
484 reg->current_rd = COUNTRY_ERD_FLAG; in __ath_reg_dyn_country()
485 reg->current_rd |= country_code; in __ath_reg_dyn_country()
503 reg->current_rd, in ath_reg_dyn_country()
676 if (reg->current_rd != COUNTRY_ERD_FLAG) in ath_regd_sanitize()
679 reg->current_rd = 0x64; in ath_regd_sanitize()
692 printk(KERN_DEBUG "ath: EEPROM regdomain: 0x%0x\n", reg->current_rd); in __ath_regd_init()
Dath.h85 u16 current_rd; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
Dhw.c2496 regulatory->current_rd = eeval; in ath9k_hw_fill_cap_info()
2500 if (regulatory->current_rd == 0x64 || in ath9k_hw_fill_cap_info()
2501 regulatory->current_rd == 0x65) in ath9k_hw_fill_cap_info()
2502 regulatory->current_rd += 5; in ath9k_hw_fill_cap_info()
2503 else if (regulatory->current_rd == 0x41) in ath9k_hw_fill_cap_info()
2504 regulatory->current_rd = 0x43; in ath9k_hw_fill_cap_info()
2506 regulatory->current_rd); in ath9k_hw_fill_cap_info()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
Dwifi.h1130 u16 current_rd; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/
Dmain.c1947 regulatory->current_rd = le16_to_cpu(ar->eeprom.reg_domain[0]); in carl9170_parse_eeprom()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h1220 u16 current_rd; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
Dbase.c3091 regulatory->current_rd = ah->ah_capabilities.cap_eeprom.ee_regdomain; in ath5k_init()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
Dmac.c9751 ar->ath_common.regulatory.current_rd = rd; in ath10k_mac_init_rd()