diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2011-03-04 23:48:16 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2011-03-04 23:48:16 +0000 |
commit | b39c826407790f794405d8a0a5060aa1b4ac7349 (patch) | |
tree | 38fe13e9c9571b5a53df245d8e0962dbf10c895a /usr.bin | |
parent | 03936683f39530295504caacc7eb40399ca149e1 (diff) |
kill is_rx_elem_unknown.
damien@ ok. ports checked by sthen@.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/netstat/net80211.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/netstat/net80211.c b/usr.bin/netstat/net80211.c index 4bcfdd9f991..4b3e9dad821 100644 --- a/usr.bin/netstat/net80211.c +++ b/usr.bin/netstat/net80211.c @@ -1,4 +1,4 @@ -/* $OpenBSD: net80211.c,v 1.6 2008/12/17 19:27:40 jcs Exp $ */ +/* $OpenBSD: net80211.c,v 1.7 2011/03/04 23:48:15 fgsch Exp $ */ /* * Copyright (c) 2005 Reyk Floeter <reyk@openbsd.org> @@ -78,7 +78,6 @@ net80211_ifstats(char *ifname) p(is_rx_elem_missing, "\t%lu input packet%s with missing elements\n"); p(is_rx_elem_toobig, "\t%lu input packet%s with elements too big\n"); p(is_rx_elem_toosmall, "\t%lu input packet%s with elements too small\n"); - p(is_rx_elem_unknown, "\t%lu input packet%s with unknown elements\n"); p(is_rx_badchan, "\t%lu input packet%s with invalid channel\n"); p(is_rx_chanmismatch, "\t%lu input packet%s with mismatched channel\n"); p(is_rx_nodealloc, "\t%lu input packet%s dropped\n"); |