Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/net/wireless/ath/ath6kl/
DKconfig58 bool "Atheros ath6kl regdomain support"
62 Enabling this makes it possible to change the regdomain in
Dcfg80211.c3557 ath6kl_err("failed to set regdomain: %d\n", ret); in ath6kl_cfg80211_reg_notify()
3562 * Firmware will apply the regdomain change only after a scan is in ath6kl_cfg80211_reg_notify()
3576 ath6kl_err("failed to start scan for a regdomain change: %d\n", in ath6kl_cfg80211_reg_notify()
/Linux-v6.1/Documentation/devicetree/bindings/net/wireless/
Dmediatek,mt76.yaml126 regdomain:
129 Regdomain refers to a legal regulatory region. Different
226 regdomain = "FCC";
/Linux-v6.1/Documentation/networking/
Dregulatory.rst124 static int zd_reg2alpha2(u8 regdomain, char *alpha2)
130 if (regdomain == reg_map->reg) {
145 r = zd_reg2alpha2(mac->regdomain, alpha2);
/Linux-v6.1/drivers/net/wireless/ath/
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()
Dregd_common.h493 * regdomain and use another alpha2 */
/Linux-v6.1/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
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-v6.1/drivers/net/wireless/ath/ath11k/
Dreg.c458 * default regdomain. Also MAX of the dfs cac timeout is selected. in ath11k_regd_intersect()
643 "\r\nCountry %s, CFG Regdomain %s FW Regdomain %d, num_reg_rules %d\n", in ath11k_reg_build_regd()
715 ath11k_warn(ab, "Unable to create intersected regdomain\n"); in ath11k_reg_build_regd()
Dcore.h181 /* worldwide regdomain */
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/
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-v6.1/drivers/net/wireless/intel/iwlwifi/
Diwl-nvm-parse.h48 * the regdomain returned here with kfree.
Diwl-nvm-parse.c1403 /* build a regdomain rule for every valid channel */ in iwl_parse_nvm_mcc_info()
1475 * rfkill is removed and we update the regdomain again, but in iwl_parse_nvm_mcc_info()
1476 * since cfg80211 doesn't accept an empty regdomain, add a in iwl_parse_nvm_mcc_info()
/Linux-v6.1/drivers/net/wireless/purelifi/plfxlc/
Dmac.h140 u8 regdomain; member
/Linux-v6.1/drivers/net/wireless/intersil/p54/
Deeprom.h105 u8 regdomain; member
/Linux-v6.1/drivers/net/wireless/zydas/zd1211rw/
Dzd_mac.h181 u8 regdomain; member
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()
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()
Dzd_chip.h883 int zd_read_regdomain(struct zd_chip *chip, u8 *regdomain);
/Linux-v6.1/drivers/net/wireless/marvell/mwifiex/
D11h.c256 mwifiex_dbg(priv->adapter, MSG, "regdomain: %d\n", in mwifiex_11h_handle_radar_detected()
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/
Deeprom.c157 struct property *regd = of_find_property(cur, "regdomain", NULL); in mt76_find_power_limits_node()
/Linux-v6.1/include/net/
Dregulatory.h145 * is not set, upon a regdomain change, the interfaces are given a grace
/Linux-v6.1/drivers/net/wireless/marvell/libertas_tf/
Dlibertas_tf.h165 u8 regdomain; member
Dcmd.c63 if (channel_ranges[i].regdomain == priv->regioncode) { in lbtf_geo_init()
/Linux-v6.1/arch/arm/boot/dts/
Darmada-385-turris-omnia.dts332 * char regdomain[4];
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dnvm.c530 * Disallow scans that might crash the FW while the LAR regdomain in iwl_mvm_init_mcc()

12