Searched defs:txrc (Results 1 - 4 of 4) sorted by relevance

/net/mac80211/
H A Drate.c185 static bool rc_no_data_or_no_ack_use_min(struct ieee80211_tx_rate_control *txrc) argument
187 struct sk_buff *skb = txrc->skb;
261 struct ieee80211_tx_rate_control *txrc)
263 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(txrc->skb);
264 struct ieee80211_supported_band *sband = txrc->sband;
269 if (!pubsta || !priv_sta || rc_no_data_or_no_ack_use_min(txrc)) {
270 __rate_control_send_low(txrc->hw, sband, pubsta, info,
271 txrc->rate_idx_mask);
273 if (!pubsta && txrc->bss) {
274 mcast_rate = txrc
259 rate_control_send_low(struct ieee80211_sta *pubsta, void *priv_sta, struct ieee80211_tx_rate_control *txrc) argument
661 rate_control_get_rate(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, struct ieee80211_tx_rate_control *txrc) argument
[all...]
H A Drc80211_minstrel.c294 void *priv_sta, struct ieee80211_tx_rate_control *txrc)
296 struct sk_buff *skb = txrc->skb;
309 if (rate_control_send_low(sta, priv_sta, txrc))
314 !txrc->rts &&
315 !txrc->bss_conf->use_cts_prot;
293 minstrel_get_rate(void *priv, struct ieee80211_sta *sta, void *priv_sta, struct ieee80211_tx_rate_control *txrc) argument
H A Drc80211_minstrel_ht.c867 struct ieee80211_tx_rate_control *txrc)
870 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(txrc->skb);
877 if (rate_control_send_low(sta, priv_sta, txrc))
881 return mac80211_minstrel.get_rate(priv, sta, &msp->legacy, txrc);
884 minstrel_ht_check_cck_shortpreamble(mp, mi, txrc->short_preamble);
866 minstrel_ht_get_rate(void *priv, struct ieee80211_sta *sta, void *priv_sta, struct ieee80211_tx_rate_control *txrc) argument
H A Dtx.c660 struct ieee80211_tx_rate_control txrc; local
664 memset(&txrc, 0, sizeof(txrc));
672 txrc.hw = &tx->local->hw;
673 txrc.sband = sband;
674 txrc.bss_conf = &tx->sdata->vif.bss_conf;
675 txrc.skb = tx->skb;
676 txrc.reported_rate.idx = -1;
677 txrc.rate_idx_mask = tx->sdata->rc_rateidx_mask[info->band];
678 if (txrc
2563 struct ieee80211_tx_rate_control txrc; local
[all...]

Completed in 41 milliseconds