aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_core.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-11-03 22:01:07 -0800
committerDavid S. Miller <davem@davemloft.net>2008-11-03 22:01:07 -0800
commitd2ad3ca88da02baeccd5216780f1fe983c6953ba (patch)
tree62858c1c1f89cf4abe17f5e4e0812b1b528fbd18 /net/8021q/vlan_core.c
parentnetem: eliminate unneeded return values (diff)
downloadlinux-dev-d2ad3ca88da02baeccd5216780f1fe983c6953ba.tar.xz
linux-dev-d2ad3ca88da02baeccd5216780f1fe983c6953ba.zip
net/: Kill now superfluous ->last_rx stores.
The generic packet receive code takes care of setting netdev->last_rx when necessary, for the sake of the bonding ARP monitor. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/8021q/vlan_core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/8021q/vlan_core.c b/net/8021q/vlan_core.c
index 916061f681b6..118adef476c3 100644
--- a/net/8021q/vlan_core.c
+++ b/net/8021q/vlan_core.c
@@ -24,7 +24,6 @@ int __vlan_hwaccel_rx(struct sk_buff *skb, struct vlan_group *grp,
* due to congestion. */
return NET_RX_SUCCESS;
}
- skb->dev->last_rx = jiffies;
skb->vlan_tci = 0;
stats = &skb->dev->stats;