X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Flantiq%2Fpatches-3.10%2F0202-lantiq_ath5k.patch;h=8ec9ff45cf0d7c0e155cb9544a87c9b26390c71e;hb=31be9f2ac8f9f3283b0b84d453470e0e593809be;hp=cf95b8d46f454fe8849f88e88e98255afd8fa239;hpb=ad3abbae0fc99ebabcfd063ed5b2b5bcaaa7ae67;p=openwrt.git diff --git a/target/linux/lantiq/patches-3.10/0202-lantiq_ath5k.patch b/target/linux/lantiq/patches-3.10/0202-lantiq_ath5k.patch index cf95b8d46f..8ec9ff45cf 100644 --- a/target/linux/lantiq/patches-3.10/0202-lantiq_ath5k.patch +++ b/target/linux/lantiq/patches-3.10/0202-lantiq_ath5k.patch @@ -1,8 +1,6 @@ -Index: linux-3.10.34/arch/mips/lantiq/xway/ath_eep.c -=================================================================== ---- linux-3.10.34.orig/arch/mips/lantiq/xway/ath_eep.c 2014-04-03 13:25:03.128464891 +0100 -+++ linux-3.10.34/arch/mips/lantiq/xway/ath_eep.c 2014-04-03 13:35:30.432482868 +0100 -@@ -36,10 +36,11 @@ +--- a/arch/mips/lantiq/xway/ath_eep.c ++++ b/arch/mips/lantiq/xway/ath_eep.c +@@ -36,10 +36,11 @@ static int ath9k_pci_plat_dev_init(struc return 0; } @@ -15,7 +13,7 @@ Index: linux-3.10.34/arch/mips/lantiq/xway/ath_eep.c u32 mac_inc = 0, pci_slot = 0; int i; struct mtd_info *the_mtd; -@@ -112,6 +113,18 @@ +@@ -112,6 +113,18 @@ int __init of_ath9k_eeprom_probe(struct if (!of_property_read_u32(np, "ath,pci-slot", &pci_slot)) { ltq_pci_ath_fixup(pci_slot, ath9k_pdata.eeprom_data); dev_info(&pdev->dev, "pci slot: %u\n", pci_slot); @@ -34,7 +32,7 @@ Index: linux-3.10.34/arch/mips/lantiq/xway/ath_eep.c } dev_info(&pdev->dev, "loaded ath9k eeprom\n"); -@@ -132,20 +145,19 @@ +@@ -132,20 +145,19 @@ static struct platform_driver ath9k_eepr }, }; @@ -58,7 +56,7 @@ Index: linux-3.10.34/arch/mips/lantiq/xway/ath_eep.c return 0; return platform_driver_probe(&ath9k_eeprom_driver, of_ath9k_eeprom_probe); } -@@ -247,4 +259,4 @@ +@@ -247,4 +259,4 @@ static int __init of_ath5k_eeprom_init(v { return platform_driver_probe(&ath5k_eeprom_driver, of_ath5k_eeprom_probe); }