Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c53dfac2 authored by Joe Carnuccio's avatar Joe Carnuccio Committed by James Bottomley
Browse files

[SCSI] qla2xxx: Add 16Gb/s case to get port speed capability.

parent 1f93da52
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1933,6 +1933,9 @@ qla2x00_gpsc(scsi_qla_host_t *vha, sw_info_t *list)
			case BIT_11:
				list[i].fp_speed = PORT_SPEED_8GB;
				break;
			case BIT_10:
				list[i].fp_speed = PORT_SPEED_16GB;
				break;
			}

			ql_dbg(ql_dbg_disc, vha, 0x205b,