CAIF HSI is currently a virtual device. Stopping/starting the
queues is wrong on a virtual device.
Signed-off-by: Sjur Brændeland <sjur.brandeland@stericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
 
 static int cfhsi_open(struct net_device *dev)
 {
-       netif_wake_queue(dev);
-
        return 0;
 }
 
 static int cfhsi_close(struct net_device *dev)
 {
-       netif_stop_queue(dev);
-
        return 0;
 }
 
                        __func__, res);
                goto err_net_reg;
        }
-
-       netif_stop_queue(ndev);
-
        return res;
 
  err_net_reg:
 {
        u8 *tx_buf, *rx_buf, *flip_buf;
 
-       /* Stop TXing */
-       netif_tx_stop_all_queues(cfhsi->ndev);
-
        /* going to shutdown driver */
        set_bit(CFHSI_SHUTDOWN, &cfhsi->bits);