scsi: qla2xxx: Fix wrong FDMI data for 64G adapter
authorBikash Hazarika <bhazarika@marvell.com>
Mon, 10 Jan 2022 05:02:09 +0000 (21:02 -0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 25 Jan 2022 04:57:31 +0000 (23:57 -0500)
Corrected transmission speed mask values for FC.

Supported Speed: 16 32 20 Gb/s ===> Should be 64 instead of 20
Supported Speed: 16G 32G 48G   ===> Should be 64G instead of 48G

Link: https://lore.kernel.org/r/20220110050218.3958-9-njavali@marvell.com
Cc: stable@vger.kernel.org
Reviewed-by: Himanshu Madhani <himanshu.madhani@oracle.com>
Signed-off-by: Bikash Hazarika <bhazarika@marvell.com>
Signed-off-by: Nilesh Javali <njavali@marvell.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qla2xxx/qla_def.h

index a5fc01b..bc0c5df 100644 (file)
@@ -2891,7 +2891,11 @@ struct ct_fdmi2_hba_attributes {
 #define FDMI_PORT_SPEED_8GB            0x10
 #define FDMI_PORT_SPEED_16GB           0x20
 #define FDMI_PORT_SPEED_32GB           0x40
-#define FDMI_PORT_SPEED_64GB           0x80
+#define FDMI_PORT_SPEED_20GB           0x80
+#define FDMI_PORT_SPEED_40GB           0x100
+#define FDMI_PORT_SPEED_128GB          0x200
+#define FDMI_PORT_SPEED_64GB           0x400
+#define FDMI_PORT_SPEED_256GB          0x800
 #define FDMI_PORT_SPEED_UNKNOWN                0x8000
 
 #define FC_CLASS_2     0x04