Searched refs:AVG_PKT_SIZE (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/mac80211/
H A Dairtime.c11 #define AVG_PKT_SIZE 1024 macro
14 #define MCS_NBITS (AVG_PKT_SIZE << 3)
499 duration /= AVG_PKT_SIZE;
686 duration /= AVG_PKT_SIZE;
H A Drc80211_minstrel_ht.c20 #define AVG_PKT_SIZE 1200 macro
23 #define MCS_NBITS ((AVG_PKT_SIZE * AVG_AMPDU_SIZE) << 3)
140 (8 * (AVG_PKT_SIZE + 4) * 10) / (_bitrate)))
168 4 * (((16 + 80 * (AVG_PKT_SIZE + 4) + 6) / \
1998 tp_avg = tp_avg * AVG_PKT_SIZE * 8 / 1024;

Completed in 123 milliseconds