Home
last modified time | relevance | path

Searched full:regdomain (Results 1 – 25 of 35) 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/devicetree/bindings/net/wireless/
H A Dmediatek,mt76.yaml142 regdomain:
145 Regdomain refers to a legal regulatory region. Different
260 regdomain = "FCC";
/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.c464 * default regdomain. Also MAX of the dfs cac timeout is selected. in ath11k_regd_intersect()
699 "Country %s, CFG Regdomain %s FW Regdomain %d, num_reg_rules %d\n", in ath11k_reg_build_regd()
788 ath11k_warn(ab, "Unable to create intersected regdomain\n"); in ath11k_reg_build_regd()
865 * not support for the regdomain. So get the vdev type of the first entry in ath11k_reg_get_ar_vdev_type()
866 * now. After concurrency support for the regdomain, this should change. in ath11k_reg_get_ar_vdev_type()
987 * The Regdomain should be uniform across driver and fw. Since the in ath11k_reg_handle_chan_list()
H A Dcore.h191 /* worldwide regdomain */
H A Dwmi.h2690 u32 regdomain; member
2859 u32 regdomain; member
/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/realtek/rtlwifi/
H A Dregd.c161 *by applying our static world regdomain by in _rtl_reg_apply_beaconing_flags()
397 "rtl: EEPROM regdomain: 0x%0x country code: %d\n", in rtl_regd_init()
/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.c753 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/net/wireless/
H A Dreg.c44 * rely on some SHA1 checksum of the regdomain for example.
1498 * Returns: the intersected regdomain
1517 * regdomain once. The reason we use reg_rules_intersect() here in regdom_intersect()
4284 /* We always try to get an update for the static regdomain */ in regulatory_propagate_dfs_state()
/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