diff options
Diffstat (limited to 'sys/dev/pci/if_ix.h')
-rw-r--r-- | sys/dev/pci/if_ix.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ix.h b/sys/dev/pci/if_ix.h index 753a2bfb78a..eed41f3ee84 100644 --- a/sys/dev/pci/if_ix.h +++ b/sys/dev/pci/if_ix.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ix.h,v 1.34 2019/04/10 09:55:02 dlg Exp $ */ +/* $OpenBSD: if_ix.h,v 1.35 2020/02/28 04:59:07 deraadt Exp $ */ /****************************************************************************** @@ -244,7 +244,7 @@ struct ix_softc { uint32_t shadow_vfta[IXGBE_VFTA_SIZE]; /* Info about the interface */ - uint64_t optics; + uint64_t phy_layer; uint32_t fc; /* local flow ctrl setting */ uint16_t max_frame_size; uint16_t num_segs; |