[SCSI] fcoe: call fcoe_ctlr_els_send even for ELS responses
authorJoe Eykholt <jeykholt@cisco.com>
Sat, 13 Mar 2010 00:07:52 +0000 (16:07 -0800)
committerJames Bottomley <James.Bottomley@suse.de>
Sun, 11 Apr 2010 14:23:35 +0000 (09:23 -0500)
commit9860eeb49748df86e784fea09bb47ed6ae594383
tree365c960377bcbfeba7d42bdad590e0e6493e70f1
parent2f2ac4a0df8c4beee6e4057a69fa973b6040a573
[SCSI] fcoe: call fcoe_ctlr_els_send even for ELS responses

In point-to-point mode, the destination MAC address for
the FLOGI response was zero because the LS_ACC for the FLOGI
wasn't getting intercepted by FIP.

Change to call fcoe_ctlr_els_send when sending any ELS,
not just requests.

Signed-off-by: Joe Eykholt <jeykholt@cisco.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/fcoe/fcoe.c