[PATCH] scsi/ibmvscsi/srp.h: Fix a wrong type code used for SRP_LOGIN_REJ

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi James,

This patch fixes srp.h which uses 0x80 for SRP_LOGIN_REJ instead of 0xc2. Please apply.

Thanks,

Linda

Signed-off-by: Linda Xie <lxie@xxxxxxxxxx
diff -X ../dontdiff -purN large-sg/drivers/scsi/ibmvscsi/srp.h srp/drivers/scsi/ibmvscsi/srp.h
--- large-sg/drivers/scsi/ibmvscsi/srp.h	2005-06-24 17:32:27.000000000 -0500
+++ srp/drivers/scsi/ibmvscsi/srp.h	2005-07-15 17:36:45.000000000 -0500
@@ -35,7 +35,7 @@
 enum srp_types {
 	SRP_LOGIN_REQ_TYPE = 0x00,
 	SRP_LOGIN_RSP_TYPE = 0xC0,
-	SRP_LOGIN_REJ_TYPE = 0x80,
+	SRP_LOGIN_REJ_TYPE = 0xC2,
 	SRP_I_LOGOUT_TYPE = 0x03,
 	SRP_T_LOGOUT_TYPE = 0x80,
 	SRP_TSK_MGMT_TYPE = 0x01,

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux