ether82598: fix multicast filter (thanks aiju, joe9)

This commit is contained in:
cinap_lenrek 2018-12-23 17:41:47 +01:00
parent 4a634d2102
commit 426c989317

View file

@ -298,7 +298,7 @@ typedef struct {
Block **tb; Block **tb;
uchar ra[Eaddrlen]; uchar ra[Eaddrlen];
uchar mta[128]; u32int mta[128];
ulong stats[nelem(stattab)]; ulong stats[nelem(stattab)];
uint speeds[3]; uint speeds[3];
} Ctlr; } Ctlr;