ether8169: fix Macv45

This commit is contained in:
cinap_lenrek 2015-04-01 15:22:37 +02:00
parent 0f785af644
commit 0b001e265c

View file

@ -706,7 +706,6 @@ rtl8169init(Ether* edev)
switch(ctlr->macv){ switch(ctlr->macv){
case Macv40: case Macv40:
case Macv44: case Macv44:
case Macv45:
cplusc |= Macstatdis; cplusc |= Macstatdis;
break; break;
default: default:
@ -1057,6 +1056,7 @@ vetmacv(Ctlr *ctlr, uint *macv)
case Macv30: case Macv30:
case Macv40: case Macv40:
case Macv44: case Macv44:
case Macv45:
break; break;
} }
return 0; return 0;