commit | 6a47330892e697ae27d2d56a3c4c7fec2015be93 | [log] [tgz] |
---|---|---|
author | Ron Mercer <ron.mercer@qlogic.com> | Thu Jul 02 06:06:12 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 03 19:10:46 2009 -0700 |
tree | 18dacc2ae53a0ee2250bacd1c35a4623d898f2bf | |
parent | 7fab3bfe08a2c5c4221685499ec4fef83ad82f83 [diff] |
qlge: Add/use function for link up/down. We need to set/clear the mac address register when the link goes up/down respectively. Without this both ports of a 2-port device can end up with the same mac address in a bonding scenario. The new ql_link_on() and ql_link_off() will also be used in handling certain firmware events. Signed-off-by: Ron Mercer <ron.mercer@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>