Changeset c3b25985 in mainline for uspace/lib/nic/src/nic_driver.c


Ignore:
Timestamp:
2014-08-05T21:43:50Z (10 years ago)
Author:
Agnieszka Tabaka <nufcia@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ee95794
Parents:
1f1fa64
Message:

Add support for actual MAC change in networking stack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/nic/src/nic_driver.c

    r1f1fa64 rc3b25985  
    532532        fibril_rwlock_write_lock(&nic_data->stats_lock);
    533533
     534        log_msg(LOG_DEFAULT, LVL_WARN, "nic_received_frame(), check=%d", check);
     535
    534536        if (nic_data->state == NIC_STATE_ACTIVE && check) {
    535537                nic_data->stats.receive_packets++;
Note: See TracChangeset for help on using the changeset viewer.