From: Holger Eitzenberger Date: Fri, 26 Dec 2008 21:41:53 +0000 (-0800) Subject: 802.3ad: use standard ethhdr instead of ad_header X-Git-Tag: v2.6.29-rc1~581^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e727149e26b08550269a7786fda977aed65578f6;p=pandora-kernel.git 802.3ad: use standard ethhdr instead of ad_header 802.3ad has its own ethhdr-like structure in the form of an ad_header, which is at the start of both the LACPDU and marker PDU. Both are the same from the struct values, both are packed as well. It's therefore perfectly fine to replace the ad_header by the ethhdr and to remove its definition. Signed-off-by: Holger Eitzenberger Signed-off-by: David S. Miller --- Reading git-diff-tree failed