netdev: pass the stuck queue to the timeout handler
[sfrench/cifs-2.6.git] / net / bluetooth / bnep / netdev.c
index 1d4d7d415730a6b6063def95a1c99861c7a4536b..cc1cff63194f0666fa8294b96269c75589d41fd3 100644 (file)
@@ -112,7 +112,7 @@ static int bnep_net_set_mac_addr(struct net_device *dev, void *arg)
        return 0;
 }
 
-static void bnep_net_timeout(struct net_device *dev)
+static void bnep_net_timeout(struct net_device *dev, unsigned int txqueue)
 {
        BT_DBG("net_timeout");
        netif_wake_queue(dev);