|
@@ -661,7 +661,7 @@ static int nx_p3_nic_add_mac(struct netxen_adapter *adapter,
|
|
|
list_for_each(head, del_list) {
|
|
|
cur = list_entry(head, nx_mac_list_t, list);
|
|
|
|
|
|
- if (memcmp(addr, cur->mac_addr, ETH_ALEN) == 0) {
|
|
|
+ if (ether_addr_equal(addr, cur->mac_addr)) {
|
|
|
list_move_tail(head, &adapter->mac_list);
|
|
|
return 0;
|
|
|
}
|