summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/c5471
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-25 09:57:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-25 09:57:52 -0600
commitf1994c5a179ba323f3dc29de7bc4cbaadeb4a831 (patch)
tree75b8e166dc08ad3db0a271b10a61e321dba37357 /nuttx/arch/arm/src/c5471
parentc9165c6ab64da11033ddcb60e6dcbd72908be0bd (diff)
downloadnuttx-f1994c5a179ba323f3dc29de7bc4cbaadeb4a831.tar.gz
nuttx-f1994c5a179ba323f3dc29de7bc4cbaadeb4a831.tar.bz2
nuttx-f1994c5a179ba323f3dc29de7bc4cbaadeb4a831.zip
Rename ip_eth_hdr to eth_hdr_s
Diffstat (limited to 'nuttx/arch/arm/src/c5471')
-rw-r--r--nuttx/arch/arm/src/c5471/c5471_ethernet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/c5471/c5471_ethernet.c b/nuttx/arch/arm/src/c5471/c5471_ethernet.c
index 54628c6f1..8220d606b 100644
--- a/nuttx/arch/arm/src/c5471/c5471_ethernet.c
+++ b/nuttx/arch/arm/src/c5471/c5471_ethernet.c
@@ -270,7 +270,7 @@
/* This is a helper pointer for accessing the contents of the Ethernet header */
-#define BUF ((struct uip_eth_hdr *)c5471->c_dev.d_buf)
+#define BUF ((struct eth_hdr_s *)c5471->c_dev.d_buf)
/****************************************************************************
* Private Types