Home
last modified time | relevance | path

Searched refs:RATE_INFO_FLAGS_EHT_MCS (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dstats.c254 rinfo->flags |= RATE_INFO_FLAGS_EHT_MCS; in iwl_mld_sta_stats_fill_txrate()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dmac.c125 if (rate->flags & RATE_INFO_FLAGS_EHT_MCS) { in mt7925_mac_sta_poll()
986 rate.flags = RATE_INFO_FLAGS_EHT_MCS; in mt7925_mac_add_txs_skb()
/freebsd/sys/contrib/dev/athk/ath12k/wifi7/
H A Ddp_tx.c618 txrate.flags = RATE_INFO_FLAGS_EHT_MCS; in ath12k_wifi7_dp_tx_update_txcompl()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_htt.c320 peer->txrate.flags = RATE_INFO_FLAGS_EHT_MCS; in ath12k_update_per_peer_tx_stats()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h87 RATE_INFO_FLAGS_EHT_MCS = BIT(7), enumerator
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c1563 rate.flags = RATE_INFO_FLAGS_EHT_MCS; in mt7996_mac_add_txs_skb()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c5988 rinfo->flags |= RATE_INFO_FLAGS_EHT_MCS; in iwl_mvm_set_sta_rate()
/freebsd/sys/contrib/dev/rtw89/
H A Ddebug.c3913 else if (rate->flags & RATE_INFO_FLAGS_EHT_MCS) in rtw89_sta_link_info_get_iter()
H A Dphy.c3285 ra_report->txrate.flags |= RATE_INFO_FLAGS_EHT_MCS; in __rtw89_phy_c2h_ra_rpt_iter()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c7642 rxrate.flags |= RATE_INFO_FLAGS_EHT_MCS;