From: Ron Mercer Date: Fri, 13 Feb 2009 00:36:50 +0000 (-0800) Subject: qlge: bugfix: Use netif_receive_skb() and vlan_hwaccel_receive_skb(). X-Git-Tag: v2.6.29-rc5~3^2~19 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a9deb661f5973b414df0c12b496d6ce49c8ed85;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed