diff options
author | Florian Westphal <fw@strlen.de> | 2009-06-20 00:53:25 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-07-05 19:15:35 -0700 |
commit | 0e8635a8e1f2d4a9e1bfc6c3b21419a5921e674f (patch) | |
tree | fe9a6f5d21259e51d0ac87f00787b32248f2851a /drivers/staging | |
parent | 6b1344724e10c166d9e3c17011ed879ddf302e94 (diff) | |
download | blackbird-obmc-linux-0e8635a8e1f2d4a9e1bfc6c3b21419a5921e674f.tar.gz blackbird-obmc-linux-0e8635a8e1f2d4a9e1bfc6c3b21419a5921e674f.zip |
net: remove NET_RX_BAD and NET_RX_CN* defines
almost no users in the tree; and the few that use them treat them
like NET_RX_DROP.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/otus/wrap_pkt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/otus/wrap_pkt.c b/drivers/staging/otus/wrap_pkt.c index 5db0004c8739..89a6b92f5972 100644 --- a/drivers/staging/otus/wrap_pkt.c +++ b/drivers/staging/otus/wrap_pkt.c @@ -156,10 +156,7 @@ void zfLnxRecvEth(zdev_t* dev, zbuf_t* buf, u16_t port) switch(netif_rx(buf)) #endif { - case NET_RX_BAD: case NET_RX_DROP: - case NET_RX_CN_MOD: - case NET_RX_CN_HIGH: break; default: macp->drv_stats.net_stats.rx_packets++; |