Changeset 84239b1 in mainline for uspace/lib/nic/src
- Timestamp:
- 2018-03-11T19:39:11Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f3d47c97
- Parents:
- 850fd32
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/nic/src/nic_driver.c
r850fd32 r84239b1 389 389 *period = nic_data->poll_period; 390 390 return nic_data->poll_mode; 391 } ;391 } 392 392 393 393 /** Inform the NICF about poll mode … … 487 487 488 488 memcpy(addr, &nic_data->mac, sizeof(nic_address_t)); 489 } ;489 } 490 490 491 491 /**
Note:
See TracChangeset
for help on using the changeset viewer.