From: Daniel Drake Date: Thu, 24 Dec 2009 08:11:24 +0000 (+0000) Subject: Fix MAC address access in 3c507, ibmlana, pcnet32 and libertas X-Git-Tag: v2.6.33-rc3~44^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f04493123763f5b8bc6d5de9aed0222345c052c;p=pandora-kernel.git Fix MAC address access in 3c507, ibmlana, pcnet32 and libertas Commit f001fde5eadd915f4858d22ed70d7040f48767cf changed net_device.dev_addr from a 32-byte array to a pointer. I found 4 ethernet drivers which rely on sizeof(dev_addr), which are now only copying 4 bytes of the address information on 32bit systems. Fix them to use ETH_ALEN. Signed-off-by: Daniel Drake Reviewed-by: Jiri Pirko Signed-off-by: David S. Miller --- Reading git-diff-tree failed