diff options
author | Anirban Chakraborty <anirban.chakraborty@qlogic.com> | 2009-06-03 12:55:16 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-06-08 15:46:39 -0400 |
commit | 40859ae5f13534624cc35a05179b4f93ecbf531a (patch) | |
tree | 2023f47deed9d145c2a63ee77085ac2e8c90b798 /drivers/scsi/qla2xxx/qla_def.h | |
parent | 1b91a2e6712393cffc33eeff5cf857f7d5b62fed (diff) |
[SCSI] qla2xxx: Correct queue-creation bug when driver loaded in QoS mode.
Signed-off-by: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index bb6bfd7b35f3..4e846ae928aa 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -2545,7 +2545,6 @@ struct qla_hw_data { | |||
2545 | uint16_t num_vsans; /* number of vsan created */ | 2545 | uint16_t num_vsans; /* number of vsan created */ |
2546 | uint16_t max_npiv_vports; /* 63 or 125 per topoloty */ | 2546 | uint16_t max_npiv_vports; /* 63 or 125 per topoloty */ |
2547 | int cur_vport_count; | 2547 | int cur_vport_count; |
2548 | uint16_t flex_port_count; | ||
2549 | 2548 | ||
2550 | struct qla_chip_state_84xx *cs84xx; | 2549 | struct qla_chip_state_84xx *cs84xx; |
2551 | struct qla_statistics qla_stats; | 2550 | struct qla_statistics qla_stats; |