RTL driver update (still in progress)

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3346 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-03-06 13:55:20 +00:00
parent 22b6b6cbc2
commit 40a804582e
8 changed files with 788 additions and 49 deletions
+3 -3
View File
@@ -642,12 +642,12 @@ static int skel_rmmac(struct uip_driver_s *dev, FAR const uint8_t *mac)
int skel_initialize(int intf)
{
struct lpc17_driver_s *priv;
struct skel_driver_s *priv;
/* Get the interface structure associated with this interface number. */
DEBUGASSERT(inf < ONFIG_skeleton_NINTERFACES);
priv = &g_ethdrvr[intf];
DEBUGASSERT(inf < CONFIG_skeleton_NINTERFACES);
priv = &g_skel[intf];
/* Check if a Ethernet chip is recognized at its I/O base */
File diff suppressed because it is too large Load Diff