Associate address with network driver; implement ioctl calls to set addresses

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@345 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-09-16 22:12:04 +00:00
parent 87743cdc8e
commit d69acf31de
28 changed files with 893 additions and 429 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ endif
endif
NETDEV_ASRCS =
NETDEV_CSRCS = netdev-register.c netdev-ioctl.c netdev-find.c
NETDEV_CSRCS = netdev-register.c netdev-ioctl.c netdev-find.c netdev-count.c
include uip/Make.defs
endif