diff options
Diffstat (limited to 'drivers/scsi/qla4xxx/ql4_os.c')
-rw-r--r-- | drivers/scsi/qla4xxx/ql4_os.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ql4_os.c index ce20dab75369..ba6a8f3ee6fa 100644 --- a/drivers/scsi/qla4xxx/ql4_os.c +++ b/drivers/scsi/qla4xxx/ql4_os.c | |||
@@ -718,7 +718,7 @@ static void qla4xxx_set_ipv6(struct scsi_qla_host *ha, | |||
718 | qla4xxx_destroy_ipv6_iface(ha); | 718 | qla4xxx_destroy_ipv6_iface(ha); |
719 | } | 719 | } |
720 | break; | 720 | break; |
721 | case ISCSI_NET_PARAM_VLAN_ID: | 721 | case ISCSI_NET_PARAM_VLAN_TAG: |
722 | if (iface_param->len != sizeof(init_fw_cb->ipv6_vlan_tag)) | 722 | if (iface_param->len != sizeof(init_fw_cb->ipv6_vlan_tag)) |
723 | break; | 723 | break; |
724 | init_fw_cb->ipv6_vlan_tag = | 724 | init_fw_cb->ipv6_vlan_tag = |
@@ -790,7 +790,7 @@ static void qla4xxx_set_ipv4(struct scsi_qla_host *ha, | |||
790 | qla4xxx_destroy_ipv4_iface(ha); | 790 | qla4xxx_destroy_ipv4_iface(ha); |
791 | } | 791 | } |
792 | break; | 792 | break; |
793 | case ISCSI_NET_PARAM_VLAN_ID: | 793 | case ISCSI_NET_PARAM_VLAN_TAG: |
794 | if (iface_param->len != sizeof(init_fw_cb->ipv4_vlan_tag)) | 794 | if (iface_param->len != sizeof(init_fw_cb->ipv4_vlan_tag)) |
795 | break; | 795 | break; |
796 | init_fw_cb->ipv4_vlan_tag = | 796 | init_fw_cb->ipv4_vlan_tag = |