netdev: pass the stuck queue to the timeout handler
[linux-2.6-microblaze.git] / net / bluetooth / bnep / netdev.c
index 1d4d7d4..cc1cff6 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);