Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/ath/
Dregd.c120 return reg->current_rd & ~WORLDWIDE_ROAMING_FLAG; in ath_regd_get_eepromRD()
500 if (reg->current_rd != COUNTRY_ERD_FLAG) in ath_regd_sanitize()
503 reg->current_rd = 0x64; in ath_regd_sanitize()
520 printk(KERN_DEBUG "ath: EEPROM regdomain: 0x%0x\n", reg->current_rd); in ath_regd_init()
Dath.h75 u16 current_rd; member
/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dhw.c1802 regulatory->current_rd = eeval; in ath9k_hw_fill_cap_info()
1813 if (regulatory->current_rd == 0x64 || in ath9k_hw_fill_cap_info()
1814 regulatory->current_rd == 0x65) in ath9k_hw_fill_cap_info()
1815 regulatory->current_rd += 5; in ath9k_hw_fill_cap_info()
1816 else if (regulatory->current_rd == 0x41) in ath9k_hw_fill_cap_info()
1817 regulatory->current_rd = 0x43; in ath9k_hw_fill_cap_info()
1819 "regdomain mapped to 0x%x\n", regulatory->current_rd); in ath9k_hw_fill_cap_info()
/linux-2.6.39/drivers/net/wireless/rtlwifi/
Dwifi.h756 u16 current_rd; member
/linux-2.6.39/drivers/net/wireless/ath/carl9170/
Dmain.c1775 regulatory->current_rd = le16_to_cpu(ar->eeprom.reg_domain[0]); in carl9170_parse_eeprom()
/linux-2.6.39/drivers/net/wireless/ath/ar9170/
Dmain.c2115 regulatory->current_rd = le16_to_cpu(ar->eeprom.reg_domain[0]); in ar9170_read_eeprom()
/linux-2.6.39/drivers/net/wireless/ath/ath5k/
Dbase.c2852 regulatory->current_rd = ah->ah_capabilities.cap_eeprom.ee_regdomain; in ath5k_init()