commit | e4771ec3c8a03af43dea01538fdd50d8a3e9b3eb | [log] [tgz] |
---|---|---|
author | James Smart <jsmart2021@gmail.com> | Tue Mar 12 16:30:24 2019 -0700 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Tue Mar 19 13:15:09 2019 -0400 |
tree | e578822b63d98bbc6c3878a98765c073a9aa9633 | |
parent | b3b4f3e1d575fe142fd437158425c2359b695ff1 [diff] |
scsi: lpfc: Fix protocol support on G6 and G7 adapters Invalid test is allowing Loop to be a supported topology on G6 and G7 adapters. The chips do not support loop as their link speeds prohibit loop per standard. Correct the conditional so that loop is not reported. Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com> Signed-off-by: James Smart <jsmart2021@gmail.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>