mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 00:38:55 +00:00
[SCSI] qla2xxx: Correct FC4 feature assignment during RFF_ID.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
parent
dad9c8c15d
commit
9403688e9b
@ -538,6 +538,7 @@ qla2x00_rff_id(scsi_qla_host_t *ha)
|
||||
ct_req->req.rff_id.port_id[1] = ha->d_id.b.area;
|
||||
ct_req->req.rff_id.port_id[2] = ha->d_id.b.al_pa;
|
||||
|
||||
ct_req->req.rff_id.fc4_feature = BIT_1;
|
||||
ct_req->req.rff_id.fc4_type = 0x08; /* SCSI - FCP */
|
||||
|
||||
/* Execute MS IOCB */
|
||||
|
Loading…
x
Reference in New Issue
Block a user