alistair23-linux/drivers/scsi/be2iscsi
John Soni Jose df5d0e6ee9 [SCSI] be2iscsi: Format the MAC_ADDR with sysfs_format_mac.
The MAC_ADDR stored in driver private structure is of
unsigned char data type but strlcpy parameters is of
signed char data type. This conversion of data types
lead to change in the value.This changed value is passed
to the upper layer and junk characters were displayed
when "iscsiadm -m iface" command was run.

In case of iSCSI boot, since the the MAC_ADDR was coming
junk the boot was also not working

Signed-off-by: John Soni Jose <sony.john-n@emulex.com>
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
2012-09-14 17:59:27 +01:00
..
be.h [SCSI] be2iscsi: Remove unused OFFSET_IN_PAGE() macro 2012-04-23 19:28:02 +01:00
be_cmds.c [SCSI] be2iscsi: Added Logging mechanism for the driver. 2012-09-14 17:59:27 +01:00
be_cmds.h [SCSI] be2iscsi: Issue MBX Cmd for login to boot target in crashdump mode 2012-09-14 17:59:26 +01:00
be_iscsi.c [SCSI] be2iscsi: Format the MAC_ADDR with sysfs_format_mac. 2012-09-14 17:59:27 +01:00
be_iscsi.h [SCSI] be2iscsi: adding functionality to change network settings using iscsiadm 2012-04-25 09:35:31 +01:00
be_main.c [SCSI] be2iscsi: Added Logging mechanism for the driver. 2012-09-14 17:59:27 +01:00
be_main.h [SCSI] be2iscsi: Added Logging mechanism for the driver. 2012-09-14 17:59:27 +01:00
be_mgmt.c [SCSI] be2iscsi: Added Logging mechanism for the driver. 2012-09-14 17:59:27 +01:00
be_mgmt.h [SCSI] be2iscsi: Issue MBX Cmd for login to boot target in crashdump mode 2012-09-14 17:59:26 +01:00
Kconfig
Makefile