Changes in uspace/srv/hw/netif/ne2000/dp8390.c [f902d36:c7bbf029] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/netif/ne2000/dp8390.c
rf902d36 rc7bbf029 53 53 #include <byteorder.h> 54 54 #include <errno.h> 55 #include <stdio.h> 55 56 #include <libarch/ddi.h> 56 57 #include <net/packet.h> … … 391 392 392 393 if ((size < ETH_MIN_PACK_SIZE) || (size > ETH_MAX_PACK_SIZE_TAGGED)) { 394 fibril_mutex_unlock(&ne2k->sq_mutex); 393 395 fprintf(stderr, "%s: Frame dropped (invalid size %zu bytes)\n", 394 396 NAME, size);
Note:
See TracChangeset
for help on using the changeset viewer.