aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/debug.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/debug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/debug.c b/drivers/net/wireless/ath/ath9k/debug.c
index 577bc5a9835b..faf84e499c8f 100644
--- a/drivers/net/wireless/ath/ath9k/debug.c
+++ b/drivers/net/wireless/ath/ath9k/debug.c
@@ -628,7 +628,8 @@ static ssize_t read_file_xmit(struct file *file, char __user *user_buf,
628 PR("MPDUs Queued: ", queued); 628 PR("MPDUs Queued: ", queued);
629 PR("MPDUs Completed: ", completed); 629 PR("MPDUs Completed: ", completed);
630 PR("Aggregates: ", a_aggr); 630 PR("Aggregates: ", a_aggr);
631 PR("AMPDUs Queued: ", a_queued); 631 PR("AMPDUs Queued HW:", a_queued_hw);
632 PR("AMPDUs Queued SW:", a_queued_sw);
632 PR("AMPDUs Completed:", a_completed); 633 PR("AMPDUs Completed:", a_completed);
633 PR("AMPDUs Retried: ", a_retries); 634 PR("AMPDUs Retried: ", a_retries);
634 PR("AMPDUs XRetried: ", a_xretries); 635 PR("AMPDUs XRetried: ", a_xretries);