ramips: fix ethernet vlan tx offload support check

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44115 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2015-01-24 22:45:10 +00:00
parent 18a39c2b19
commit a5dd4efc77

View file

@ -484,7 +484,7 @@ static int fe_vlan_rx_add_vid(struct net_device *dev,
u32 vlan_cfg; u32 vlan_cfg;
if (!((fe_reg_table[FE_REG_FE_DMA_VID_BASE]) && if (!((fe_reg_table[FE_REG_FE_DMA_VID_BASE]) &&
(dev->features | NETIF_F_HW_VLAN_CTAG_TX))) (dev->features & NETIF_F_HW_VLAN_CTAG_TX)))
return 0; return 0;
if (test_bit(idx, &priv->vlan_map)) { if (test_bit(idx, &priv->vlan_map)) {