]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[SCSI] fcoe: Fix setting lport's WWNN/WWPN to use san mac address
authorYi Zou <yi.zou@intel.com>
Tue, 3 Nov 2009 19:49:49 +0000 (11:49 -0800)
committerJames Bottomley <James.Bottomley@suse.de>
Fri, 4 Dec 2009 18:01:23 +0000 (12:01 -0600)
commit75ea89ef63d9ca37f190aebb7da061070005ac6e
tree83f9e6ffc8f465aec8653ef16fe94ee5eb31ea3d
parent5bab87e6d465d54a2b5899e0f583d42f00dbee2e
[SCSI] fcoe: Fix setting lport's WWNN/WWPN to use san mac address

We are still using netdev->dev_addr to generate lport's WWNN/WWPN even if the
LLD has support for NETDEV_HW_ADDR_T_SAN. Instead, we should just use the
fip->ctl_src_addr, which is the NETDEV_HW_ADDR_T_SAN if LLD supports it or it
is just the netdev->dev_addr if it does not.

Signed-off-by: Yi Zou <yi.zou@intel.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