X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/30d336cfc5e67d66ed19a84223a9215f42c30135..a53df816428b832a242bfe3a921a25a3ff91508b:/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 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, +};