diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_gs.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_gs.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_gs.c b/drivers/scsi/qla2xxx/qla_gs.c index 3128f80441f5..05260d25fe46 100644 --- a/drivers/scsi/qla2xxx/qla_gs.c +++ b/drivers/scsi/qla2xxx/qla_gs.c | |||
@@ -5,6 +5,7 @@ | |||
5 | * See LICENSE.qla2xxx for copyright and licensing details. | 5 | * See LICENSE.qla2xxx for copyright and licensing details. |
6 | */ | 6 | */ |
7 | #include "qla_def.h" | 7 | #include "qla_def.h" |
8 | #include "qla_target.h" | ||
8 | 9 | ||
9 | static int qla2x00_sns_ga_nxt(scsi_qla_host_t *, fc_port_t *); | 10 | static int qla2x00_sns_ga_nxt(scsi_qla_host_t *, fc_port_t *); |
10 | static int qla2x00_sns_gid_pt(scsi_qla_host_t *, sw_info_t *); | 11 | static int qla2x00_sns_gid_pt(scsi_qla_host_t *, sw_info_t *); |
@@ -556,7 +557,8 @@ qla2x00_rff_id(scsi_qla_host_t *vha) | |||
556 | ct_req->req.rff_id.port_id[1] = vha->d_id.b.area; | 557 | ct_req->req.rff_id.port_id[1] = vha->d_id.b.area; |
557 | ct_req->req.rff_id.port_id[2] = vha->d_id.b.al_pa; | 558 | ct_req->req.rff_id.port_id[2] = vha->d_id.b.al_pa; |
558 | 559 | ||
559 | ct_req->req.rff_id.fc4_feature = BIT_1; | 560 | qlt_rff_id(vha, ct_req); |
561 | |||
560 | ct_req->req.rff_id.fc4_type = 0x08; /* SCSI - FCP */ | 562 | ct_req->req.rff_id.fc4_type = 0x08; /* SCSI - FCP */ |
561 | 563 | ||
562 | /* Execute MS IOCB */ | 564 | /* Execute MS IOCB */ |