Comment 1 for bug 2007070

Revision history for this message
Nilesh Javali (njavali) wrote :

Upstream commit details that fixes this issue,

commit 1cfbbacbee2d6ea3816386a483e3c7a96e5bd657
Author: Bikash Hazarika <email address hidden>
Date: Sun Jan 9 21:02:09 2022 -0800

    scsi: qla2xxx: Fix wrong FDMI data for 64G adapter

    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://<email address hidden>
    Cc: <email address hidden>
    Reviewed-by: Himanshu Madhani <email address hidden>
    Signed-off-by: Bikash Hazarika <email address hidden>
    Signed-off-by: Nilesh Javali <email address hidden>
    Signed-off-by: Martin K. Petersen <email address hidden>