Lines Matching refs:info
305 struct ieee80211_tx_info *info;
332 info = IEEE80211_SKB_CB(txq->skbs[txq->q.read_ptr]);
333 ieee80211_tx_info_clear_status(info);
335 /* Fill the MRR chain with some info about on-chip retransmissions */
337 if (info->band == NL80211_BAND_5GHZ)
342 info->status.rates[0].idx = rate_idx;
343 info->status.rates[0].count = fail + 1; /* add final attempt */
346 info->flags |=
684 struct ieee80211_tx_info *info,
687 u16 hw_value = ieee80211_get_tx_rate(il->hw, info)->hw_value;
1321 * Set (in our channel info database) the direct scan Tx power for 1 Mbit (CCK)
1379 * using values from channel info struct, and send to NIC
1401 IL_ERR("Failed to get channel info for channel %d [%d]\n", chan,
1568 /* set up new Tx power info for each and every channel, 2.4 and 5.x */
1879 * This function is used when initializing channel-info structs.
1979 D_POWER("Initializing factory calib info from EEPROM\n");
2039 * il3945_txpower_set_from_eeprom - Set channel power info based on EEPROM
2043 * Set up Tx-power settings in our channel info database for each VALID
2076 /* initialize Tx power info for each and every channel, 2.4 and 5.x */