Changes in uspace/srv/net/ethip/ethip_nic.c [feeac0d:695b6ff] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/ethip/ethip_nic.c
rfeeac0d r695b6ff 202 202 } 203 203 204 rc = nic_broadcast_set_mode(nic->sess, NIC_BROADCAST_ACCEPTED); 205 if (rc != EOK) { 206 log_msg(LOG_DEFAULT, LVL_ERROR, "Error enabling " 207 "reception of broadcast frames on '%s'.", nic->svc_name); 208 goto error; 209 } 210 204 211 log_msg(LOG_DEFAULT, LVL_DEBUG, "Initialized IP link service,"); 205 212
Note:
See TracChangeset
for help on using the changeset viewer.