Searched defs:regulatory (Results 1 - 12 of 12) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Deeprom.c296 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); local
302 regulatory->max_power_level += INCREASE_MAXPOW_BY_TWO_CHAIN;
305 regulatory->max_power_level += INCREASE_MAXPOW_BY_THREE_CHAIN;
H A Deeprom_4k.c655 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); local
676 regulatory->max_power_level = 0;
681 if (ratesArray[i] > regulatory->max_power_level)
682 regulatory->max_power_level = ratesArray[i];
H A Deeprom_9287.c676 * Compare test group from regulatory channel list
798 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); local
818 regulatory->max_power_level = 0;
823 if (ratesArray[i] > regulatory->max_power_level)
824 regulatory->max_power_level = ratesArray[i];
H A Deeprom_def.c1236 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); local
1258 regulatory->max_power_level = 0;
1262 if (ratesArray[i] > regulatory->max_power_level)
1263 regulatory->max_power_level = ratesArray[i];
1270 regulatory->max_power_level += INCREASE_MAXPOW_BY_TWO_CHAIN;
1273 regulatory->max_power_level += INCREASE_MAXPOW_BY_THREE_CHAIN;
H A Dar9003_eeprom.c4842 * For MIMO, need to apply regulatory caps individually across
4881 * compare test group from regulatory
4982 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); local
5047 regulatory->max_power_level = 0;
5049 if (targetPowerValT2[i] > regulatory->max_power_level)
5050 regulatory->max_power_level = targetPowerValT2[i];
5063 ah->txpower_limit = regulatory->max_power_level;
H A Dhw.c434 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); local
436 regulatory->country_code = CTRY_DEFAULT;
437 regulatory->power_limit = MAX_RATE_POWER;
2241 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); local
2249 regulatory->current_rd = eeval;
2253 if (regulatory->current_rd == 0x64 ||
2254 regulatory->current_rd == 0x65)
2255 regulatory->current_rd += 5;
2256 else if (regulatory->current_rd == 0x41)
2257 regulatory
[all...]
/drivers/net/wireless/ath/
H A Dath.h155 struct ath_regulatory regulatory; member in struct:ath_common
205 * @ATH_DBG_REGULATORY: regulatory processing
/drivers/net/wireless/ath/carl9170/
H A Dmain.c1845 struct ath_regulatory *regulatory = &ar->common.regulatory; local
1902 regulatory->current_rd = le16_to_cpu(ar->eeprom.reg_domain[0]);
1916 return ath_reg_notifier_apply(wiphy, request, &ar->common.regulatory);
1921 struct ath_regulatory *regulatory = &ar->common.regulatory; local
1942 err = ath_regd_init(regulatory, ar->hw->wiphy,
1964 if (!ath_is_world_regd(regulatory))
1965 regulatory_hint(ar->hw->wiphy, regulatory->alpha2);
/drivers/net/wireless/rtlwifi/rtl8192c/
H A Dphy_common.h174 u8 regulatory; member in struct:efuse_contents
/drivers/net/wireless/rtlwifi/rtl8192ce/
H A Dphy.h174 u8 regulatory; member in struct:efuse_contents
/drivers/net/wireless/ath/ath5k/
H A Dbase.c249 struct ath_regulatory *regulatory = ath5k_hw_regulatory(ah); local
251 return ath_reg_notifier_apply(wiphy, request, regulatory);
2843 struct ath_regulatory *regulatory = ath5k_hw_regulatory(ah); local
2852 * on settings like the phy mode and regulatory
2949 regulatory->current_rd = ah->ah_capabilities.cap_eeprom.ee_regdomain;
2950 ret = ath_regd_init(regulatory, hw->wiphy, ath5k_reg_notifier);
2952 ATH5K_ERR(ah, "can't initialize regulatory system\n");
2962 if (!ath_is_world_regd(regulatory))
2963 regulatory_hint(hw->wiphy, regulatory->alpha2);
H A Dphy.c130 * Note: We don't do any regulatory domain checks here, it's just
1439 * Check bounds supported by the PHY (we don't care about regulatory
2772 struct ath_regulatory *regulatory = ath5k_hw_regulatory(ah); local
2783 ctl_mode = ath_regd_get_band_ctl(regulatory, channel->band);
3491 * limits. We need to limit this even more, based on regulatory domain

Completed in 265 milliseconds