[PATCH] sky2: allow setting MAC address w/o reinitializing PHY

2006-01-25 Thread John W. Linville
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/2

Re: [PATCH] sky2: allow setting MAC address w/o reinitializing PHY

2006-01-25 Thread John W. Linville
On Wed, Jan 25, 2006 at 10:08:26AM -0500, John W. Linville wrote: > 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.