Searched refs:tp_avg (Results 1 – 1 of 1) sorted by relevance
| /linux/net/mac80211/ |
| H A D | rc80211_minstrel_ht_debugfs.c | 51 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_dump() local 125 tp_avg = minstrel_ht_get_tp_avg(mi, i, j, mrs->prob_avg); in minstrel_ht_stats_dump() 132 tp_avg / 10, tp_avg % 10, in minstrel_ht_stats_dump() 196 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_csv_dump() local 268 tp_avg = minstrel_ht_get_tp_avg(mi, i, j, mrs->prob_avg); in minstrel_ht_stats_csv_dump() 274 tp_avg / 10, tp_avg % 10, in minstrel_ht_stats_csv_dump()
|