projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6d24eb
)
enic: Do not advertise NETIF_F_HW_VLAN_RX
author
Vasanthy Kolluri
<
[email protected]
>
Thu, 18 Mar 2010 16:19:54 +0000
(16:19 +0000)
committer
David S. Miller
<
[email protected]
>
Fri, 19 Mar 2010 04:22:48 +0000
(21:22 -0700)
Hardware does not honor vlan filters from the host and so the driver does
not need to advertise this.
Signed-off-by: Scott Feldman <
[email protected]
>
Signed-off-by: Vasanthy Kolluri <
[email protected]
>
Signed-off-by: Roopa Prabhu <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/enic/enic_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/enic/enic_main.c
b/drivers/net/enic/enic_main.c
index cf098bb636b802a48e0187218744e6461173d4ec..18c043a3f4617574b81d1275a135c8b618adc121 100644
(file)
--- a/
drivers/net/enic/enic_main.c
+++ b/
drivers/net/enic/enic_main.c
@@
-2058,8
+2058,7
@@
static int __devinit enic_probe(struct pci_dev *pdev,
netdev->watchdog_timeo = 2 * HZ;
netdev->ethtool_ops = &enic_ethtool_ops;
- netdev->features |= NETIF_F_HW_VLAN_TX |
- NETIF_F_HW_VLAN_RX | NETIF_F_HW_VLAN_FILTER;
+ netdev->features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX;
if (ENIC_SETTING(enic, TXCSUM))
netdev->features |= NETIF_F_SG | NETIF_F_HW_CSUM;
if (ENIC_SETTING(enic, TSO))