2 * Copyright (C) 2010 Felix Fietkau <nbd@openwrt.org>
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
8 #include <linux/netdevice.h>
9 #include <linux/types.h>
10 #include <linux/skbuff.h>
11 #include <linux/debugfs.h>
12 #include <linux/ieee80211.h>
13 #include <linux/export.h>
14 #include <net/mac80211.h>
15 #include "rc80211_minstrel.h"
16 #include "rc80211_minstrel_ht.h"
19 minstrel_ht_stats_dump(struct minstrel_ht_sta
*mi
, int i
, char *p
)
21 const struct mcs_group
*mg
;
22 unsigned int j
, tp_max
, tp_avg
, eprob
, tx_time
;
27 if (!mi
->supported
[i
])
30 mg
= &minstrel_mcs_groups
[i
];
33 if (gflags
& IEEE80211_TX_RC_40_MHZ_WIDTH
)
35 else if (gflags
& IEEE80211_TX_RC_80_MHZ_WIDTH
)
37 if (gflags
& IEEE80211_TX_RC_SHORT_GI
)
40 for (j
= 0; j
< MCS_GROUP_RATES
; j
++) {
41 struct minstrel_rate_stats
*mrs
= &mi
->groups
[i
].rates
[j
];
42 static const int bitrates
[4] = { 10, 20, 55, 110 };
43 int idx
= i
* MCS_GROUP_RATES
+ j
;
44 unsigned int prob_ewmsd
;
46 if (!(mi
->supported
[i
] & BIT(j
)))
49 if (gflags
& IEEE80211_TX_RC_MCS
) {
50 p
+= sprintf(p
, "HT%c0 ", htmode
);
51 p
+= sprintf(p
, "%cGI ", gimode
);
52 p
+= sprintf(p
, "%d ", mg
->streams
);
53 } else if (gflags
& IEEE80211_TX_RC_VHT_MCS
) {
54 p
+= sprintf(p
, "VHT%c0 ", htmode
);
55 p
+= sprintf(p
, "%cGI ", gimode
);
56 p
+= sprintf(p
, "%d ", mg
->streams
);
58 p
+= sprintf(p
, "CCK ");
59 p
+= sprintf(p
, "%cP ", j
< 4 ? 'L' : 'S');
60 p
+= sprintf(p
, "1 ");
63 *(p
++) = (idx
== mi
->max_tp_rate
[0]) ? 'A' : ' ';
64 *(p
++) = (idx
== mi
->max_tp_rate
[1]) ? 'B' : ' ';
65 *(p
++) = (idx
== mi
->max_tp_rate
[2]) ? 'C' : ' ';
66 *(p
++) = (idx
== mi
->max_tp_rate
[3]) ? 'D' : ' ';
67 *(p
++) = (idx
== mi
->max_prob_rate
) ? 'P' : ' ';
69 if (gflags
& IEEE80211_TX_RC_MCS
) {
70 p
+= sprintf(p
, " MCS%-2u", (mg
->streams
- 1) * 8 + j
);
71 } else if (gflags
& IEEE80211_TX_RC_VHT_MCS
) {
72 p
+= sprintf(p
, " MCS%-1u/%1u", j
, mg
->streams
);
74 int r
= bitrates
[j
% 4];
76 p
+= sprintf(p
, " %2u.%1uM", r
/ 10, r
% 10);
79 p
+= sprintf(p
, " %3u ", idx
);
81 /* tx_time[rate(i)] in usec */
82 tx_time
= DIV_ROUND_CLOSEST(mg
->duration
[j
], 1000);
83 p
+= sprintf(p
, "%6u ", tx_time
);
85 tp_max
= minstrel_ht_get_tp_avg(mi
, i
, j
, MINSTREL_FRAC(100, 100));
86 tp_avg
= minstrel_ht_get_tp_avg(mi
, i
, j
, mrs
->prob_ewma
);
87 eprob
= MINSTREL_TRUNC(mrs
->prob_ewma
* 1000);
88 prob_ewmsd
= minstrel_get_ewmsd10(mrs
);
90 p
+= sprintf(p
, "%4u.%1u %4u.%1u %3u.%1u %3u.%1u"
93 tp_max
/ 10, tp_max
% 10,
94 tp_avg
/ 10, tp_avg
% 10,
95 eprob
/ 10, eprob
% 10,
96 prob_ewmsd
/ 10, prob_ewmsd
% 10,
100 (unsigned long long)mrs
->succ_hist
,
101 (unsigned long long)mrs
->att_hist
);
108 minstrel_ht_stats_open(struct inode
*inode
, struct file
*file
)
110 struct minstrel_ht_sta_priv
*msp
= inode
->i_private
;
111 struct minstrel_ht_sta
*mi
= &msp
->ht
;
112 struct minstrel_debugfs_info
*ms
;
118 inode
->i_private
= &msp
->legacy
;
119 ret
= minstrel_stats_open(inode
, file
);
120 inode
->i_private
= msp
;
124 ms
= kmalloc(32768, GFP_KERNEL
);
128 file
->private_data
= ms
;
131 p
+= sprintf(p
, "\n");
133 " best ____________rate__________ ________statistics________ _____last____ ______sum-of________\n");
135 "mode guard # rate [name idx airtime max_tp] [avg(tp) avg(prob) sd(prob)] [retry|suc|att] [#success | #attempts]\n");
137 p
= minstrel_ht_stats_dump(mi
, MINSTREL_CCK_GROUP
, p
);
138 for (i
= 0; i
< MINSTREL_CCK_GROUP
; i
++)
139 p
= minstrel_ht_stats_dump(mi
, i
, p
);
140 for (i
++; i
< ARRAY_SIZE(mi
->groups
); i
++)
141 p
= minstrel_ht_stats_dump(mi
, i
, p
);
143 p
+= sprintf(p
, "\nTotal packet count:: ideal %d "
145 max(0, (int) mi
->total_packets
- (int) mi
->sample_packets
),
147 p
+= sprintf(p
, "Average # of aggregated frames per A-MPDU: %d.%d\n",
148 MINSTREL_TRUNC(mi
->avg_ampdu_len
),
149 MINSTREL_TRUNC(mi
->avg_ampdu_len
* 10) % 10);
150 ms
->len
= p
- ms
->buf
;
151 WARN_ON(ms
->len
+ sizeof(*ms
) > 32768);
153 return nonseekable_open(inode
, file
);
156 static const struct file_operations minstrel_ht_stat_fops
= {
157 .owner
= THIS_MODULE
,
158 .open
= minstrel_ht_stats_open
,
159 .read
= minstrel_stats_read
,
160 .release
= minstrel_stats_release
,
165 minstrel_ht_stats_csv_dump(struct minstrel_ht_sta
*mi
, int i
, char *p
)
167 const struct mcs_group
*mg
;
168 unsigned int j
, tp_max
, tp_avg
, eprob
, tx_time
;
173 if (!mi
->supported
[i
])
176 mg
= &minstrel_mcs_groups
[i
];
179 if (gflags
& IEEE80211_TX_RC_40_MHZ_WIDTH
)
181 else if (gflags
& IEEE80211_TX_RC_80_MHZ_WIDTH
)
183 if (gflags
& IEEE80211_TX_RC_SHORT_GI
)
186 for (j
= 0; j
< MCS_GROUP_RATES
; j
++) {
187 struct minstrel_rate_stats
*mrs
= &mi
->groups
[i
].rates
[j
];
188 static const int bitrates
[4] = { 10, 20, 55, 110 };
189 int idx
= i
* MCS_GROUP_RATES
+ j
;
190 unsigned int prob_ewmsd
;
192 if (!(mi
->supported
[i
] & BIT(j
)))
195 if (gflags
& IEEE80211_TX_RC_MCS
) {
196 p
+= sprintf(p
, "HT%c0,", htmode
);
197 p
+= sprintf(p
, "%cGI,", gimode
);
198 p
+= sprintf(p
, "%d,", mg
->streams
);
199 } else if (gflags
& IEEE80211_TX_RC_VHT_MCS
) {
200 p
+= sprintf(p
, "VHT%c0,", htmode
);
201 p
+= sprintf(p
, "%cGI,", gimode
);
202 p
+= sprintf(p
, "%d,", mg
->streams
);
204 p
+= sprintf(p
, "CCK,");
205 p
+= sprintf(p
, "%cP,", j
< 4 ? 'L' : 'S');
206 p
+= sprintf(p
, "1,");
209 p
+= sprintf(p
, "%s" ,((idx
== mi
->max_tp_rate
[0]) ? "A" : ""));
210 p
+= sprintf(p
, "%s" ,((idx
== mi
->max_tp_rate
[1]) ? "B" : ""));
211 p
+= sprintf(p
, "%s" ,((idx
== mi
->max_tp_rate
[2]) ? "C" : ""));
212 p
+= sprintf(p
, "%s" ,((idx
== mi
->max_tp_rate
[3]) ? "D" : ""));
213 p
+= sprintf(p
, "%s" ,((idx
== mi
->max_prob_rate
) ? "P" : ""));
215 if (gflags
& IEEE80211_TX_RC_MCS
) {
216 p
+= sprintf(p
, ",MCS%-2u,", (mg
->streams
- 1) * 8 + j
);
217 } else if (gflags
& IEEE80211_TX_RC_VHT_MCS
) {
218 p
+= sprintf(p
, ",MCS%-1u/%1u,", j
, mg
->streams
);
220 int r
= bitrates
[j
% 4];
221 p
+= sprintf(p
, ",%2u.%1uM,", r
/ 10, r
% 10);
224 p
+= sprintf(p
, "%u,", idx
);
225 tx_time
= DIV_ROUND_CLOSEST(mg
->duration
[j
], 1000);
226 p
+= sprintf(p
, "%u,", tx_time
);
228 tp_max
= minstrel_ht_get_tp_avg(mi
, i
, j
, MINSTREL_FRAC(100, 100));
229 tp_avg
= minstrel_ht_get_tp_avg(mi
, i
, j
, mrs
->prob_ewma
);
230 eprob
= MINSTREL_TRUNC(mrs
->prob_ewma
* 1000);
231 prob_ewmsd
= minstrel_get_ewmsd10(mrs
);
233 p
+= sprintf(p
, "%u.%u,%u.%u,%u.%u,%u.%u,%u,%u,"
235 tp_max
/ 10, tp_max
% 10,
236 tp_avg
/ 10, tp_avg
% 10,
237 eprob
/ 10, eprob
% 10,
238 prob_ewmsd
/ 10, prob_ewmsd
% 10,
242 (unsigned long long)mrs
->succ_hist
,
243 (unsigned long long)mrs
->att_hist
);
244 p
+= sprintf(p
, "%d,%d,%d.%d\n",
245 max(0, (int) mi
->total_packets
-
246 (int) mi
->sample_packets
),
248 MINSTREL_TRUNC(mi
->avg_ampdu_len
),
249 MINSTREL_TRUNC(mi
->avg_ampdu_len
* 10) % 10);
256 minstrel_ht_stats_csv_open(struct inode
*inode
, struct file
*file
)
258 struct minstrel_ht_sta_priv
*msp
= inode
->i_private
;
259 struct minstrel_ht_sta
*mi
= &msp
->ht
;
260 struct minstrel_debugfs_info
*ms
;
266 inode
->i_private
= &msp
->legacy
;
267 ret
= minstrel_stats_csv_open(inode
, file
);
268 inode
->i_private
= msp
;
272 ms
= kmalloc(32768, GFP_KERNEL
);
277 file
->private_data
= ms
;
281 p
= minstrel_ht_stats_csv_dump(mi
, MINSTREL_CCK_GROUP
, p
);
282 for (i
= 0; i
< MINSTREL_CCK_GROUP
; i
++)
283 p
= minstrel_ht_stats_csv_dump(mi
, i
, p
);
284 for (i
++; i
< ARRAY_SIZE(mi
->groups
); i
++)
285 p
= minstrel_ht_stats_csv_dump(mi
, i
, p
);
287 ms
->len
= p
- ms
->buf
;
288 WARN_ON(ms
->len
+ sizeof(*ms
) > 32768);
290 return nonseekable_open(inode
, file
);
293 static const struct file_operations minstrel_ht_stat_csv_fops
= {
294 .owner
= THIS_MODULE
,
295 .open
= minstrel_ht_stats_csv_open
,
296 .read
= minstrel_stats_read
,
297 .release
= minstrel_stats_release
,
302 minstrel_ht_add_sta_debugfs(void *priv
, void *priv_sta
, struct dentry
*dir
)
304 struct minstrel_ht_sta_priv
*msp
= priv_sta
;
306 msp
->dbg_stats
= debugfs_create_file("rc_stats", S_IRUGO
, dir
, msp
,
307 &minstrel_ht_stat_fops
);
308 msp
->dbg_stats_csv
= debugfs_create_file("rc_stats_csv", S_IRUGO
,
309 dir
, msp
, &minstrel_ht_stat_csv_fops
);
313 minstrel_ht_remove_sta_debugfs(void *priv
, void *priv_sta
)
315 struct minstrel_ht_sta_priv
*msp
= priv_sta
;
317 debugfs_remove(msp
->dbg_stats
);
318 debugfs_remove(msp
->dbg_stats_csv
);