summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2004-12-31 22:06:19 +0000
committersam <sam@FreeBSD.org>2004-12-31 22:06:19 +0000
commitc0488e737c66d9e03045397495d78988f165b229 (patch)
tree82c646a8ad25937bf9770e7968cf8642e10eccd3 /tools
parent141330c912f5118aee2d4e4a82e9e12239905e98 (diff)
downloadFreeBSD-src-c0488e737c66d9e03045397495d78988f165b229.zip
FreeBSD-src-c0488e737c66d9e03045397495d78988f165b229.tar.gz
new stat
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 c148a4f..86077fc 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");
OpenPOWER on IntegriCloud