]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/at1700.c
rtl8180: adapt for deprecated IEEE80211_CONF_SHORT_SLOT_TIME flag
[karo-tx-linux.git] / drivers / net / at1700.c
index 18f7245818419c1c3efdb3e493a924ee7f2620f3..2d4b5c31652e0aae6a36cbd5459d724dba9dc55f 100644 (file)
@@ -767,7 +767,6 @@ net_rx(struct net_device *dev)
                        insw(ioaddr + DATAPORT, skb_put(skb,pkt_len), (pkt_len + 1) >> 1);
                        skb->protocol=eth_type_trans(skb, dev);
                        netif_rx(skb);
-                       dev->last_rx = jiffies;
                        dev->stats.rx_packets++;
                        dev->stats.rx_bytes += pkt_len;
                }