diff options
Diffstat (limited to 'sys/pci/if_tlreg.h')
-rw-r--r-- | sys/pci/if_tlreg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_tlreg.h b/sys/pci/if_tlreg.h index a8d3128b8fec7..792ba704a27f3 100644 --- a/sys/pci/if_tlreg.h +++ b/sys/pci/if_tlreg.h @@ -109,7 +109,7 @@ struct tl_chain_data { }; struct tl_softc { - struct arpcom arpcom; /* interface info */ + struct ifnet *tl_ifp; struct ifmedia ifmedia; /* media info */ bus_space_handle_t tl_bhandle; bus_space_tag_t tl_btag; |