From: Lennert Buytenhek Date: Tue, 11 Nov 2008 05:52:42 +0000 (-0800) Subject: dsa: fix skb->pkt_type when mac address of slave interface differs X-Git-Tag: v2.6.28-rc5~90^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14ee6742b1b5df275cd2d771b4562b4f808c9419;p=pandora-kernel.git dsa: fix skb->pkt_type when mac address of slave interface differs When a dsa slave interface has a mac address that differs from that of the master interface, eth_type_trans() won't explicitly set skb->pkt_type back to PACKET_HOST -- we need to do this ourselves before calling eth_type_trans(). Signed-off-by: Lennert Buytenhek Signed-off-by: David S. Miller --- Reading git-diff-tree failed