Searched refs:MINSTREL_FRAC (Results 1 – 2 of 2) sorted by relevance
| /linux/net/mac80211/ |
| H A D | rc80211_minstrel_ht.h | 17 #define MINSTREL_FRAC(val, div) (((val) << MINSTREL_SCALE) / div) macro 32 #define MINSTREL_AVG_COEFF1 (MINSTREL_FRAC(1, 1) - \
|
| H A D | rc80211_minstrel_ht_debugfs.c | 124 tp_max = minstrel_ht_get_tp_avg(mi, i, j, MINSTREL_FRAC(100, 100)); in minstrel_ht_stats_dump() 267 tp_max = minstrel_ht_get_tp_avg(mi, i, j, MINSTREL_FRAC(100, 100)); in minstrel_ht_stats_csv_dump()
|