Home
last modified time | relevance | path

Searched full:regdomain (Results 1 – 25 of 34) sorted by relevance

12

/linux/drivers/net/wireless/ath/ath6kl/
H A DKconfig58 bool "Atheros ath6kl regdomain support"
62 Enabling this makes it possible to change the regdomain in
H A Dcfg80211.c3561 ath6kl_err("failed to set regdomain: %d\n", ret); in ath6kl_cfg80211_reg_notify()
3566 * Firmware will apply the regdomain change only after a scan is in ath6kl_cfg80211_reg_notify()
3580 ath6kl_err("failed to start scan for a regdomain change: %d\n", in ath6kl_cfg80211_reg_notify()
H A Dinit.c1639 { ATH6KL_FW_CAPABILITY_REGDOMAIN, "regdomain" },
/linux/Documentation/networking/
H A Dregulatory.rst124 static int zd_reg2alpha2(u8 regdomain, char *alpha2)
130 if (regdomain == reg_map->reg) {
145 r = zd_reg2alpha2(mac->regdomain, alpha2);
/linux/drivers/net/wireless/ath/
H A Dregd.c249 bool ath_is_49ghz_allowed(u16 regdomain) in ath_is_49ghz_allowed() argument
252 return regdomain == MKK9_MKKC; in ath_is_49ghz_allowed()
502 printk(KERN_DEBUG "ath: regdomain 0x%0x " in ath_reg_dyn_country()
679 printk(KERN_DEBUG "ath: EEPROM regdomain sanitized\n"); in ath_regd_sanitize()
693 printk(KERN_DEBUG "ath: EEPROM regdomain: 0x%0x\n", reg->current_rd); in __ath_regd_init()
H A Dregd_common.h493 * regdomain and use another alpha2 */
/linux/drivers/net/wireless/ath/ath11k/
H A Dreg.c463 * default regdomain. Also MAX of the dfs cac timeout is selected. in ath11k_regd_intersect()
698 "Country %s, CFG Regdomain %s FW Regdomain %d, num_reg_rules %d\n", in ath11k_reg_build_regd()
787 ath11k_warn(ab, "Unable to create intersected regdomain\n"); in ath11k_reg_build_regd()
864 * not support for the regdomain. So get the vdev type of the first entry in ath11k_reg_get_ar_vdev_type()
865 * now. After concurrency support for the regdomain, this should change. in ath11k_reg_get_ar_vdev_type()
989 * The Regdomain should be uniform across driver and fw. Since the in ath11k_reg_handle_chan_list()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dchannel.c107 const struct ieee80211_regdomain *regdomain; member
148 .regdomain = &brcms_regdom_x2,
207 if (!strncmp(regdom, cntry_locales[i].regdomain->alpha2, len)) { in brcms_world_regd()
352 ccode = wlc_cm->world_regd->regdomain->alpha2; in brcms_c_channel_mgr_attach()
769 wiphy_apply_custom_regulatory(wlc->wiphy, regd->regdomain); in brcms_c_regd_init()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmcc.c93 IWL_DEBUG_LAR(mld, "Getting regdomain data for %s from FW\n", alpha2); in iwl_mld_get_regdomain()
193 /* update cfg80211 if the regdomain was changed */ in iwl_mld_apply_last_mcc()
/linux/drivers/net/wireless/purelifi/plfxlc/
H A Dmac.h140 u8 regdomain; member
/linux/drivers/net/wireless/intersil/p54/
H A Deeprom.h105 u8 regdomain; member
/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_mac.c135 static int zd_reg2alpha2(u8 regdomain, char *alpha2) in zd_reg2alpha2() argument
141 if (regdomain == reg_map->reg) { in zd_reg2alpha2()
202 mac->regdomain = mac->default_regdomain = default_regdomain; in zd_mac_init_hw()
211 r = zd_reg2alpha2(mac->regdomain, alpha2); in zd_mac_init_hw()
H A Dzd_mac.h181 u8 regdomain; member
H A Dzd_chip.c411 int zd_read_regdomain(struct zd_chip *chip, u8 *regdomain) in zd_read_regdomain() argument
422 *regdomain = value >> 16; in zd_read_regdomain()
423 dev_dbg_f(zd_chip_dev(chip), "regdomain: %#04x\n", *regdomain); in zd_read_regdomain()
H A Dzd_chip.h883 int zd_read_regdomain(struct zd_chip *chip, u8 *regdomain);
/linux/drivers/net/wireless/marvell/mwifiex/
H A D11h.c253 mwifiex_dbg(priv->adapter, MSG, "regdomain: %d\n", in mwifiex_11h_handle_radar_detected()
/linux/drivers/net/wireless/ath/ath12k/
H A Dreg.c708 "\r\nCountry %s, CFG Regdomain %s FW Regdomain %d, num_reg_rules %d\n", in ath12k_reg_build_regd()
H A Dcore.c758 ath12k_dbg(ab, ATH12K_DBG_BOOT, "boot smbios worldwide regdomain\n"); in ath12k_core_check_cc_code_bdfext()
/linux/drivers/net/wireless/marvell/libertas_tf/
H A Dlibertas_tf.h165 u8 regdomain; member
H A Dcmd.c63 if (channel_ranges[i].regdomain == priv->regioncode) { in lbtf_geo_init()
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.c1684 /* build a regdomain rule for every valid channel */ in iwl_parse_nvm_mcc_info()
1758 * rfkill is removed and we update the regdomain again, but in iwl_parse_nvm_mcc_info()
1759 * since cfg80211 doesn't accept an empty regdomain, add a in iwl_parse_nvm_mcc_info()
/linux/net/wireless/
H A Dreg.c44 * rely on some SHA1 checksum of the regdomain for example.
1496 * Returns: the intersected regdomain
1515 * regdomain once. The reason we use reg_rules_intersect() here in regdom_intersect()
4293 /* We always try to get an update for the static regdomain */ in regulatory_init_db()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c2984 IWL_ERR(mvm, "scan while LAR regdomain is not set\n"); in _iwl_mvm_single_scan_start()
3096 IWL_ERR(mvm, "sched-scan while LAR regdomain is not set\n"); in iwl_mvm_sched_scan_start()
H A Dmac80211.c128 IWL_DEBUG_LAR(mvm, "Getting regdomain data for %s from FW\n", alpha2); in iwl_mvm_get_regdomain()
230 /* update cfg80211 if the regdomain was changed or the caller explicitly in iwl_mvm_init_fw_regd()
231 * asked to update regdomain in iwl_mvm_init_fw_regd()
/linux/include/uapi/linux/
H A Dnl80211.h460 * global regdomain will be returned.
462 * regulatory_hint() API. Even when a private regdomain is used the channel
465 * is now available which will returns the global regdomain as well as
468 * its private regdomain is the only valid one for it. The regulatory
2442 * cfg80211 regdomain.

12