Loading drivers/net/ucc_geth.c +0 −5 Original line number Diff line number Diff line Loading @@ -2030,11 +2030,6 @@ static void ucc_geth_set_multi(struct net_device *dev) out_be32(&p_82xx_addr_filt->gaddr_l, 0x0); netdev_for_each_mc_addr(ha, dev) { /* Only support group multicast for now. */ if (!is_multicast_ether_addr(ha->addr)) continue; /* Ask CPM to run CRC and set bit in * filter mask. */ Loading Loading
drivers/net/ucc_geth.c +0 −5 Original line number Diff line number Diff line Loading @@ -2030,11 +2030,6 @@ static void ucc_geth_set_multi(struct net_device *dev) out_be32(&p_82xx_addr_filt->gaddr_l, 0x0); netdev_for_each_mc_addr(ha, dev) { /* Only support group multicast for now. */ if (!is_multicast_ether_addr(ha->addr)) continue; /* Ask CPM to run CRC and set bit in * filter mask. */ Loading