Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4331 → Rev 4332

/branches/network/uspace/srv/net/nil/eth/eth.h
95,10 → 95,11
/** Maximal transmission unit.
*/
size_t mtu;
/** Dummy device.
* Preamble and FCS are mandatory part of the packets.
/** Various device flags.
* @see ETH_DUMMY
* @see ETH_MODE_MASK
*/
int dummy;
int flags;
/** Actual device hardware address.
*/
measured_string_ref addr;