commit | 844223abe9f88b0e0cb7fb1f1f8ab04fe29806bc | [log] [tgz] |
---|---|---|
author | dingtianhong <dingtianhong@huawei.com> | Thu Jan 02 09:13:16 2014 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 01 22:58:55 2014 -0500 |
tree | 5cbed9d0fed1bc85da1918eeca02cdf54c45a371 | |
parent | 359632e54427055ca5a9c2a849ea09d131540acb [diff] |
bonding: use ether_addr_equal_64bits to instead of ether_addr_equal The net_device.dev_addr have more than 2 bytes of additional data after the mac addr, so it is safe to use the ether_addr_equal_64bits(). Signed-off-by: Ding Tianhong <dingtianhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>