drivers/net: Kill now superfluous ->last_rx stores.
[pandora-kernel.git] / drivers / net / hamradio / bpqether.c
index 74529c8..46f8f33 100644 (file)
@@ -230,7 +230,6 @@ static int bpq_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_ty
 
        skb->protocol = ax25_type_trans(skb, dev);
        netif_rx(skb);
-       dev->last_rx = jiffies;
 unlock:
 
        rcu_read_unlock();