aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/qlcnic/qlcnic.h
diff options
context:
space:
mode:
authorRajesh Borundia <rajesh.borundia@qlogic.com>2010-10-07 23:46:09 +0000
committerDavid S. Miller <davem@davemloft.net>2010-10-08 13:59:10 -0700
commitee07c1a70117fe93cf71686d481791c2498f80d2 (patch)
treef275d7b88a23a48257b0941ca69b9809a16cc9b7 /drivers/net/qlcnic/qlcnic.h
parentqlcnic: fix board description (diff)
downloadlinux-dev-ee07c1a70117fe93cf71686d481791c2498f80d2.tar.xz
linux-dev-ee07c1a70117fe93cf71686d481791c2498f80d2.zip
qlcnic: fix promiscous mode for VF
o Allow promiscous mode setting for VF's depending upon the configuration. Signed-off-by: Rajesh Borundia <rajesh.borundia@qlogic.com> Signed-off-by: Amit Kumar Salecha <amit.salecha@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/qlcnic/qlcnic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/qlcnic/qlcnic.h b/drivers/net/qlcnic/qlcnic.h
index 46a54b3ccea6..4025e203e8ae 100644
--- a/drivers/net/qlcnic/qlcnic.h
+++ b/drivers/net/qlcnic/qlcnic.h
@@ -920,6 +920,7 @@ struct qlcnic_ipaddr {
#define QLCNIC_TAGGING_ENABLED 0x100
#define QLCNIC_MACSPOOF 0x200
#define QLCNIC_MAC_OVERRIDE_DISABLED 0x400
+#define QLCNIC_PROMISC_DISABLED 0x800
#define QLCNIC_IS_MSI_FAMILY(adapter) \
((adapter)->flags & (QLCNIC_MSI_ENABLED | QLCNIC_MSIX_ENABLED))