Home
last modified time | relevance | path

Searched refs:fixed_rate_idx (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/mac80211/
Drc80211_minstrel.c246 if (mp->fixed_rate_idx != -1) { in minstrel_update_stats()
247 mi->max_tp_rate[0] = mp->fixed_rate_idx; in minstrel_update_stats()
248 mi->max_tp_rate[1] = mp->fixed_rate_idx; in minstrel_update_stats()
249 mi->max_prob_rate = mp->fixed_rate_idx; in minstrel_update_stats()
356 if (mp->fixed_rate_idx != -1) in minstrel_get_rate()
Drc80211_minstrel.h116 u32 fixed_rate_idx; member
Drc80211_minstrel_ht.c782 if (mp->fixed_rate_idx != -1) { in minstrel_ht_update_stats()
784 mi->max_tp_rate[i] = mp->fixed_rate_idx; in minstrel_ht_update_stats()
785 mi->max_prob_rate = mp->fixed_rate_idx; in minstrel_ht_update_stats()
1309 if (mp->fixed_rate_idx != -1) in minstrel_ht_get_rate()
1672 mp->fixed_rate_idx = (u32) -1; in minstrel_ht_alloc()
1674 &mp->fixed_rate_idx); in minstrel_ht_alloc()