> - if (likely(!compare_ether_addr(tx_hdr->addr2, > rx_hdr->addr1))) + if (likely(!memcmp(tx_hdr->addr2, > rx_hdr->addr1, ETH_ALEN))) { > __skb_unlink(skb, q); Wouldn't it be better to fix compile_ether_addr instead? -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html