From b39c826407790f794405d8a0a5060aa1b4ac7349 Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Fri, 4 Mar 2011 23:48:16 +0000 Subject: kill is_rx_elem_unknown. damien@ ok. ports checked by sthen@. --- usr.bin/netstat/net80211.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin') 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 @@ -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"); -- cgit v1.2.3