Searched defs:max_rates (Results 1 - 3 of 3) sorted by relevance

/net/mac80211/
H A Drate.c435 int max_rates)
471 for (i = 0; i < max_rates; i++) {
536 int max_rates)
545 max_rates = min_t(int, max_rates, IEEE80211_TX_RATE_TABLE_SIZE);
546 for (i = 0; i < max_rates; i++) {
576 int max_rates)
620 for (i = 0; i < max_rates; i++) {
634 int max_rates)
641 rate_control_fill_sta_table(sta, info, dest, max_rates);
431 rate_fixup_ratelist(struct ieee80211_vif *vif, struct ieee80211_supported_band *sband, struct ieee80211_tx_info *info, struct ieee80211_tx_rate *rates, int max_rates) argument
533 rate_control_fill_sta_table(struct ieee80211_sta *sta, struct ieee80211_tx_info *info, struct ieee80211_tx_rate *rates, int max_rates) argument
571 rate_control_apply_mask(struct ieee80211_sub_if_data *sdata, struct ieee80211_sta *sta, struct ieee80211_supported_band *sband, struct ieee80211_tx_info *info, struct ieee80211_tx_rate *rates, int max_rates) argument
630 ieee80211_get_tx_rates(struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct sk_buff *skb, struct ieee80211_tx_rate *dest, int max_rates) argument
[all...]
H A Drc80211_minstrel.c111 if (mp->hw->max_rates >= 3) {
116 if (mp->hw->max_rates >= 2) {
536 int max_rates = 0; local
545 if (sband && sband->n_bitrates > max_rates)
546 max_rates = sband->n_bitrates;
549 mi->r = kzalloc(sizeof(struct minstrel_rate) * max_rates, gfp);
553 mi->sample_table = kmalloc(SAMPLE_COLUMNS * max_rates, gfp);
638 if (hw->max_rates >= 4)
H A Drc80211_minstrel_ht.c760 if (mp->hw->max_rates >= 3) {
765 if (mp->hw->max_rates >= 2) {
892 if (mp->hw->max_rates == 1 &&
1079 int max_rates = 0; local
1084 if (sband && sband->n_bitrates > max_rates)
1085 max_rates = sband->n_bitrates;
1092 msp->ratelist = kzalloc(sizeof(struct minstrel_rate) * max_rates, gfp);
1096 msp->sample_table = kmalloc(SAMPLE_COLUMNS * max_rates, gfp);

Completed in 48 milliseconds