ffec: Accept all mulitcast frames

This commit is contained in:
Sebastian Huber 2014-10-31 10:24:42 +01:00
parent 7f4fb17b8a
commit 94c31287e2

View File

@ -784,8 +784,8 @@ static void mcf548x_fec_initialize_hardware(struct mcf548x_enet_struct *sc)
/* /*
* Set multicast address filter * Set multicast address filter
*/ */
MCF548X_FEC_GAUR(chan) = 0x00000000; MCF548X_FEC_GAUR(chan) = 0xffffffff;
MCF548X_FEC_GALR(chan) = 0x00000000; MCF548X_FEC_GALR(chan) = 0xffffffff;
/* /*
* enable CRC in finite state machine register * enable CRC in finite state machine register