| /drivers/net/wireless/realtek/rtw89/ |
| A D | regd.c | 310 struct rtw89_regulatory_info *regulatory = &rtwdev->regulatory; in rtw89_regd_find_reg_by_name() local 329 struct rtw89_regulatory_info *regulatory = &rtwdev->regulatory; in rtw89_regd_get_index() local 362 struct rtw89_regulatory_info *regulatory = &rtwdev->regulatory; in rtw89_regd_setup_unii4() local 410 struct rtw89_regulatory_info *regulatory = &rtwdev->regulatory; in __rtw89_regd_setup_policy_6ghz() local 428 struct rtw89_regulatory_info *regulatory = &rtwdev->regulatory; in rtw89_regd_setup_policy_6ghz() local 480 struct rtw89_regulatory_info *regulatory = &rtwdev->regulatory; in rtw89_regd_setup_policy_6ghz_sp() local 526 struct rtw89_regulatory_info *regulatory = &rtwdev->regulatory; in rtw89_regd_setup_policy_6ghz_vlp() local 663 struct rtw89_regulatory_info *regulatory = &rtwdev->regulatory; in rtw89_regd_setup_reg_rules() local 687 struct rtw89_regulatory_info *regulatory = &rtwdev->regulatory; in rtw89_regd_setup() local 747 struct rtw89_regulatory_info *regulatory = &rtwdev->regulatory; in rtw89_regd_apply_policy_unii4() local [all …]
|
| /drivers/net/wireless/realtek/rtw88/ |
| A D | regd.c | 23 __r->regulatory->alpha2[0], \ 24 __r->regulatory->alpha2[1], \ 25 __r->regulatory->txpwr_regd_2g, \ 26 __r->regulatory->txpwr_regd_5g, \ 360 rtwdev->regd.regulatory = &rtw_reg_ww; in rtw_regd_init() 403 !rtw_reg_is_ww(next_regd->regulatory)) { in rtw_regd_mgmt_worldwide() 435 if (rtw_reg_is_ww(next_regd->regulatory)) { in rtw_regd_mgmt_setting() 454 next_regd->regulatory = rtw_reg_find_by_name(request->alpha2); in rtw_regd_state_hdl() 500 rtwdev->regd.regulatory->txpwr_regd_2g : in rtw_regd_get() 501 rtwdev->regd.regulatory->txpwr_regd_5g; in rtw_regd_get() [all …]
|
| /drivers/net/wireless/ath/ |
| A D | Kconfig | 41 bool "Atheros dynamic user regulatory hints" 50 bool "Atheros dynamic user regulatory testing"
|
| A D | regd.c | 513 regulatory); in ath_reg_notifier_apply() 764 regulatory); in ath_regd_init()
|
| A D | ath.h | 179 struct ath_regulatory regulatory; member
|
| /drivers/net/wireless/intel/iwlwifi/fw/api/ |
| A D | nvm-reg.h | 249 struct iwl_nvm_get_info_regulatory_v1 regulatory; member 263 struct iwl_nvm_get_info_regulatory regulatory; member
|
| /drivers/net/wireless/ath/carl9170/ |
| A D | main.c | 1885 struct ath_regulatory *regulatory = &ar->common.regulatory; in carl9170_parse_eeprom() local 1931 regulatory->current_rd = le16_to_cpu(ar->eeprom.reg_domain[0]); in carl9170_parse_eeprom() 1945 ath_reg_notifier_apply(wiphy, request, &ar->common.regulatory); in carl9170_reg_notifier() 1950 struct ath_regulatory *regulatory = &ar->common.regulatory; in carl9170_register() local 1966 err = ath_regd_init(regulatory, ar->hw->wiphy, in carl9170_register() 1988 if (!ath_is_world_regd(regulatory)) in carl9170_register() 1989 regulatory_hint(ar->hw->wiphy, regulatory->alpha2); in carl9170_register()
|
| /drivers/net/wireless/intel/iwlwifi/mld/ |
| A D | Makefile | 6 iwlmld-y += scan.o sta.o tx.o coex.o tlc.o agg.o key.o regulatory.o ap.o thermal.o roc.o stats.o
|
| /drivers/net/wireless/intel/iwlwifi/ |
| A D | iwl-nvm-parse.h | 36 const __le16 *nvm_calib, const __le16 *regulatory,
|
| A D | iwl-nvm-parse.c | 1509 const __le16 *nvm_calib, const __le16 *regulatory, in iwl_parse_nvm_data() argument 1566 ®ulatory[NVM_CHANNELS_SDP] : in iwl_parse_nvm_data() 1575 lar_config = le16_to_cpup(regulatory + lar_offset); in iwl_parse_nvm_data() 1579 ch_section = ®ulatory[NVM_CHANNELS_EXTENDED]; in iwl_parse_nvm_data() 2160 if (le32_to_cpu(rsp->regulatory.lar_enabled) && in iwl_get_nvm() 2168 channel_profile = v4 ? (void *)rsp->regulatory.channel_profile : in iwl_get_nvm() 2169 (void *)rsp_v3->regulatory.channel_profile; in iwl_get_nvm()
|
| A D | Makefile | 36 iwlwifi-objs += fw/regulatory.o
|
| /drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | nvm.c | 221 const __le16 *sw, *calib, *regulatory, *mac_override, *phy_sku; in iwl_parse_nvm_sections() local 270 regulatory = mvm->trans->cfg->nvm_type == IWL_NVM_SDP ? in iwl_parse_nvm_sections() 281 regulatory, mac_override, phy_sku, in iwl_parse_nvm_sections()
|
| /drivers/net/wireless/ath/ath9k/ |
| A D | hw.c | 457 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); in ath9k_hw_init_defaults() local 459 regulatory->country_code = CTRY_DEFAULT; in ath9k_hw_init_defaults() 460 regulatory->power_limit = MAX_COMBINED_POWER; in ath9k_hw_init_defaults() 2479 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); in ath9k_hw_fill_cap_info() local 2486 regulatory->current_rd = eeval; in ath9k_hw_fill_cap_info() 2490 if (regulatory->current_rd == 0x64 || in ath9k_hw_fill_cap_info() 2491 regulatory->current_rd == 0x65) in ath9k_hw_fill_cap_info() 2492 regulatory->current_rd += 5; in ath9k_hw_fill_cap_info() 2493 else if (regulatory->current_rd == 0x41) in ath9k_hw_fill_cap_info() 2494 regulatory->current_rd = 0x43; in ath9k_hw_fill_cap_info() [all …]
|
| A D | eeprom.c | 435 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); in ath9k_hw_update_regulatory_maxpower() local 441 regulatory->max_power_level += POWER_CORRECTION_FOR_TWO_CHAIN; in ath9k_hw_update_regulatory_maxpower() 444 regulatory->max_power_level += POWER_CORRECTION_FOR_THREE_CHAIN; in ath9k_hw_update_regulatory_maxpower()
|
| A D | eeprom_9287.c | 710 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); in ath9k_hw_ar9287_set_txpower() local 729 regulatory->max_power_level = 0; in ath9k_hw_ar9287_set_txpower() 734 if (ratesArray[i] > regulatory->max_power_level) in ath9k_hw_ar9287_set_txpower() 735 regulatory->max_power_level = ratesArray[i]; in ath9k_hw_ar9287_set_txpower()
|
| A D | eeprom_4k.c | 583 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); in ath9k_hw_4k_set_txpower() local 602 regulatory->max_power_level = 0; in ath9k_hw_4k_set_txpower() 607 if (ratesArray[i] > regulatory->max_power_level) in ath9k_hw_4k_set_txpower() 608 regulatory->max_power_level = ratesArray[i]; in ath9k_hw_4k_set_txpower()
|
| A D | eeprom_def.c | 1149 struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah); in ath9k_hw_def_set_txpower() local 1169 regulatory->max_power_level = 0; in ath9k_hw_def_set_txpower() 1173 if (ratesArray[i] > regulatory->max_power_level) in ath9k_hw_def_set_txpower() 1174 regulatory->max_power_level = ratesArray[i]; in ath9k_hw_def_set_txpower()
|
| A D | htc_drv_init.c | 852 error = ath_regd_init(&common->regulatory, priv->hw->wiphy, in ath9k_init_device() 857 reg = &common->regulatory; in ath9k_init_device()
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| A D | phy.h | 131 u8 regulatory; member
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| A D | phy.h | 153 u8 regulatory; member
|
| /drivers/net/wireless/ath/ath6kl/ |
| A D | Kconfig | 63 the firmware. This can be only enabled if regulatory requirements
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| A D | phy.h | 161 u8 regulatory; member
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
| A D | phy_common.h | 146 u8 regulatory; member
|
| /drivers/net/wireless/ath/ath5k/ |
| A D | base.c | 257 struct ath_regulatory *regulatory = ath5k_hw_regulatory(ah); in ath5k_reg_notifier() local 259 ath_reg_notifier_apply(wiphy, request, regulatory); in ath5k_reg_notifier() 3030 struct ath_regulatory *regulatory = ath5k_hw_regulatory(ah); in ath5k_init() local 3136 regulatory->current_rd = ah->ah_capabilities.cap_eeprom.ee_regdomain; in ath5k_init() 3137 ret = ath_regd_init(regulatory, hw->wiphy, ath5k_reg_notifier); in ath5k_init() 3149 if (!ath_is_world_regd(regulatory)) in ath5k_init() 3150 regulatory_hint(hw->wiphy, regulatory->alpha2); in ath5k_init()
|
| /drivers/net/wireless/marvell/mwifiex/ |
| A D | README | 84 The command will be used to change the regulatory domain. 87 The command will be used to get current regulatory domain.
|