diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-25 10:19:50 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-25 10:19:50 +0000 |
commit | 119b59cd0df00269bfe51d906657193217b8c884 (patch) | |
tree | be4bc7f812a9df2c6b3f17e6c3cc9bfafad07253 /linux/linux-mtx-1-2.4.27/09-au1000-eth-vlan.diff | |
parent | c985a77fad25302d576fbcf92149c983887bc0b9 (diff) |
Remove the EOLN_NATIVE flag from a ton of files (patches & the like for which line ending conversions can break things).
BKrev: 41a5b1c6eA2OPeQrDQEgEwAmKXvQJg
Diffstat (limited to 'linux/linux-mtx-1-2.4.27/09-au1000-eth-vlan.diff')
-rw-r--r-- | linux/linux-mtx-1-2.4.27/09-au1000-eth-vlan.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/linux/linux-mtx-1-2.4.27/09-au1000-eth-vlan.diff b/linux/linux-mtx-1-2.4.27/09-au1000-eth-vlan.diff index e69de29bb2..2f09c02d5a 100644 --- a/linux/linux-mtx-1-2.4.27/09-au1000-eth-vlan.diff +++ b/linux/linux-mtx-1-2.4.27/09-au1000-eth-vlan.diff @@ -0,0 +1,10 @@ +--- linux/drivers/net/au1000_eth.c.orig 2004-11-18 13:44:52.163605416 +0100 ++++ linux/drivers/net/au1000_eth.c 2004-11-18 13:51:42.096286176 +0100 +@@ -1389,6 +1389,7 @@ + control |= MAC_FULL_DUPLEX; + } + aup->mac->control = control; ++ aup->mac->vlan1_tag = 0x8100; /* activate vlan support */ + au_sync(); + + spin_unlock_irqrestore(&aup->lock, flags); |