diff options
author | James Smart <james.smart@emulex.com> | 2012-09-29 19:32:37 +0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-10-08 15:14:41 +0400 |
commit | 8b68cd5258225ca77f7595ed2e310d692dc3ee31 (patch) | |
tree | 9c372e951944e3f1e92f58b461d08e2e211ce05a /drivers/scsi/lpfc/lpfc_sli4.h | |
parent | 2eb6862aaf7ea0685c997d833c3890dae2f94a62 (diff) | |
download | linux-8b68cd5258225ca77f7595ed2e310d692dc3ee31.tar.xz |
[SCSI] lpfc 8.3.35: Fixed not reporting logical link speed to SCSI midlayer when QoS not on
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_sli4.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli4.h b/drivers/scsi/lpfc/lpfc_sli4.h index 613f581faf94..f44a06a4c6e7 100644 --- a/drivers/scsi/lpfc/lpfc_sli4.h +++ b/drivers/scsi/lpfc/lpfc_sli4.h @@ -168,7 +168,7 @@ struct lpfc_queue { }; struct lpfc_sli4_link { - uint8_t speed; + uint16_t speed; uint8_t duplex; uint8_t status; uint8_t type; |