Compare two ethernet addresses
bool ether_addr_equal(const u8 * addr1, const u8 * addr2);
addr1
Pointer to a six-byte array containing the Ethernet address
addr2
Pointer other six-byte array containing the Ethernet address
Compare two Ethernet addresses, returns true if equal
addr1 & addr2 must both be aligned to u16.