Home
last modified time | relevance | path

Searched refs:regdomain (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/
H A Deeprom.h105 u8 regdomain; member
/kernel/linux/linux-6.6/drivers/net/wireless/purelifi/plfxlc/
H A Dmac.h140 u8 regdomain; member
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/p54/
H A Deeprom.h105 u8 regdomain; member
/kernel/linux/linux-5.10/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()
501 printk(KERN_DEBUG "ath: regdomain 0x%0x " in ath_reg_dyn_country()
678 printk(KERN_DEBUG "ath: EEPROM regdomain sanitized\n"); in ath_regd_sanitize()
692 printk(KERN_DEBUG "ath: EEPROM regdomain: 0x%0x\n", reg->current_rd); in __ath_regd_init()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_mac.h181 u8 regdomain; member
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_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() local
H A Dzd_chip.h883 int zd_read_regdomain(struct zd_chip *chip, u8 *regdomain);
/kernel/linux/linux-6.6/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_mac.h181 u8 regdomain; member
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_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() local
H A Dzd_chip.h883 int zd_read_regdomain(struct zd_chip *chip, u8 *regdomain);
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/
H A Dhfa384x.h1098 struct hfa384x_pdr_regdomain regdomain; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dwmi.h2529 u32 regdomain; member
2695 u32 regdomain; member
H A Dwmi.c850 cmd->regdomain = arg->regdomain; in ath11k_wmi_vdev_start()
5551 return "invalid regdomain"; in ath11k_wmi_vdev_resp_print()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dwmi.h2777 __le32 regdomain; member
2878 u32 regdomain; member
H A Dwmi.c1022 cmd->regdomain = cpu_to_le32(arg->regdomain); in ath12k_wmi_vdev_start()
5653 return "invalid regdomain"; in ath12k_wmi_vdev_resp_print()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dwmi.h2673 u32 regdomain; member
2842 u32 regdomain; member

Completed in 93 milliseconds

12