X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fpatches-3.10%2F0118-NET-MIPS-add-ralink-SoC-ethernet-driver.patch;fp=target%2Flinux%2Framips%2Fpatches-3.10%2F0118-NET-MIPS-add-ralink-SoC-ethernet-driver.patch;h=75f78bff94a35b042cd470c5871201dbf72cdafb;hb=d536a3bda9c1c9a181a1e0978ce8a90c2a554af6;hp=103c8180f465888a00b6a2e9a0999abf5b7a5882;hpb=d82ac868af039288a7fcd94c4281fa77dd00f94a;p=openwrt.git diff --git a/target/linux/ramips/patches-3.10/0118-NET-MIPS-add-ralink-SoC-ethernet-driver.patch b/target/linux/ramips/patches-3.10/0118-NET-MIPS-add-ralink-SoC-ethernet-driver.patch index 103c8180f4..75f78bff94 100644 --- a/target/linux/ramips/patches-3.10/0118-NET-MIPS-add-ralink-SoC-ethernet-driver.patch +++ b/target/linux/ramips/patches-3.10/0118-NET-MIPS-add-ralink-SoC-ethernet-driver.patch @@ -4717,7 +4717,7 @@ Signed-off-by: John Crispin +MODULE_DEVICE_TABLE(of, of_fe_match); --- /dev/null +++ b/drivers/net/ethernet/ralink/soc_rt2880.c -@@ -0,0 +1,51 @@ +@@ -0,0 +1,52 @@ +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by @@ -4761,6 +4761,7 @@ Signed-off-by: John Crispin + .mdio_read = rt2880_mdio_read, + .mdio_write = rt2880_mdio_write, + .mdio_adjust_link = rt2880_mdio_link_adjust, ++ .port_init = rt2880_port_init, +}; + +const struct of_device_id of_fe_match[] = {