Home
last modified time | relevance | path

Searched refs:IEEE80211_TX_RC_SHORT_GI (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.3-rc2/drivers/net/wireless/silabs/wfx/
A Ddata_tx.c234 if (rates[0].flags & IEEE80211_TX_RC_SHORT_GI) in wfx_tx_fixup_rates()
235 rates[i].flags |= IEEE80211_TX_RC_SHORT_GI; in wfx_tx_fixup_rates()
236 if (!(rates[0].flags & IEEE80211_TX_RC_SHORT_GI)) in wfx_tx_fixup_rates()
237 rates[i].flags &= ~IEEE80211_TX_RC_SHORT_GI; in wfx_tx_fixup_rates()
275 rates[i].flags &= ~IEEE80211_TX_RC_SHORT_GI; in wfx_tx_fixup_rates()
371 if (tx_info->driver_rates[0].flags & IEEE80211_TX_RC_SHORT_GI) in wfx_tx_inner()
A Dtraces.h403 if (rates[0].flags & IEEE80211_TX_RC_SHORT_GI)
/linux-6.3-rc2/net/mac80211/
A Drc80211_minstrel_ht_debugfs.c66 if (gflags & IEEE80211_TX_RC_SHORT_GI) in minstrel_ht_stats_dump()
212 if (gflags & IEEE80211_TX_RC_SHORT_GI) in minstrel_ht_stats_csv_dump()
A Drc80211_minstrel_ht.c65 (_sgi ? IEEE80211_TX_RC_SHORT_GI : 0) | \
102 (_sgi ? IEEE80211_TX_RC_SHORT_GI : 0) | \
333 !!(rate->flags & IEEE80211_TX_RC_SHORT_GI), in minstrel_ht_get_group_idx()
352 !!(rate->flags & IEEE80211_TX_RC_SHORT_GI), in minstrel_vht_get_group_idx()
1768 if (gflags & IEEE80211_TX_RC_SHORT_GI) { in minstrel_ht_update_caps()
1807 ((gflags & IEEE80211_TX_RC_SHORT_GI) && in minstrel_ht_update_caps()
A Dstatus.c515 if (info->status.rates[0].flags & IEEE80211_TX_RC_SHORT_GI) in ieee80211_add_tx_radiotap_header()
538 if (info->status.rates[0].flags & IEEE80211_TX_RC_SHORT_GI) in ieee80211_add_tx_radiotap_header()
A Dairtime.c575 if (rate->flags & IEEE80211_TX_RC_SHORT_GI) in ieee80211_fill_rx_status()
/linux-6.3-rc2/drivers/net/wireless/ti/wl18xx/
A Dtx.c48 rate->flags |= IEEE80211_TX_RC_SHORT_GI; in wl18xx_get_last_tx_rate()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt7601u/
A Dmac.c62 txrate->flags |= IEEE80211_TX_RC_SHORT_GI; in mt76_mac_process_tx_rate()
139 if (rate->flags & IEEE80211_TX_RC_SHORT_GI) in mt76_mac_tx_rate_val()
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/
A Drc.c151 rate->flags |= IEEE80211_TX_RC_SHORT_GI; in _rtl_rc_rate_set_series()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7603/
A Dmac.c761 if ((ref->flags ^ rates[i].flags) & IEEE80211_TX_RC_SHORT_GI) in mt7603_wtbl_set_rates()
762 rates[i].flags ^= IEEE80211_TX_RC_SHORT_GI; in mt7603_wtbl_set_rates()
996 if (rate->flags & IEEE80211_TX_RC_SHORT_GI) in mt7603_mac_write_txwi()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/
A Dmt76x02_mac.c221 if (rate->flags & IEEE80211_TX_RC_SHORT_GI) in mt76x02_mac_tx_rate_val()
330 txrate->flags |= IEEE80211_TX_RC_SHORT_GI; in mt76x02_mac_process_tx_rate()
A Dtestmode.c240 rate->flags |= IEEE80211_TX_RC_SHORT_GI; in mt76_testmode_tx_init()
/linux-6.3-rc2/drivers/net/wireless/ath/carl9170/
A Dtx.c781 if (txrate->flags & IEEE80211_TX_RC_SHORT_GI) in carl9170_tx_physet()
1594 if (rate->flags & IEEE80211_TX_RC_SHORT_GI) in carl9170_tx_beacon_physet()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7615/
A Dmac.c823 if (rate->flags & IEEE80211_TX_RC_SHORT_GI) in mt7615_mac_write_txwi()
1002 if ((ref->flags ^ rates[i].flags) & IEEE80211_TX_RC_SHORT_GI) in mt7615_mac_update_rate_desc()
1003 rates[i].flags ^= IEEE80211_TX_RC_SHORT_GI; in mt7615_mac_update_rate_desc()
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/
A Dxmit.c830 if (rates[i].flags & IEEE80211_TX_RC_SHORT_GI) in ath_lookup_rate()
912 half_gi = (flags & IEEE80211_TX_RC_SHORT_GI) ? 1 : 0; in ath_compute_num_delims()
1299 if (rates[i].flags & IEEE80211_TX_RC_SHORT_GI) in ath_buf_set_rate()
1302 is_sgi = !!(rates[i].flags & IEEE80211_TX_RC_SHORT_GI); in ath_buf_set_rate()
A Dhtc_drv_txrx.c500 rate->flags |= IEEE80211_TX_RC_SHORT_GI; in ath9k_htc_tx_process()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
A Dtx.c1393 r->flags |= IEEE80211_TX_RC_SHORT_GI; in iwl_mvm_hwrate_to_tx_rate()
1424 r->flags |= IEEE80211_TX_RC_SHORT_GI; in iwl_mvm_hwrate_to_tx_rate_v1()
/linux-6.3-rc2/drivers/net/wireless/ralink/rt2x00/
A Drt2x00queue.c363 if (txrate->flags & IEEE80211_TX_RC_SHORT_GI) in rt2x00queue_create_tx_descriptor_ht()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlegacy/
A D4965-rs.c857 tbl_type.is_SGI != !!(mac_flags & IEEE80211_TX_RC_SHORT_GI) || in il4965_rs_tx_status()
2227 IEEE80211_TX_RC_SHORT_GI; in il4965_rs_get_rate()
/linux-6.3-rc2/drivers/net/wireless/ti/wlcore/
A Dtx.c891 flags |= IEEE80211_TX_RC_SHORT_GI; in wl1271_tx_get_rate_flags()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/dvm/
A Dtx.c820 r->flags |= IEEE80211_TX_RC_SHORT_GI; in iwlagn_hwrate_to_tx_control()
A Drs.c931 (tbl_type.is_SGI != !!(mac_flags & IEEE80211_TX_RC_SHORT_GI)) || in rs_tx_status()
2723 info->control.rates[0].flags |= IEEE80211_TX_RC_SHORT_GI; in rs_get_rate()
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/
A Dhtt_rx.c3853 IEEE80211_TX_RC_SHORT_GI); in ath10k_update_per_peer_tx_stats()
3860 IEEE80211_TX_RC_SHORT_GI; in ath10k_update_per_peer_tx_stats()
3868 IEEE80211_TX_RC_SHORT_GI; in ath10k_update_per_peer_tx_stats()
/linux-6.3-rc2/include/net/
A Dmac80211.h1008 IEEE80211_TX_RC_SHORT_GI = BIT(7), enumerator
/linux-6.3-rc2/drivers/net/wireless/
A Dmac80211_hwsim.c1360 if (rate->flags & IEEE80211_TX_RC_SHORT_GI) in trans_tx_rate_flags_ieee2hwsim()
1642 if (info->control.rates[0].flags & IEEE80211_TX_RC_SHORT_GI) in mac80211_hwsim_tx_frame_no_nl()

Completed in 102 milliseconds

12