ti-ocf-crypto-module: add crypto module for hw accel
[openembedded.git] / recipes / linux / linux-mtx-1-2.4.27 / 09-au1000-eth-vlan.diff
blob2f09c02d5aeb09c09c01fc54c2c29ea8163dfe1b
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 @@ -1389,6 +1389,7 @@
4 control |= MAC_FULL_DUPLEX;
6 aup->mac->control = control;
7 + aup->mac->vlan1_tag = 0x8100; /* activate vlan support */
8 au_sync();
10 spin_unlock_irqrestore(&aup->lock, flags);