Add untested support for UNDI transmit and receive.

This commit is contained in:
Michael Brown
2007-07-02 20:05:58 +01:00
parent e42eba4af4
commit 332614a382
7 changed files with 199 additions and 118 deletions

View File

@@ -281,8 +281,7 @@ static int arp_rx ( struct io_buffer *iobuf, struct net_device *netdev,
*
* This operation is meaningless for the ARP protocol.
*/
static const char *
arp_ntoa ( const void *net_addr __attribute__ (( unused )) ) {
static const char * arp_ntoa ( const void *net_addr __unused ) {
return "<ARP>";
}