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

/net/mac80211/
H A Drc80211_minstrel_debugfs.c62 unsigned int i, tp, prob, eprob; local
71 p += sprintf(p, "rate tpt eprob *prob"
87 eprob = MINSTREL_TRUNC(mrs->probability * 1000);
92 eprob / 10, eprob % 10,
H A Drc80211_minstrel_ht_debugfs.c23 unsigned int j, tp, prob, eprob; local
64 eprob = MINSTREL_TRUNC(mr->probability * 1000);
69 eprob / 10, eprob % 10,
105 p += sprintf(p, "type rate tpt eprob *prob "

Completed in 99 milliseconds