projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
on IXP46x we can have up to 3 npe ethernet interfaces, so set the mac for the third...
[openwrt.git]
/
target
/
linux
/
ixp4xx
/
patches-2.6.25
/
190-cambria_support.patch
diff --git
a/target/linux/ixp4xx/patches-2.6.25/190-cambria_support.patch
b/target/linux/ixp4xx/patches-2.6.25/190-cambria_support.patch
index
0f9b5f4
..
5e682b0
100644
(file)
--- a/
target/linux/ixp4xx/patches-2.6.25/190-cambria_support.patch
+++ b/
target/linux/ixp4xx/patches-2.6.25/190-cambria_support.patch
@@
-258,13
+258,13
@@
+};
+
+static struct eth_plat_info cambria_npec_data = {
-+ .phy =
2
,
++ .phy =
1
,
+ .rxq = 4,
+ .txreadyq = 21,
+};
+
+static struct eth_plat_info cambria_npea_data = {
-+ .phy =
1
,
++ .phy =
2
,
+ .rxq = 2,
+ .txreadyq = 19,
+};
This page took
0.027581 seconds
and
4
git commands to generate.