| /freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | regd.c | 30 bool old = dev->has_eht, new = true; in mt7925_regd_be_ctrl() 66 dev->has_eht = new; in mt7925_regd_be_ctrl() 97 if (!dev->has_eht) in mt7925_regd_channel_update() 112 if (!dev->has_eht) in mt7925_regd_channel_update() 130 if (!dev->has_eht) in mt7925_regd_channel_update()
|
| H A D | mcu.c | 1681 if (!link_sta->eht_cap.has_eht) in mt7925_mcu_sta_eht_tlv() 2460 if (eht_cap && eht_cap->has_eht) in mt7925_get_phy_mode_ext() 2464 if (eht_cap && eht_cap->has_eht) in mt7925_get_phy_mode_ext() 2471 if (eht_cap && eht_cap->has_eht) in mt7925_get_phy_mode_ext()
|
| H A D | main.c | 172 if (!phy->dev->has_eht) in mt7925_init_eht_caps() 175 eht_cap->has_eht = true; in mt7925_init_eht_caps()
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | rs-fw.c | 389 if (link_sta->eht_cap.has_eht && sband_he_cap && sband_eht_cap) { in rs_fw_set_supp_rates() 536 eht_cap->has_eht) { in rs_fw_get_max_amsdu_len() 608 link_sta->eht_cap.has_eht && in iwl_mvm_rs_fw_rate_init()
|
| H A D | sf.c | 122 link_sta->eht_cap.has_eht || in iwl_mvm_fill_sf_command()
|
| H A D | mld-mac80211.c | 541 bool has_he, has_eht; in iwl_mvm_mld_link_info_changed_station() local 554 has_eht = link_conf->eht_support && !iwlwifi_mod_params.disable_11be; in iwl_mvm_mld_link_info_changed_station() 563 if (vif->cfg.assoc && (has_he || has_eht)) { in iwl_mvm_mld_link_info_changed_station()
|
| H A D | sta.c | 102 if (link_sta->eht_cap.has_eht) in iwl_mvm_get_sta_ampdu_dens() 834 if (link->eht_cap.has_eht && in iwl_mvm_get_queue_size()
|
| H A D | mac80211.c | 2309 if (link_sta->eht_cap.has_eht) { in iwl_mvm_set_sta_pkt_ext()
|
| /freebsd/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-nvm-parse.c | 632 .has_eht = true, 746 .has_eht = true, 854 iftype_data->eht_cap.has_eht = false; in iwl_nvm_fixup_sband_iftd() 859 if (sband->band == NL80211_BAND_6GHZ && iftype_data->eht_cap.has_eht) in iwl_nvm_fixup_sband_iftd() 906 if (iftype_data->eht_cap.has_eht) { in iwl_nvm_fixup_sband_iftd() 933 if (iftype_data->eht_cap.has_eht) { in iwl_nvm_fixup_sband_iftd()
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | sta.c | 94 if (link_sta->eht_cap.has_eht) in iwl_mld_fill_ampdu_size_and_dens() 289 if (link_sta->eht_cap.has_eht) { in iwl_mld_fill_pkt_ext() 618 if (link_sta->eht_cap.has_eht || link_sta->he_cap.has_he || in iwl_mld_set_max_amsdu_len()
|
| H A D | tlc.c | 87 link_sta->eht_cap.has_eht && in iwl_mld_get_tlc_cmd_flags() 426 if (link_sta->eht_cap.has_eht && own_he_cap && own_eht_cap) { in iwl_mld_fill_supp_rates()
|
| H A D | iface.c | 133 if (link_sta->eht_cap.has_eht) in iwl_mld_mac_wifi_gen_sta_iter()
|
| H A D | mac80211.c | 1240 bool has_he, has_eht; in iwl_mld_link_changed_mapping() local 1257 has_eht = link_conf->eht_support && !iwlwifi_mod_params.disable_11be; in iwl_mld_link_changed_mapping() 1259 if (vif->cfg.assoc && (has_he || has_eht)) { in iwl_mld_link_changed_mapping()
|
| H A D | tx.c | 58 if (link_sta->eht_cap.has_eht) { in iwl_mld_get_queue_size()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | init.c | 473 u16 max_subframes = dev->has_eht ? IEEE80211_MAX_AMPDU_BUF_EHT : in mt7996_init_wiphy() 479 if (is_mt7990(mdev) && dev->has_eht) in mt7996_init_wiphy() 1527 if (!phy->dev->has_eht) in mt7996_init_eht_caps() 1530 eht_cap->has_eht = true; in mt7996_init_eht_caps()
|
| H A D | eeprom.c | 238 dev->has_eht = !(cap & MODE_HE_ONLY); in mt7996_eeprom_parse_efuse_hw_cap()
|
| H A D | mt7996.h | 443 bool has_eht:1; member
|
| H A D | mcu.c | 1379 if (!link_sta->eht_cap.has_eht) in mt7996_mcu_sta_eht_tlv() 1554 if (link_sta->eht_cap.has_eht) { in mt7996_is_ebf_supported() 1828 if (link_sta->eht_cap.has_eht) in mt7996_mcu_sta_bfer_tlv() 1847 if (link_sta->eht_cap.has_eht || link_sta->he_cap.has_he) in mt7996_mcu_sta_bfer_tlv()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | mt792x.h | 233 bool has_eht:1; member
|
| H A D | mt792x_core.c | 629 if (dev->has_eht) { in mt792x_init_wiphy()
|
| H A D | mt76_connac_mcu.c | 825 if (eht_cap && eht_cap->has_eht) in mt76_connac_get_phy_mode_v2() 839 if (eht_cap && eht_cap->has_eht) in mt76_connac_get_phy_mode_v2() 1386 if (!eht_cap || !eht_cap->has_eht || !conf->eht_support) in mt76_connac_get_phy_mode_ext()
|
| /freebsd/sys/compat/linuxkpi/common/include/net/ |
| H A D | cfg80211.h | 891 bool has_eht; member 2181 if (iftype_data->eht_cap.has_eht) in ieee80211_get_eht_iftype_cap()
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | mac.c | 3181 if (link_sta->eht_cap.has_eht && in ath12k_peer_assoc_h_phymode() 3216 if (link_sta->eht_cap.has_eht) { in ath12k_peer_assoc_h_phymode() 3361 if (!he_cap->has_he || !eht_cap->has_eht) in ath12k_peer_assoc_h_eht() 6511 } else if (link_sta->eht_cap.has_eht && num_eht_rates == 1) { in ath12k_mac_station_assoc() 6730 } else if (link_sta->eht_cap.has_eht && num_eht_rates == 1) { in ath12k_sta_rc_update_wk() 8801 eht_cap->has_eht = true; in ath12k_mac_copy_eht_cap() 11032 if (eht_cap && eht_cap->has_eht) in ath12k_mac_check_down_grade_phy_mode() 13014 if (eht_fixed_rate && (!link_sta->eht_cap.has_eht || in ath12k_mac_validate_fixed_rate_settings()
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | phy.c | 234 if (link_sta->eht_cap.has_eht) { in rtw89_phy_ra_mask_cfg() 298 if (link_sta->eht_cap.has_eht) { in rtw89_phy_ra_gi_ltf() 348 if (link_sta->eht_cap.has_eht) { in rtw89_phy_ra_sta_update()
|
| H A D | fw.c | 4030 if (link_sta->eht_cap.has_eht) 4158 if (link_sta->eht_cap.has_eht) 4983 if (link_sta->eht_cap.has_eht)
|