Ignore:
File:
1 edited

Legend:

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

    rc7bbf029 rf902d36  
    5353#include <byteorder.h>
    5454#include <errno.h>
    55 #include <stdio.h>
    5655#include <libarch/ddi.h>
    5756#include <net/packet.h>
     
    392391       
    393392        if ((size < ETH_MIN_PACK_SIZE) || (size > ETH_MAX_PACK_SIZE_TAGGED)) {
    394                 fibril_mutex_unlock(&ne2k->sq_mutex);
    395393                fprintf(stderr, "%s: Frame dropped (invalid size %zu bytes)\n",
    396394                    NAME, size);
Note: See TracChangeset for help on using the changeset viewer.