Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369588
b: refs/heads/master
c: e1c3b15
h: refs/heads/master
v: v3
  • Loading branch information
Karl Beldan authored and Johannes Berg committed Apr 17, 2013
1 parent df59707 commit 506e166
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b20d34c458bc2bbd0a4624f2933581e01e72d875
refs/heads/master: e1c3b15dd33a7d990188fa5b4731c78f8ba416a4
4 changes: 2 additions & 2 deletions trunk/net/mac80211/rc80211_minstrel_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ minstrel_stats_open(struct inode *inode, struct file *file)

file->private_data = ms;
p = ms->buf;
p += sprintf(p, "rate throughput ewma prob this prob "
p += sprintf(p, "rate throughput ewma prob this prob "
"this succ/attempt success attempts\n");
for (i = 0; i < mi->n_rates; i++) {
struct minstrel_rate *mr = &mi->r[i];
Expand All @@ -86,7 +86,7 @@ minstrel_stats_open(struct inode *inode, struct file *file)
eprob = MINSTREL_TRUNC(mr->probability * 1000);

p += sprintf(p, " %6u.%1u %6u.%1u %6u.%1u "
"%3u(%3u) %8llu %8llu\n",
" %3u(%3u) %8llu %8llu\n",
tp / 10, tp % 10,
eprob / 10, eprob % 10,
prob / 10, prob % 10,
Expand Down

0 comments on commit 506e166

Please sign in to comment.