/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/ |
D | mac.h | 168 const struct ieee80211_tx_rate *rate); 173 const struct ieee80211_tx_rate *rate, u8 *nss_val);
|
D | mac.c | 20 mt76_mac_process_tx_rate(struct ieee80211_tx_rate *txrate, u16 rate) in mt76_mac_process_tx_rate() 61 struct ieee80211_tx_rate *rate = info->status.rates; in mt76_mac_fill_tx_status() 97 const struct ieee80211_tx_rate *rate, u8 *nss_val) in mt76_mac_tx_rate_val() 139 const struct ieee80211_tx_rate *rate) in mt76_mac_wcid_set_rate()
|
D | tx.c | 143 struct ieee80211_tx_rate *rate = &info->control.rates[0]; in mt7601u_push_txwi()
|
D | main.c | 379 struct ieee80211_tx_rate rate = {}; in mt76_sta_rate_tbl_update()
|
/linux-4.4.14/include/net/ |
D | mac80211.h | 797 struct ieee80211_tx_rate { struct 805 static inline void ieee80211_rate_set_vht(struct ieee80211_tx_rate *rate, in ieee80211_rate_set_vht() argument 814 ieee80211_rate_get_vht_mcs(const struct ieee80211_tx_rate *rate) in ieee80211_rate_get_vht_mcs() 820 ieee80211_rate_get_vht_nss(const struct ieee80211_tx_rate *rate) in ieee80211_rate_get_vht_nss() 860 struct ieee80211_tx_rate rates[ 882 struct ieee80211_tx_rate rates[IEEE80211_TX_MAX_RATES]; 891 struct ieee80211_tx_rate driver_rates[ 3918 struct ieee80211_tx_rate *dest, 5143 struct ieee80211_tx_rate reported_rate;
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/ |
D | rc.c | 95 struct ieee80211_tx_rate *rate, in _rtl_rc_rate_set_series() 151 struct ieee80211_tx_rate *rates = tx_info->control.rates; in rtl_get_rate()
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | base.h | 70 struct ieee80211_tx_rate rates[4]; /* number of multi-rate stages */
|
D | base.c | 1690 struct ieee80211_tx_rate *r = in ath5k_tx_frame_completed()
|
/linux-4.4.14/net/mac80211/ |
D | sta_info.h | 469 struct ieee80211_tx_rate last_rate; 660 const struct ieee80211_tx_rate *rate,
|
D | rate.c | 546 struct ieee80211_tx_rate *rates, in rate_fixup_ratelist() 648 struct ieee80211_tx_rate *rates, in rate_control_fill_sta_table() 763 struct ieee80211_tx_rate *rates, in rate_control_apply_mask() 802 struct ieee80211_tx_rate *dest, in ieee80211_get_tx_rates()
|
D | rc80211_minstrel_ht.c | 268 minstrel_ht_get_group_idx(struct ieee80211_tx_rate *rate) in minstrel_ht_get_group_idx() 276 minstrel_vht_get_group_idx(struct ieee80211_tx_rate *rate) in minstrel_vht_get_group_idx() 286 struct ieee80211_tx_rate *rate) in minstrel_ht_get_stats() 610 minstrel_ht_txstat_valid(struct minstrel_priv *mp, struct ieee80211_tx_rate *rate) in minstrel_ht_txstat_valid() 704 struct ieee80211_tx_rate *ar = info->status.rates; in minstrel_ht_tx_status() 1009 struct ieee80211_tx_rate *rate = &info->status.rates[0]; in minstrel_ht_get_rate()
|
D | rc80211_minstrel.c | 270 struct ieee80211_tx_rate *ar = info->status.rates; in minstrel_tx_status() 339 struct ieee80211_tx_rate *rate = &info->control.rates[0]; in minstrel_get_rate()
|
D | ieee80211_i.h | 172 struct ieee80211_tx_rate rate;
|
D | tx.c | 740 struct ieee80211_tx_rate rate = { in ieee80211_tx_h_rate_ctrl()
|
D | cfg.c | 438 const struct ieee80211_tx_rate *rate, in sta_set_rate_info_tx()
|
/linux-4.4.14/drivers/net/wireless/ti/wl18xx/ |
D | tx.c | 33 u8 band, struct ieee80211_tx_rate *rate) in wl18xx_get_last_tx_rate()
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | tx.c | 707 struct ieee80211_tx_info *info, struct ieee80211_tx_rate *txrate, in carl9170_tx_rate_tpc_chains() 766 struct ieee80211_tx_info *info, struct ieee80211_tx_rate *txrate) in carl9170_tx_physet() 826 struct ieee80211_tx_rate *rate, in carl9170_tx_rts_check() 850 struct ieee80211_tx_rate *rate) in carl9170_tx_cts_check() 889 struct ieee80211_tx_rate *txrate; in carl9170_tx_apply_rateset() 1568 struct ieee80211_tx_rate *rate; in carl9170_tx_beacon_physet()
|
/linux-4.4.14/drivers/net/wireless/cw1200/ |
D | txrx.c | 28 const struct ieee80211_tx_rate *rate); 70 struct ieee80211_tx_rate *rates, size_t count) in tx_policy_build() 85 struct ieee80211_tx_rate tmp = rates[i - 1]; in tx_policy_build() 300 struct ieee80211_tx_rate *rates, in tx_policy_get() 429 const struct ieee80211_tx_rate *rate) in cw1200_get_tx_rate()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | tx99.c | 51 struct ieee80211_tx_rate *rate; in ath9k_build_tx99_skb()
|
D | dynack.c | 212 struct ieee80211_tx_rate *rates = info->status.rates; in ath_dynack_sample_tx_ts()
|
D | xmit.c | 445 struct ieee80211_tx_rate rates[4]; in ath_tx_complete_aggr() 700 struct ieee80211_tx_rate *rates; in ath_lookup_legacy() 723 struct ieee80211_tx_rate *rates; in ath_lookup_rate() 1168 struct ieee80211_tx_rate *rates; in ath_buf_set_rate()
|
D | ath9k.h | 228 struct ieee80211_tx_rate rates[4];
|
D | htc_drv_txrx.c | 447 struct ieee80211_tx_rate *rate; in ath9k_htc_tx_process()
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00queue.c | 241 struct ieee80211_tx_rate *txrate = &tx_info->control.rates[0]; in rt2x00queue_create_tx_descriptor_plcp() 306 struct ieee80211_tx_rate *txrate = &tx_info->control.rates[0]; in rt2x00queue_create_tx_descriptor_ht() 399 struct ieee80211_tx_rate *txrate = &tx_info->control.rates[0]; in rt2x00queue_create_tx_descriptor()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
D | ampdu.c | 525 struct ieee80211_tx_rate *txrate = tx_info->status.rates; in brcms_c_ampdu_add_frame() 633 struct ieee80211_tx_rate *txrate; in brcms_c_ampdu_finalize() 826 struct ieee80211_tx_rate *txrate = tx_info->status.rates; in brcms_c_ampdu_rate_status()
|
D | main.c | 847 struct ieee80211_tx_rate *txrate; in brcms_c_dotxstatus() 6250 struct ieee80211_tx_rate *txrate[2]; in brcms_c_d11hdrs_mac80211()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | tx.c | 626 struct ieee80211_tx_rate *r) in iwl_mvm_hwrate_to_tx_rate() 666 struct ieee80211_tx_rate *r = &info->status.rates[0]; in iwl_mvm_hwrate_to_tx_status()
|
D | mvm.h | 1008 struct ieee80211_tx_rate *r);
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
D | xmit.c | 204 struct ieee80211_tx_rate *rates; in generate_txhdr_fw3()
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | xmit.c | 266 struct ieee80211_tx_rate *rates; in b43_generate_txhdr()
|
/linux-4.4.14/drivers/staging/vt6656/ |
D | rxtx.c | 789 struct ieee80211_tx_rate *tx_rate = &info->control.rates[0]; in vnt_tx_packet()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | tx.c | 830 struct ieee80211_tx_rate *r = &info->status.rates[0]; in iwlagn_hwrate_to_tx_control()
|
/linux-4.4.14/drivers/staging/vt6655/ |
D | rxtx.c | 1280 struct ieee80211_tx_rate *tx_rate = &info->control.rates[0]; in vnt_generate_fifo_header()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | 4965-mac.c | 2899 struct ieee80211_tx_rate *r = &info->status.rates[0]; in il4965_hwrate_to_tx_control()
|