Home
last modified time | relevance | path

Searched refs:eht_gi (Results 1 – 12 of 12) sorted by relevance

/linux/net/wireless/
H A Dutil.c1654 if (WARN_ON_ONCE(rate->eht_gi > NL80211_RATE_INFO_EHT_GI_3_2)) in cfg80211_calculate_bitrate_eht()
1681 result = 4 * rates_996[rate->eht_gi]; in cfg80211_calculate_bitrate_eht()
1684 result = 3 * rates_996[rate->eht_gi] + rates_484[rate->eht_gi]; in cfg80211_calculate_bitrate_eht()
1687 result = 3 * rates_996[rate->eht_gi]; in cfg80211_calculate_bitrate_eht()
1690 result = 2 * rates_996[rate->eht_gi] + rates_484[rate->eht_gi]; in cfg80211_calculate_bitrate_eht()
1694 result = 2 * rates_996[rate->eht_gi]; in cfg80211_calculate_bitrate_eht()
1698 result = rates_996[rate->eht_gi] + rates_484[rate->eht_gi] in cfg80211_calculate_bitrate_eht()
[all...]
H A Dnl80211.c6844 if (nla_put_u8(msg, NL80211_RATE_INFO_EHT_GI, info->eht_gi)) in nl80211_put_sta_rate()
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c127 rate->eht_gi = FIELD_GET(GENMASK(25, 24), val); in mt7925_mac_sta_poll()
983 rate.eht_gi = wcid->rate.eht_gi; in mt7925_mac_add_txs_skb()
/linux/net/mac80211/
H A Dairtime.c655 stat->eht.gi = ri->eht_gi; in ieee80211_fill_rate_info()
H A Dsta_info.c2554 rinfo->eht_gi = STA_STATS_GET(EHT_GI, rate); in sta_stats_decode_rate()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c1414 rate.eht_gi = wcid->rate.eht_gi; in mt7996_mac_add_txs_skb()
H A Dmcu.c531 rate->eht_gi = mcu_rate->tx_gi; in mt7996_mcu_update_tx_gi()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.c792 txrate.eht_gi = ath12k_mac_eht_gi_to_nl80211_eht_gi(ts->sgi); in ath12k_dp_tx_update_txcompl()
H A Dmac.c12639 sinfo->txrate.eht_gi = arsta->txrate.eht_gi; in ath12k_mac_op_sta_statistics()
12723 link_sinfo->txrate.eht_gi = arsta->txrate.eht_gi; in ath12k_mac_op_link_sta_statistics()
H A Ddp_rx.c1559 arsta->txrate.eht_gi = ath12k_mac_eht_gi_to_nl80211_eht_gi(sgi); in ath12k_update_per_peer_tx_stats()
/linux/drivers/net/wireless/realtek/rtw89/
H A Ddebug.c3718 rate->eht_gi < ARRAY_SIZE(eht_gi_str) ? in rtw89_sta_link_info_get_iter()
3719 eht_gi_str[rate->eht_gi] : "N/A"); in rtw89_sta_link_info_get_iter()
/linux/include/net/
H A Dcfg80211.h1947 * @eht_gi: EHT guard interval (from &enum nl80211_eht_gi)
1961 u8 eht_gi; member