Lines Matching refs:txrate

707 	struct ieee80211_tx_info *info,	struct ieee80211_tx_rate *txrate,  in carl9170_tx_rate_tpc_chains()  argument
714 idx = txrate->idx; in carl9170_tx_rate_tpc_chains()
718 if (txrate->flags & IEEE80211_TX_RC_MCS) { in carl9170_tx_rate_tpc_chains()
719 if (txrate->flags & IEEE80211_TX_RC_40_MHZ_WIDTH) { in carl9170_tx_rate_tpc_chains()
734 *phyrate = txrate->idx; in carl9170_tx_rate_tpc_chains()
755 if (!(txrate->flags & IEEE80211_TX_RC_MCS) && in carl9170_tx_rate_tpc_chains()
766 struct ieee80211_tx_info *info, struct ieee80211_tx_rate *txrate) in carl9170_tx_physet() argument
773 if (txrate->flags & IEEE80211_TX_RC_40_MHZ_WIDTH) in carl9170_tx_physet()
777 if (txrate->flags & IEEE80211_TX_RC_DUP_DATA) in carl9170_tx_physet()
781 if (txrate->flags & IEEE80211_TX_RC_SHORT_GI) in carl9170_tx_physet()
784 if (txrate->flags & IEEE80211_TX_RC_MCS) { in carl9170_tx_physet()
785 SET_VAL(AR9170_TX_PHY_MCS, phyrate, txrate->idx); in carl9170_tx_physet()
788 tmp |= cpu_to_le32((txrate->idx & 0x7) << in carl9170_tx_physet()
801 if (txrate->idx <= AR9170_TX_PHY_RATE_CCK_11M) in carl9170_tx_physet()
816 carl9170_tx_rate_tpc_chains(ar, info, txrate, in carl9170_tx_physet()
893 struct ieee80211_tx_rate *txrate; in carl9170_tx_apply_rateset() local
917 txrate = &sinfo->control.rates[i]; in carl9170_tx_apply_rateset()
918 if (txrate->idx < 0) in carl9170_tx_apply_rateset()
921 phy_set = carl9170_tx_physet(ar, info, txrate); in carl9170_tx_apply_rateset()
928 if (ampdu && txrate->flags & IEEE80211_TX_RC_MCS) in carl9170_tx_apply_rateset()
931 if (carl9170_tx_rts_check(ar, txrate, ampdu, no_ack)) in carl9170_tx_apply_rateset()
933 else if (carl9170_tx_cts_check(ar, txrate)) in carl9170_tx_apply_rateset()
945 txrate->count); in carl9170_tx_apply_rateset()
947 if (carl9170_tx_rts_check(ar, txrate, ampdu, no_ack)) in carl9170_tx_apply_rateset()
950 else if (carl9170_tx_cts_check(ar, txrate)) in carl9170_tx_apply_rateset()
954 if (ampdu && (txrate->flags & IEEE80211_TX_RC_MCS)) in carl9170_tx_apply_rateset()