aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fnic/vnic_devcmd.h
diff options
context:
space:
mode:
authorVenkata Siva Vijayendra Bhamidipati <vbhamidi@cisco.com>2010-02-16 12:15:44 -0800
committerJames Bottomley <James.Bottomley@suse.de>2010-02-17 17:43:49 -0600
commitaaa5e569ca96f5cf70202679a5864e60798b8ef6 (patch)
tree198c37cf6307fd972436e80dc2b9dffdf4606fe8 /drivers/scsi/fnic/vnic_devcmd.h
parente9ee2cf438066aa02df98db959733e1547432983 (diff)
downloadkernel_samsung_smdk4412-aaa5e569ca96f5cf70202679a5864e60798b8ef6.zip
kernel_samsung_smdk4412-aaa5e569ca96f5cf70202679a5864e60798b8ef6.tar.gz
kernel_samsung_smdk4412-aaa5e569ca96f5cf70202679a5864e60798b8ef6.tar.bz2
[SCSI] fnic: Allow multicast and unicast address registrations for fnic
To enable FIP support in fnic, we have to register with hardware to receive FIP solication frames on a well-known multicast address. Before FIP support, the firmware interface allowed multicast address registrations only for enic devices. This is a minor change in fnic to allow the firmware interface to now register mcast addresses for fnic too. Signed-off-by: Brian Uchino <buchino@cisco.com> Signed-off-by: Herman Lee <hermlee@cisco.com> Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/fnic/vnic_devcmd.h')
-rw-r--r--drivers/scsi/fnic/vnic_devcmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/fnic/vnic_devcmd.h b/drivers/scsi/fnic/vnic_devcmd.h
index d62b906..7c9ccbd 100644
--- a/drivers/scsi/fnic/vnic_devcmd.h
+++ b/drivers/scsi/fnic/vnic_devcmd.h
@@ -94,7 +94,7 @@ enum vnic_devcmd_cmd {
CMD_STATS_DUMP = _CMDC(_CMD_DIR_WRITE, _CMD_VTYPE_ALL, 4),
/* set Rx packet filter: (u32)a0=filters (see CMD_PFILTER_*) */
- CMD_PACKET_FILTER = _CMDCNW(_CMD_DIR_WRITE, _CMD_VTYPE_ENET, 7),
+ CMD_PACKET_FILTER = _CMDCNW(_CMD_DIR_WRITE, _CMD_VTYPE_ALL, 7),
/* hang detection notification */
CMD_HANG_NOTIFY = _CMDC(_CMD_DIR_NONE, _CMD_VTYPE_ALL, 8),