iwlwifi: update iwl-commands.h for 3 stream support
[deliverable/linux.git] / drivers / net / hamradio / baycom_epp.c
index dde9c7e6408a79ad39e3ebceff726e4e35eb16e4..81a65e3a1c053fe070e9a3c8985ef6f909439801 100644 (file)
@@ -555,7 +555,6 @@ static void do_rxpacket(struct net_device *dev)
        memcpy(cp, bc->hdlcrx.buf, pktlen - 1);
        skb->protocol = ax25_type_trans(skb, dev);
        netif_rx(skb);
-       dev->last_rx = jiffies;
        bc->stats.rx_packets++;
 }
 
@@ -959,7 +958,7 @@ static int epp_close(struct net_device *dev)
        unsigned char tmp[1];
 
        bc->work_running = 0;
-       flush_scheduled_work();
+       cancel_delayed_work_sync(&bc->run_work);
        bc->stat = EPP_DCDBIT;
        tmp[0] = 0;
        pp->ops->epp_write_addr(pp, tmp, 1, 0);
This page took 0.025595 seconds and 5 git commands to generate.