Lines Matching defs:info
64 struct ieee80211_tx_info *info;
80 info = IEEE80211_SKB_CB(skb);
88 /* update the TX status info */
89 if (tx_success && !(info->flags & IEEE80211_TX_CTL_NO_ACK))
90 info->flags |= IEEE80211_TX_STAT_ACK;
92 * first pass info->control.vif while it's valid, and then fill out
93 * the info->status structures
95 wl18xx_get_last_tx_rate(wl, info->control.vif,
96 info->band,
97 &info->status.rates[0],
100 info->status.rates[0].count = 1; /* no data about retries */
101 info->status.ack_signal = -1;
116 info->control.hw_key &&
117 info->control.hw_key->cipher == WLAN_CIPHER_SUITE_TKIP) {