mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-23 10:57:14 +08:00
ffec: Accept all mulitcast frames
This commit is contained in:
parent
7f4fb17b8a
commit
94c31287e2
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user