Go to the documentation of this file.
47 #include <linux/netdevice.h>
48 #include <linux/types.h>
52 #include <linux/slab.h>
53 #include <linux/export.h>
62 unsigned int i, tp, prob, eprob;
71 p +=
sprintf(p,
"rate throughput ewma prob this prob "
72 "this succ/attempt success attempts\n");
73 for (i = 0; i < mi->
n_rates; i++) {
80 (mr->
bitrate & 1 ?
".5" :
" "));
82 tp = mr->
cur_tp / ((18000 << 10) / 96);
86 p +=
sprintf(p,
" %6u.%1u %6u.%1u %6u.%1u "
87 "%3u(%3u) %8llu %8llu\n",
89 eprob / 10, eprob % 10,
96 p +=
sprintf(p,
"\nTotal packet count:: ideal %d "
135 &minstrel_stat_fops);