commit | 88edf74610bd894b93438f389688bc8b4a2d3414 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@steeleye.com> | Wed Sep 06 17:36:13 2006 -0500 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Thu Sep 07 12:41:16 2006 -0500 |
tree | 5f22ad465f07a8eda5576185db2e24ac7797d68a | |
parent | b4620233d6a3510564c561a5a2a365a1d8a34b68 [diff] |
[SCSI] SAS: consolidate linkspeed definitions At the moment we have two separate linkspeed enumerations covering roughly the same values. This patch consolidates on a single one enum sas_linkspeed in scsi_transport_sas.h and uses it everywhere in the aic94xx driver. Eventually I'll get around to removing the duplicated fields in asd_sas_phy and sas_phy ... Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>