summaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/patches-2.6.25/190-cambria_support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.25/190-cambria_support.patch')
-rw-r--r--target/linux/ixp4xx/patches-2.6.25/190-cambria_support.patch4
1 files changed, 2 insertions, 2 deletions
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 0f9b5f43c..5e682b097 100644
--- 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,
+};