commit | 24bc3119424ac163c2f67e072c956f50e153d034 | [log] [tgz] |
---|---|---|
author | James Smart <jsmart2021@gmail.com> | Tue Jul 31 17:23:23 2018 -0700 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Thu Aug 02 15:45:19 2018 -0400 |
tree | baf8b7c6cd0be29871eae4176f166e855b2b7615 | |
parent | 2a5b7d626ed2256fd0ef0e799ebc6ef47b7bd283 [diff] |
scsi: lpfc: Correct LCB ACCept payload After memory allocation for the LCB response frame, the memory wasn't zero initialized, and not all fields are set. Thus garbage shows up in the payload. Fix by zeroing the memory at allocation. Also properly set the Capability field based on duration support. Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com> Signed-off-by: James Smart <james.smart@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>