From: Jayamohan Kallickal Date: Sat, 6 Apr 2013 03:38:28 +0000 (-0700) Subject: [SCSI] be2iscsi: Fix displaying the FW Version from driver. X-Git-Tag: v3.10-rc1~3^2~1^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22661e25cca8bb780f79756e7a7e201b478f8c14;p=pandora-kernel.git [SCSI] be2iscsi: Fix displaying the FW Version from driver. The mgmt_hba_attributes structure declared was not proper and because of that the FW response returned for the MBX_CMD was not matching. This issue went unnoticed as mgmt_hba_attribs structure members were never used in the code path. This fix of displaying the FW version had to change the mgmt_hba_attrib structure also. The latest driver will also work with the older FW as the issue was in the driver declaration. Signed-off-by: John Soni Jose Signed-off-by: Jayamohan Kallickal Reviewed-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed