Home
last modified time | relevance | path

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

/linux-2.6.39/net/mac80211/
Drc80211_minstrel_ht_debugfs.c89 MINSTREL_TRUNC(mi->avg_ampdu_len), in minstrel_ht_stats_open()
90 MINSTREL_TRUNC(mi->avg_ampdu_len * 10) % 10); in minstrel_ht_stats_open()
Drc80211_minstrel_ht.c172 usecs = mi->overhead / MINSTREL_TRUNC(mi->avg_ampdu_len); in minstrel_ht_calc_tp()
195 mi->avg_ampdu_len = minstrel_ewma(mi->avg_ampdu_len, in minstrel_ht_update_stats()
413 mi->sample_wait = 16 + 2 * MINSTREL_TRUNC(mi->avg_ampdu_len); in minstrel_ht_tx_status()
468 unsigned int ampdu_len = MINSTREL_TRUNC(mi->avg_ampdu_len); in minstrel_calc_retransmit()
682 mi->avg_ampdu_len = MINSTREL_FRAC(1, 1); in minstrel_ht_update_caps()
Drc80211_minstrel_ht.h78 unsigned int avg_ampdu_len; member