diff options
author | Rajesh Borundia <rajesh.borundia@qlogic.com> | 2010-10-08 03:46:09 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-10-09 00:59:10 +0400 |
commit | ee07c1a70117fe93cf71686d481791c2498f80d2 (patch) | |
tree | f275d7b88a23a48257b0941ca69b9809a16cc9b7 /drivers/net/qlcnic/qlcnic.h | |
parent | 6336acd5522b150e7695cb3b42221999b352baa5 (diff) | |
download | linux-ee07c1a70117fe93cf71686d481791c2498f80d2.tar.xz |
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 'drivers/net/qlcnic/qlcnic.h')
-rw-r--r-- | drivers/net/qlcnic/qlcnic.h | 1 |
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)) |