qlge: bugfix: Use netif_receive_skb() and vlan_hwaccel_receive_skb().
authorRon Mercer <ron.mercer@qlogic.com>
Fri, 13 Feb 2009 00:36:50 +0000 (16:36 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 Feb 2009 00:36:50 +0000 (16:36 -0800)
Replace calls to vlan_hwaccel_rx() and netif_rx().
Thanks to Dave Miller for pointing out the the driver was making
the wrong upcall for passing packets into the stack.

Signed-off-by: Ron Mercer <ron.mercer@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found