1. NAME

eth_broadcast_addr - Assign broadcast address

2. SYNOPSIS

void eth_broadcast_addr(u8 *  addr );

3. ARGUMENTS

addr
    Pointer to a six-byte array containing the Ethernet address

4. DESCRIPTION

Assign the broadcast address to the given address array.

5. COPYRIGHT