commit | 5e4f8fe7b58f4da5043b7f219fe9193cddd9262e | [log] [tgz] |
---|---|---|
author | Robert Love <robert.w.love@intel.com> | Fri May 07 15:18:35 2010 -0700 |
committer | James Bottomley <James.Bottomley@suse.de> | Sun May 16 22:22:32 2010 -0400 |
tree | 4148ed9a37568f3734158415132354940af9b800 | |
parent | d29510a2968f87eaf455c606cd8802b6f8a0774b [diff] |
[SCSI] fcoe: move link speed checking into its own routine It doesn't make sense to update the link speed in the is_link_ok() routine. Move it to it's own routine and acquire the device speed when we're configuring the device initially as well as if there are any netdev events received. Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>