diff options
author | James Smart <james.smart@emulex.com> | 2012-09-29 11:30:06 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-10-08 11:55:41 +0100 |
commit | 5402a3158118ff3c67376f5fca7ad0da68e3ba0e (patch) | |
tree | 715645a67eb168a984a5be355e2ca15bcb4cc645 /drivers/scsi/lpfc/lpfc.h | |
parent | 82c3e9bafa25f287e20f097258a630ecd2877c5b (diff) | |
download | linux-5402a3158118ff3c67376f5fca7ad0da68e3ba0e.tar.bz2 |
[SCSI] lpfc 8.3.35: Fixed Linux generic firmware download on SLI4 devices with longer module names
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index a184c2443a64..69b59935b53f 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h @@ -27,6 +27,8 @@ struct lpfc_sli2_slim; +#define ELX_MODEL_NAME_SIZE 80 + #define LPFC_PCI_DEV_LP 0x1 #define LPFC_PCI_DEV_OC 0x2 |