Searched refs:ieee80211_get_tx_rates (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/mac80211/ |
D | rate.c | 799 void ieee80211_get_tx_rates(struct ieee80211_vif *vif, in ieee80211_get_tx_rates() function 828 EXPORT_SYMBOL(ieee80211_get_tx_rates); 865 ieee80211_get_tx_rates(&sdata->vif, ista, txrc->skb, in rate_control_get_rate()
|
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/ |
D | tx.c | 155 ieee80211_get_tx_rates(info->control.vif, sta, skb, in mt7601u_push_txwi()
|
/linux-4.4.14/drivers/net/wireless/ |
D | mac80211_hwsim.c | 1290 ieee80211_get_tx_rates(txi->control.vif, control->sta, skb, in mac80211_hwsim_tx() 1400 ieee80211_get_tx_rates(txi->control.vif, NULL, skb, in mac80211_hwsim_tx_frame() 1436 ieee80211_get_tx_rates(vif, NULL, skb, in mac80211_hwsim_beacon_tx()
|
/linux-4.4.14/include/net/ |
D | mac80211.h | 3915 void ieee80211_get_tx_rates(struct ieee80211_vif *vif,
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | tx.c | 880 ieee80211_get_tx_rates(vif, sta, skb, in carl9170_tx_get_rates()
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | base.c | 757 ieee80211_get_tx_rates(info->control.vif, (control) ? control->sta : NULL, skb, bf->rates, in ath5k_txbuf_setup()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 141 ieee80211_get_tx_rates(vif, sta, bf->bf_mpdu, bf->rates, in ath_set_rates()
|