From: Stephen Hemminger Date: Mon, 30 Jan 2006 19:37:57 +0000 (-0800) Subject: [PATCH] sky2: set mac address fix X-Git-Tag: v2.6.16-rc3~139^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8ab1ec0c3ef4ce2033abe3441d032fe1490a71a;p=pandora-kernel.git [PATCH] sky2: set mac address fix Using the sky2 driver with bonding can result in oopses related to reinitializing the PHY when the MAC address is changed (which bonding is wont to do). This patch changes sky2_set_mac_address to take less drastic measures. This is analagous to the skge patch here: http://lkml.org/lkml/2005/9/29/399 which fixed the issue here: http://bugzilla.kernel.org/show_bug.cgi?id=5271 Signed-off-by: John W. Linville Signed-off-by: Stephen Hemminger Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed