Searched refs:regdomain (Results 1 – 17 of 17) sorted by relevance
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
A D | channel.c | 107 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/ath/ath6kl/ |
A D | Kconfig | 58 bool "Atheros ath6kl regdomain support" 62 Enabling this makes it possible to change the regdomain in
|
/linux/Documentation/networking/ |
A D | regulatory.rst | 124 static int zd_reg2alpha2(u8 regdomain, char *alpha2) 130 if (regdomain == reg_map->reg) { 145 r = zd_reg2alpha2(mac->regdomain, alpha2);
|
/linux/Documentation/devicetree/bindings/net/wireless/ |
A D | mediatek,mt76.yaml | 88 regdomain: 188 regdomain = "FCC";
|
/linux/drivers/net/wireless/intersil/p54/ |
A D | eeprom.h | 105 u8 regdomain; member
|
/linux/drivers/net/wireless/ath/ |
A D | regd.c | 249 bool ath_is_49ghz_allowed(u16 regdomain) in ath_is_49ghz_allowed() argument 252 return regdomain == MKK9_MKKC; in ath_is_49ghz_allowed()
|
/linux/drivers/net/wireless/zydas/zd1211rw/ |
A D | zd_mac.h | 181 u8 regdomain; member
|
A D | zd_mac.c | 135 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()
|
A D | zd_chip.c | 411 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()
|
A D | zd_chip.h | 883 int zd_read_regdomain(struct zd_chip *chip, u8 *regdomain);
|
/linux/drivers/net/wireless/marvell/libertas_tf/ |
A D | libertas_tf.h | 165 u8 regdomain; member
|
A D | cmd.c | 63 if (channel_ranges[i].regdomain == priv->regioncode) { in lbtf_geo_init()
|
/linux/arch/arm/boot/dts/ |
A D | armada-385-turris-omnia.dts | 304 * char regdomain[4];
|
/linux/drivers/staging/wlan-ng/ |
A D | hfa384x.h | 1085 struct hfa384x_pdr_regdomain regdomain; member
|
/linux/drivers/net/wireless/ath/ath11k/ |
A D | wmi.h | 2608 u32 regdomain; member 2774 u32 regdomain; member
|
A D | wmi.c | 872 cmd->regdomain = arg->regdomain; in ath11k_wmi_vdev_start()
|
A D | mac.c | 5994 arg.regdomain = ar->ab->dfs_region; in ath11k_mac_vdev_start_restart()
|
Completed in 90 milliseconds