Searched refs:txrc (Results 1 – 4 of 4) sorted by relevance
327 struct sk_buff *skb = txrc->skb; in rc_no_data_or_no_ack_use_min()414 struct ieee80211_tx_rate_control *txrc) in rate_control_send_low() argument417 struct ieee80211_supported_band *sband = txrc->sband; in rate_control_send_low()422 if (!pubsta || rc_no_data_or_no_ack_use_min(txrc)) { in rate_control_send_low()424 txrc->rate_idx_mask); in rate_control_send_low()426 if (!pubsta && txrc->bss) { in rate_control_send_low()441 txrc->bss_conf->basic_rates, in rate_control_send_low()920 struct ieee80211_tx_rate_control *txrc) in rate_control_get_rate() argument947 ref->ops->get_rate(ref->priv, ista, priv_sta, txrc); in rate_control_get_rate()950 rate_control_send_low(NULL, txrc); in rate_control_get_rate()[all …]
684 memset(&txrc, 0, sizeof(txrc)); in ieee80211_tx_h_rate_ctrl()692 txrc.hw = &tx->local->hw; in ieee80211_tx_h_rate_ctrl()693 txrc.sband = sband; in ieee80211_tx_h_rate_ctrl()695 txrc.skb = tx->skb; in ieee80211_tx_h_rate_ctrl()699 txrc.rate_idx_mask = ~0; in ieee80211_tx_h_rate_ctrl()704 txrc.rate_idx_mcs_mask = in ieee80211_tx_h_rate_ctrl()715 txrc.rts = true; in ieee80211_tx_h_rate_ctrl()5252 memset(&txrc, 0, sizeof(txrc)); in ieee80211_beacon_get_finish()5253 txrc.hw = hw; in ieee80211_beacon_get_finish()5256 txrc.skb = skb; in ieee80211_beacon_get_finish()[all …]
27 struct ieee80211_tx_rate_control *txrc);
1596 struct ieee80211_tx_rate_control *txrc) in minstrel_ht_get_rate() argument1599 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(txrc->skb); in minstrel_ht_get_rate()1629 (sample_idx >= 4) != txrc->short_preamble) in minstrel_ht_get_rate()
Completed in 24 milliseconds