aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/debugfs_sta.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/debugfs_sta.c')
-rw-r--r--net/mac80211/debugfs_sta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/debugfs_sta.c b/net/mac80211/debugfs_sta.c
index 4a20fb8f1e23..33eb4a43a2f3 100644
--- a/net/mac80211/debugfs_sta.c
+++ b/net/mac80211/debugfs_sta.c
@@ -168,7 +168,7 @@ static ssize_t sta_agg_status_read(struct file *file, char __user *userbuf,
168 p += scnprintf(p, sizeof(buf) + buf - p, "next dialog_token: %#02x\n", 168 p += scnprintf(p, sizeof(buf) + buf - p, "next dialog_token: %#02x\n",
169 sta->ampdu_mlme.dialog_token_allocator + 1); 169 sta->ampdu_mlme.dialog_token_allocator + 1);
170 p += scnprintf(p, sizeof(buf) + buf - p, 170 p += scnprintf(p, sizeof(buf) + buf - p,
171 "TID\t\tRX active\tDTKN\tSSN\t\tTX\tDTKN\tpending\n"); 171 "TID\t\tRX\tDTKN\tSSN\t\tTX\tDTKN\tpending\n");
172 172
173 for (i = 0; i < IEEE80211_NUM_TIDS; i++) { 173 for (i = 0; i < IEEE80211_NUM_TIDS; i++) {
174 tid_rx = rcu_dereference(sta->ampdu_mlme.tid_rx[i]); 174 tid_rx = rcu_dereference(sta->ampdu_mlme.tid_rx[i]);