]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/arm/at91_ether.c
AT91RM9200 Ethernet: Fix multicast addressing
[linux-2.6-omap-h63xx.git] / drivers / net / arm / at91_ether.c
index b9cb5cb4d97f14f2ce477762918a871237db19f2..ef2cc80256a36bc0692ba7fe2857e06fc1045eaf 100644 (file)
@@ -571,8 +571,8 @@ static void at91ether_sethashtable(struct net_device *dev)
                mc_filter[bitnr >> 5] |= 1 << (bitnr & 31);
        }
 
-       at91_emac_write(AT91_EMAC_HSH, mc_filter[0]);
-       at91_emac_write(AT91_EMAC_HSL, mc_filter[1]);
+       at91_emac_write(AT91_EMAC_HSL, mc_filter[0]);
+       at91_emac_write(AT91_EMAC_HSH, mc_filter[1]);
 }
 
 /*