diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_mbox.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_mbox.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_mbox.c b/drivers/scsi/lpfc/lpfc_mbox.c index df88b78707de..c585e2b2e589 100644 --- a/drivers/scsi/lpfc/lpfc_mbox.c +++ b/drivers/scsi/lpfc/lpfc_mbox.c | |||
@@ -195,6 +195,9 @@ lpfc_init_link(struct lpfc_hba * phba, | |||
195 | mb->un.varInitLnk.link_flags = FLAGS_TOPOLOGY_MODE_PT_PT; | 195 | mb->un.varInitLnk.link_flags = FLAGS_TOPOLOGY_MODE_PT_PT; |
196 | mb->un.varInitLnk.link_flags |= FLAGS_TOPOLOGY_FAILOVER; | 196 | mb->un.varInitLnk.link_flags |= FLAGS_TOPOLOGY_FAILOVER; |
197 | break; | 197 | break; |
198 | case FLAGS_LOCAL_LB: | ||
199 | mb->un.varInitLnk.link_flags = FLAGS_LOCAL_LB; | ||
200 | break; | ||
198 | } | 201 | } |
199 | 202 | ||
200 | /* NEW_FEATURE | 203 | /* NEW_FEATURE |