commit | 9ea72dc9430306b77c73a8a21beb51437cde1d6d | [log] [tgz] |
---|---|---|
author | Xue Chaojing <xuechaojing@huawei.com> | Tue Nov 20 05:47:33 2018 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 20 10:38:08 2018 -0800 |
tree | e7c9ac145433e6d28479a95d8953cbb9027c993e | |
parent | 4a61abb100c8a647959147034f60e9fce17ce9af [diff] |
net-next/hinic:fix a bug in set mac address In add_mac_addr(), if the MAC address is a muliticast address, it will not be set, which causes the network card fail to receive the multicast packet. This patch fixes this bug. Signed-off-by: Xue Chaojing <xuechaojing@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>