forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/net/bluetooth/bnep/netdev.c
....@@ -112,7 +112,7 @@
112112 return 0;
113113 }
114114
115
-static void bnep_net_timeout(struct net_device *dev)
115
+static void bnep_net_timeout(struct net_device *dev, unsigned int txqueue)
116116 {
117117 BT_DBG("net_timeout");
118118 netif_wake_queue(dev);