bce(4): Don't count InFramesL2FilterDiscards into ifnet.if_ierrors
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Tue, 28 Jun 2011 07:58:20 +0000 (15:58 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Tue, 28 Jun 2011 09:42:03 +0000 (17:42 +0800)
commite58e4059821a76135296e60a24f3194c1ce520f4
tree825e817150066c08430c561391568520df7f068b
parentffa9a577324a3c5f8b08f71d9d9f8d5efb45e5f8
bce(4): Don't count InFramesL2FilterDiscards into ifnet.if_ierrors

This value does not represent a real packet error but simply indicate
that an unexpected unicast or multicast error was received by the NIC,
which was not counted in the past as well.

Obtained-from: FreeBSD 186169
sys/dev/netif/bce/if_bce.c