Merge branch 'stable-3.2' into pandora-3.2
[pandora-kernel.git] / net / mac80211 / rc80211_minstrel_debugfs.c
index a290ad2..55d257d 100644 (file)
@@ -50,6 +50,7 @@
 #include <linux/debugfs.h>
 #include <linux/ieee80211.h>
 #include <linux/slab.h>
+#include <linux/export.h>
 #include <net/mac80211.h>
 #include "rc80211_minstrel.h"
 
@@ -67,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];
@@ -83,7 +84,7 @@ minstrel_stats_open(struct inode *inode, struct file *file)
                eprob = mr->probability / 18;
 
                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,