aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2004-12-31 22:06:19 +0000
committerSam Leffler <sam@FreeBSD.org>2004-12-31 22:06:19 +0000
commitb0d1b8b275584ee4e5e94af561c85b24c8aa79db (patch)
tree82c646a8ad25937bf9770e7968cf8642e10eccd3 /tools
parent2045f699450403a8abba91186dd0ab93c45095ad (diff)
downloadsrc-b0d1b8b275584ee4e5e94af561c85b24c8aa79db.tar.gz
src-b0d1b8b275584ee4e5e94af561c85b24c8aa79db.zip
new stat
Notes
Notes: svn path=/head/; revision=139529
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/ath/80211stats.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/tools/ath/80211stats.c b/tools/tools/ath/80211stats.c
index c148a4fd46fe..86077fc7f638 100644
--- a/tools/tools/ath/80211stats.c
+++ b/tools/tools/ath/80211stats.c
@@ -137,7 +137,8 @@ printstats(FILE *fd, const struct ieee80211_stats *stats)
STAT(crypto_nocipher, "setkey failed 'cuz cipher module unavailable");
STAT(crypto_attachfail, "setkey failed 'cuz cipher attach failed");
STAT(crypto_swfallback, "crypto fell back to s/w implementation");
- STAT(crypto_keyfail, "setkey faied 'cuz driver key alloc failed");
+ STAT(crypto_keyfail, "setkey failed 'cuz driver key alloc failed");
+ STAT(crypto_enmicfail, "enmic failed (may be mbuf exhaustion)");
STAT(ibss_capmismatch, "ibss merge faied 'cuz capabilities mismatch");
STAT(ibss_norate, "ibss merge faied 'cuz rate set mismatch");
STAT(ps_unassoc, "ps-poll received for unassociated station");