]> err.no Git - linux-2.6/blobdiff - drivers/scsi/ibmvscsi/srp.h
[SCSI] scsi/ibmvscsi/srp.h: Fix a wrong type code used for SRP_LOGIN_REJ
[linux-2.6] / drivers / scsi / ibmvscsi / srp.h
index e952c1cd9740d18ca206846fb9e2a053d4e2a79a..7d8e4c4accb9571260d1921fe05fa31cdc1afd87 100644 (file)
 #ifndef SRP_H
 #define SRP_H
 
+#define SRP_VERSION "16.a"
+
 #define PACKED __attribute__((packed))
 
 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,