Changeset 84239b1 in mainline for uspace/lib/nic/src


Ignore:
Timestamp:
2018-03-11T19:39:11Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f3d47c97
Parents:
850fd32
Message:

And there was much fixing.

File:
1 edited

Legend:

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

    r850fd32 r84239b1  
    389389                *period = nic_data->poll_period;
    390390        return nic_data->poll_mode;
    391 };
     391}
    392392
    393393/** Inform the NICF about poll mode
     
    487487
    488488        memcpy(addr, &nic_data->mac, sizeof(nic_address_t));
    489 };
     489}
    490490
    491491/**
Note: See TracChangeset for help on using the changeset viewer.