Changeset 4c5deac in mainline
- Timestamp:
- 2016-03-24T21:34:38Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1558d85
- Parents:
- 485dacd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/nic/src/nic_driver.c
r485dacd r4c5deac 485 485 if (!addr) 486 486 return; 487 if (!nic_data)488 memset(addr, 0, sizeof(nic_address_t));489 487 490 488 memcpy(addr, &nic_data->mac, sizeof(nic_address_t));
Note:
See TracChangeset
for help on using the changeset viewer.