Changeset 84239b1 in mainline for uspace/drv/nic/e1k/e1k.c


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/drv/nic/e1k/e1k.c

    r850fd32 r84239b1  
    544544        fibril_mutex_unlock(&e1000->rx_lock);
    545545        return rc;
    546 };
     546}
    547547
    548548/** Write receive address to RA registr
     
    22812281        fibril_mutex_unlock(&e1000->rx_lock);
    22822282        return EOK;
    2283 };
     2283}
    22842284
    22852285/** Set card MAC address
Note: See TracChangeset for help on using the changeset viewer.