diff options
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c index ab255fbc7f36..8f894e410b5d 100644 --- a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c +++ b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c | |||
@@ -679,6 +679,9 @@ static void bnx2fc_link_speed_update(struct fc_lport *lport) | |||
679 | case SPEED_1000: | 679 | case SPEED_1000: |
680 | lport->link_speed = FC_PORTSPEED_1GBIT; | 680 | lport->link_speed = FC_PORTSPEED_1GBIT; |
681 | break; | 681 | break; |
682 | case SPEED_2500: | ||
683 | lport->link_speed = FC_PORTSPEED_2GBIT; | ||
684 | break; | ||
682 | case SPEED_10000: | 685 | case SPEED_10000: |
683 | lport->link_speed = FC_PORTSPEED_10GBIT; | 686 | lport->link_speed = FC_PORTSPEED_10GBIT; |
684 | break; | 687 | break; |