ipsec: update MAX_AH_AUTH_LEN to support sha512
[deliverable/linux.git] / drivers / net / bfin_mac.c
index 0b9fc5173aef1478355e9cadbcb635f1fdca594d..fe75e7a9742e3c41ed22520a4771b64353b7d417 100644 (file)
@@ -1293,7 +1293,7 @@ static void bfin_mac_multicast_hash(struct net_device *dev)
                addrs = ha->addr;
 
                /* skip non-multicast addresses */
-               if (!(*addrs & 1))
+               if (!is_multicast_ether_addr(addrs))
                        continue;
 
                crc = ether_crc(ETH_ALEN, addrs);
This page took 0.024812 seconds and 5 git commands to generate.