commit | 7a9deb661f5973b414df0c12b496d6ce49c8ed85 | [log] [tgz] |
---|---|---|
author | Ron Mercer <ron.mercer@qlogic.com> | Thu Feb 12 16:36:50 2009 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 12 16:36:50 2009 -0800 |
tree | 324d7de651d0b4e76ed1192673f346552ce4a867 | |
parent | d4675b52a933831d4901217564cba5a434ddd922 [diff] |
qlge: bugfix: Use netif_receive_skb() and vlan_hwaccel_receive_skb(). 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>