diff options
Diffstat (limited to 'sys/dev/fatm/if_fatmvar.h')
| -rw-r--r-- | sys/dev/fatm/if_fatmvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fatm/if_fatmvar.h b/sys/dev/fatm/if_fatmvar.h index 8c550fefdd1d..697e91543bd7 100644 --- a/sys/dev/fatm/if_fatmvar.h +++ b/sys/dev/fatm/if_fatmvar.h @@ -185,7 +185,7 @@ struct card_vcc { * Finally the softc structure */ struct fatm_softc { - struct ifatm ifatm; /* common part */ + struct ifnet *ifp; /* common part */ struct mtx mtx; /* lock this structure */ struct ifmedia media; /* media */ |
