Home
last modified time | relevance | path

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

/linux-3.3/net/mac80211/
Drc80211_minstrel_ht_debugfs.c52 if (minstrel_mcs_groups[i].flags & IEEE80211_TX_RC_SHORT_GI) in minstrel_ht_stats_open()
Drc80211_minstrel_ht.c52 (_sgi ? IEEE80211_TX_RC_SHORT_GI : 0) | \
118 !!(rate->flags & IEEE80211_TX_RC_SHORT_GI), in minstrel_ht_get_group_idx()
738 if (minstrel_mcs_groups[i].flags & IEEE80211_TX_RC_SHORT_GI) { in minstrel_ht_update_caps()
Dstatus.c316 if (info->status.rates[0].flags & IEEE80211_TX_RC_SHORT_GI) in ieee80211_add_tx_radiotap_header()
Dcfg.c386 if (sta->last_tx_rate.flags & IEEE80211_TX_RC_SHORT_GI) in sta_set_sinfo()
/linux-3.3/drivers/net/wireless/rtlwifi/
Drc.c127 rate->flags |= IEEE80211_TX_RC_SHORT_GI; in _rtl_rc_rate_set_series()
Dbase.c536 if (!(rate_flag & IEEE80211_TX_RC_SHORT_GI)) in _rtl_query_shortgi()
/linux-3.3/drivers/net/wireless/ath/ath9k/
Drc.c398 (rate->flags & IEEE80211_TX_RC_SHORT_GI)) in ath_rc_get_rateindex()
400 else if (rate->flags & IEEE80211_TX_RC_SHORT_GI) in ath_rc_get_rateindex()
723 rate->flags |= IEEE80211_TX_RC_SHORT_GI; in ath_rc_rate_set_series()
Dxmit.c682 if (rates[i].flags & IEEE80211_TX_RC_SHORT_GI) in ath_lookup_rate()
771 half_gi = (flags & IEEE80211_TX_RC_SHORT_GI) ? 1 : 0; in ath_compute_num_delims()
982 if (rates[i].flags & IEEE80211_TX_RC_SHORT_GI) in ath_buf_set_rate()
985 is_sgi = !!(rates[i].flags & IEEE80211_TX_RC_SHORT_GI); in ath_buf_set_rate()
Dhtc_drv_txrx.c491 rate->flags |= IEEE80211_TX_RC_SHORT_GI; in ath9k_htc_tx_process()
/linux-3.3/drivers/net/wireless/ath/carl9170/
Dtx.c740 if (txrate->flags & IEEE80211_TX_RC_SHORT_GI) in carl9170_tx_physet()
1529 if (rate->flags & IEEE80211_TX_RC_SHORT_GI) in carl9170_update_beacon()
/linux-3.3/include/net/
Dmac80211.h462 IEEE80211_TX_RC_SHORT_GI = BIT(7), enumerator
/linux-3.3/drivers/net/wireless/rt2x00/
Drt2x00queue.c369 if (txrate->flags & IEEE80211_TX_RC_SHORT_GI) in rt2x00queue_create_tx_descriptor_ht()
/linux-3.3/drivers/net/wireless/iwlwifi/
Diwl-agn-tx.c709 r->flags |= IEEE80211_TX_RC_SHORT_GI; in iwlagn_hwrate_to_tx_control()
Diwl-agn-rs.c970 (tbl_type.is_SGI != !!(mac_flags & IEEE80211_TX_RC_SHORT_GI)) || in rs_tx_status()
2782 info->control.rates[0].flags |= IEEE80211_TX_RC_SHORT_GI; in rs_get_rate()
/linux-3.3/drivers/net/wireless/iwlegacy/
D4965-rs.c878 tbl_type.is_SGI != !!(mac_flags & IEEE80211_TX_RC_SHORT_GI) || in il4965_rs_tx_status()
2264 IEEE80211_TX_RC_SHORT_GI; in il4965_rs_get_rate()
D4965-mac.c2589 r->flags |= IEEE80211_TX_RC_SHORT_GI; in il4965_hwrate_to_tx_control()
/linux-3.3/drivers/net/wireless/
Dmac80211_hwsim.c621 if (info->control.rates[0].flags & IEEE80211_TX_RC_SHORT_GI) in mac80211_hwsim_tx_frame_no_nl()