From 683a2ef3b56c3b87354a612aa040275e3f6a6146 Mon Sep 17 00:00:00 2001 From: xuxuehai Date: Tue, 9 Sep 2025 11:11:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=91=8A=E8=AD=A6=E6=95=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xuxuehai --- adapter/khdf/linux/model/usb/host/src/usb_net_adapter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adapter/khdf/linux/model/usb/host/src/usb_net_adapter.c b/adapter/khdf/linux/model/usb/host/src/usb_net_adapter.c index b8957f550..72ae0facf 100755 --- a/adapter/khdf/linux/model/usb/host/src/usb_net_adapter.c +++ b/adapter/khdf/linux/model/usb/host/src/usb_net_adapter.c @@ -573,10 +573,10 @@ static netdev_tx_t UsbnetAdapterStartXmit(SkBuff *skb, NetDevice *net) { HARCH_NET_INFO_PRINT ("netif_running=%d, netif_device_present=%d, netif_carrier_ok=%d", netif_running(net), netif_device_present(net), netif_carrier_ok(net)); - HARCH_NET_INFO_PRINT ("skb->data = %x, len = %d", skb->data, skb->len); struct UsbnetAdapter *usbNet = netdev_priv(net); //1.time tamp if (skb) { + HARCH_NET_INFO_PRINT ("skb->data = %x, len = %d", skb->data, skb->len); skb_tx_timestamp(skb); } //2.fix up -- Gitee