aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2015-11-25 18:16:42 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2015-11-25 18:16:42 +0000
commit75426752f5fa86bc3f6d61d189aa2a04cb24e1af (patch)
tree11b0a2980a368f7a35fe5da2fb28e5a2c34439ce
parentb35ff884484d8cc4a710f768a103f81f6148793e (diff)
Notes
-rw-r--r--sys/net80211/ieee80211_ht.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net80211/ieee80211_ht.c b/sys/net80211/ieee80211_ht.c
index a850a334ea20..e6fe16e58fa5 100644
--- a/sys/net80211/ieee80211_ht.c
+++ b/sys/net80211/ieee80211_ht.c
@@ -2174,9 +2174,9 @@ ieee80211_ampdu_enable(struct ieee80211_node *ni,
return 0;
}
IEEE80211_NOTE(vap, IEEE80211_MSG_11N, ni,
- "enable AMPDU on tid %d (%s), avgpps %d pkts %d",
+ "enable AMPDU on tid %d (%s), avgpps %d pkts %d attempt %d",
tap->txa_tid, ieee80211_wme_acnames[TID_TO_WME_AC(tap->txa_tid)],
- tap->txa_avgpps, tap->txa_pkts);
+ tap->txa_avgpps, tap->txa_pkts, tap->txa_attempts);
return 1;
}