From: Arend van Spriel Date: Wed, 22 Dec 2010 08:30:09 +0000 (+0100) Subject: staging: brcm80211: remove usage of ETHER_MAX_LEN definition X-Git-Tag: v2.6.39-rc1~469^2~921 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=541f05fea2a943b1ff02b98558498fc2ea2e0a91;p=pandora-kernel.git staging: brcm80211: remove usage of ETHER_MAX_LEN definition The linux include file if_ether.h already provides a definition ETH_FRAME_LEN although this is excluding checksum. So code uses ETH_FRAME_LEN+ETH_FCS_LEN now. Reviewed-by: Brett Rudley Reviewed-by: Henry Ptasinski Reviewed-by: Roland Vossen Reviewed-by: Dowan Kim Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed