Changeset fe8dfa6 in mainline for uspace/srv/hw/netif/ne2000/ne2000.c


Ignore:
Timestamp:
2011-01-11T15:57:39Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
77429d3
Parents:
04aade50
Message:

networking: streamline NIL skeleton and NIL modules (nildummy, eth)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hw/netif/ne2000/ne2000.c

    r04aade50 rfe8dfa6  
    5151#include <net/device.h>
    5252#include <netif_skel.h>
    53 #include <nil_interface.h>
     53#include <nil_remote.h>
    5454#include "dp8390.h"
    5555
     
    346346        }
    347347       
    348         return EOK;
     348        return device->state;
    349349}
    350350
Note: See TracChangeset for help on using the changeset viewer.