From: David S. Miller Date: Tue, 8 Aug 2006 23:47:37 +0000 (-0700) Subject: [RTNETLINK]: Fix IFLA_ADDRESS handling. X-Git-Tag: v2.6.18-rc5~121^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70f8e78e150425b01c1099087ad3decacf7e4ccf;p=pandora-kernel.git [RTNETLINK]: Fix IFLA_ADDRESS handling. The ->set_mac_address handlers expect a pointer to a sockaddr which contains the MAC address, whereas IFLA_ADDRESS provides just the MAC address itself. So whip up a sockaddr to wrap around the netlink attribute for the ->set_mac_address call. Signed-off-by: David S. Miller --- Reading git-diff-tree failed