=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/net80211.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/netstat/net80211.c 2008/12/17 19:27:40 1.6 +++ src/usr.bin/netstat/net80211.c 2011/03/04 23:48:15 1.7 @@ -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 @@ 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");