diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2007-08-13 10:13:18 -0700 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-08-15 13:03:20 -0500 |
commit | a3cbdfad15dee42eb2d17d28fd36447082278dc9 (patch) | |
tree | 04c34158a6549adadd11a07bc1ca3087605830d5 /drivers/scsi/qla2xxx/qla_def.h | |
parent | 02d638b4b72af9ee617831066d6245c882da1ee0 (diff) |
[SCSI] qla2xxx: Correct 8GB iIDMA support.
Original implementation manipulated the FC_GS values for
port-speed. Transition the codes to use the driver's own
internal representations as this makes for a reduction in
duplicate 'conversion' codes throughout the driver.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index 27ae3a532a5..c1964866a42 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h @@ -1502,7 +1502,6 @@ typedef struct { uint8_t node_name[WWN_SIZE]; uint8_t port_name[WWN_SIZE]; uint8_t fabric_port_name[WWN_SIZE]; - uint16_t fp_speeds; uint16_t fp_speed; } sw_info_t; |