Lines Matching refs:info
238 struct ieee80211_tx_info *info,
247 int use_encryption = !!info->control.hw_key;
264 txrate = ieee80211_get_tx_rate(dev->wl->hw, info);
267 fbrate = ieee80211_get_alt_retry_rate(dev->wl->hw, info, 0) ? : txrate;
288 dev->wl->hw, info->control.vif, info->band,
294 u8 key_idx = info->control.hw_key->hw_key_idx;
312 plcp_fragment_len += info->control.hw_key->icv_len;
326 ieee80211_get_tkip_p1k(info->control.hw_key, skb_frag, phase1key);
335 iv_len = min_t(size_t, info->control.hw_key->iv_len,
374 if (info->control.rates[0].flags & IEEE80211_TX_RC_USE_SHORT_PREAMBLE)
397 rates = info->control.rates;
399 if (!(info->flags & IEEE80211_TX_CTL_NO_ACK))
402 if (info->flags & IEEE80211_TX_CTL_ASSIGN_SEQ)
404 if (info->flags & IEEE80211_TX_CTL_FIRST_FRAGMENT)
431 rts_cts_rate = ieee80211_get_rts_cts_rate(dev->wl->hw, info);
455 ieee80211_ctstoself_get(dev->wl->hw, info->control.vif,
457 info, cts);
477 ieee80211_rts_get(dev->wl->hw, info->control.vif,
479 info, rts);