Changeset a41b691 in mainline for uspace/lib/nic/src/nic_driver.c
- Timestamp:
- 2014-08-11T20:42:24Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2f11e6c9
- Parents:
- ee95794
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/nic/src/nic_driver.c
ree95794 ra41b691 47 47 #include <ops/nic.h> 48 48 #include <errno.h> 49 50 #include <io/log.h>51 49 52 50 #include "nic_driver.h" … … 438 436 int rc = nic_ev_addr_changed(nic_data->client_session, 439 437 address); 440 log_msg(LOG_DEFAULT, LVL_WARN, "rc=%d", rc);441 438 442 439 if (rc != EOK) { … … 531 528 /* Update statistics */ 532 529 fibril_rwlock_write_lock(&nic_data->stats_lock); 533 534 log_msg(LOG_DEFAULT, LVL_WARN, "nic_received_frame(), check=%d", check);535 530 536 531 if (nic_data->state == NIC_STATE_ACTIVE && check) {
Note:
See TracChangeset
for help on using the changeset viewer.