mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ramips: fix ethernet vlan tx offload support check when delete
Signed-off-by: michael lee <igvtee@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45893 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -514,7 +514,7 @@ static int fe_vlan_rx_kill_vid(struct net_device *dev,
|
||||
u32 idx = (vid & 0xf);
|
||||
|
||||
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;
|
||||
|
||||
clear_bit(idx, &priv->vlan_map);
|
||||
|
||||
Reference in New Issue
Block a user