From: Al Viro Date: Thu, 23 Aug 2007 01:18:56 +0000 (-0400) Subject: fix vlan in 8139cp on big-endian X-Git-Tag: v2.6.24-rc1~1454^2~429 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf9830195a3f35b1248425b69a01ee43f5b68221;p=pandora-kernel.git fix vlan in 8139cp on big-endian Layout of opts2 is : MSB(vlan_tag) : LSB(vlan_tag) : flags : 0 : regardless of the host endianness. On little-endian the current code ends up with the right values, but on big-endian it blows. In r8169.c the same bug had been fixed in commit d35da12a40426184b1d0844104b1d464753eba19 (r8169: endianness fixes). Signed-off-by: Al Viro Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed