Module Name: src Committed By: jdolecek Date: Wed Apr 8 21:56:02 UTC 2020
Modified Files: src/sys/dev/pci: if_wm.c Log Message: fixup field names in previous To generate a diff of this commit: cvs rdiff -u -r1.671 -r1.672 src/sys/dev/pci/if_wm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/pci/if_wm.c diff -u src/sys/dev/pci/if_wm.c:1.671 src/sys/dev/pci/if_wm.c:1.672 --- src/sys/dev/pci/if_wm.c:1.671 Wed Apr 8 21:51:42 2020 +++ src/sys/dev/pci/if_wm.c Wed Apr 8 21:56:01 2020 @@ -1,4 +1,4 @@ -/* $NetBSD: if_wm.c,v 1.671 2020/04/08 21:51:42 jdolecek Exp $ */ +/* $NetBSD: if_wm.c,v 1.672 2020/04/08 21:56:01 jdolecek Exp $ */ /* * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc. @@ -82,7 +82,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.671 2020/04/08 21:51:42 jdolecek Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.672 2020/04/08 21:56:01 jdolecek Exp $"); #ifdef _KERNEL_OPT #include "opt_net_mpsafe.h" @@ -7403,7 +7403,7 @@ wm_tx_offload(struct wm_softc *sc, struc default: /* Don't support this protocol or encapsulation. */ - txq->txq_last_hw_cmd = txq->last_hw_fields = 0; + txq->txq_last_hw_cmd = txq->txq_last_hw_fields = 0; txq->txq_last_hw_ipcs = 0; txq->txq_last_hw_tucs = 0; *fieldsp = 0; @@ -7882,8 +7882,8 @@ retry: continue; } } else { - txq->txq_last_hw_cmd = txq->last_hw_fields = 0; - txq->txq_last_hw_ipcs = txq->last_hw_tucs = 0; + txq->txq_last_hw_cmd = txq->txq_last_hw_fields = 0; + txq->txq_last_hw_ipcs = txq->txq_last_hw_tucs = 0; cksumcmd = 0; cksumfields = 0; }