forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
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);