From fddb234e576e1c12946e600a8d010652d5d60dd5 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 16 Aug 2014 15:04:09 -0600 Subject: More of the PHY event notification logic change: Fix some compile errors when full feature is enabled; Add some missing ioctol logic --- nuttx/include/net/if.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/include') diff --git a/nuttx/include/net/if.h b/nuttx/include/net/if.h index c9ffc0709..e05cc7869 100644 --- a/nuttx/include/net/if.h +++ b/nuttx/include/net/if.h @@ -138,7 +138,7 @@ struct ifreq int ifru_count; /* Number of devices */ int ifru_mtu; /* MTU size */ uint8_t ifru_flags; /* Interface flags */ - struct mii_iotcl_notify_s llfru_mii_notify; /* PHY event notification */ + struct mii_iotcl_notify_s ifru_mii_notify; /* PHY event notification */ struct mii_ioctl_data_s ifru_mii_data; /* MII request data */ } ifr_ifru; }; -- cgit v1.2.3