]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/linux-mtx-1-2.4.24/14-au1000-eth-vlan.diff
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux / linux-mtx-1-2.4.24 / 14-au1000-eth-vlan.diff
1 --- linux/drivers/net/au1000_eth.c.orig 2004-11-18 13:44:52.163605416 +0100
2 +++ linux/drivers/net/au1000_eth.c      2004-11-18 13:51:42.096286176 +0100
3 @@ -1384,6 +1384,7 @@
4                 control |= MAC_FULL_DUPLEX;
5         }
6         aup->mac->control = control;
7 +       aup->mac->vlan1_tag = 0x8100; /* activate vlan support */
8         au_sync();
9  
10         spin_unlock_irqrestore(&aup->lock, flags);