aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-2.6.39/510-register_madwifi.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2011-11-03 15:15:52 +0000
committerJohn Crispin <john@openwrt.org>2011-11-03 15:15:52 +0000
commitea36ad76bcf0043d137da37ea1aee7bded76f5a2 (patch)
treef75ee0417c813ac599e78048c15bdd5f4ffacb82 /target/linux/lantiq/patches-2.6.39/510-register_madwifi.patch
parentd8722fac7046020715c41106df28371f3f521132 (diff)
downloadupstream-ea36ad76bcf0043d137da37ea1aee7bded76f5a2.tar.gz
upstream-ea36ad76bcf0043d137da37ea1aee7bded76f5a2.tar.bz2
upstream-ea36ad76bcf0043d137da37ea1aee7bded76f5a2.zip
lantiq: bump to 3.1
SVN-Revision: 28721
Diffstat (limited to 'target/linux/lantiq/patches-2.6.39/510-register_madwifi.patch')
-rw-r--r--target/linux/lantiq/patches-2.6.39/510-register_madwifi.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/target/linux/lantiq/patches-2.6.39/510-register_madwifi.patch b/target/linux/lantiq/patches-2.6.39/510-register_madwifi.patch
deleted file mode 100644
index faf30827fd..0000000000
--- a/target/linux/lantiq/patches-2.6.39/510-register_madwifi.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- a/arch/mips/lantiq/xway/devices.c
-+++ b/arch/mips/lantiq/xway/devices.c
-@@ -144,6 +144,19 @@ ltq_register_gpio_ebu(unsigned int value
- platform_device_register(&ltq_ebu);
- }
-
-+/* madwifi */
-+int lantiq_emulate_madwifi_eep = 0;
-+unsigned long long lantiq_madwifi_eep_addr = 0;
-+EXPORT_SYMBOL(lantiq_emulate_madwifi_eep);
-+EXPORT_SYMBOL(lantiq_madwifi_eep_addr);
-+
-+void __init
-+ltq_register_madwifi_eep(unsigned long long addr)
-+{
-+ lantiq_emulate_madwifi_eep = 1;
-+ lantiq_madwifi_eep_addr = addr;
-+}
-+
- static struct resource ltq_spi_resources[] = {
- {
- .start = LTQ_SSC_BASE_ADDR,
---- a/arch/mips/lantiq/xway/devices.h
-+++ b/arch/mips/lantiq/xway/devices.h
-@@ -17,5 +17,6 @@ extern void ltq_register_gpio_stp(void);
- extern void ltq_register_ase_asc(void);
- extern void ltq_register_etop(struct ltq_eth_data *eth);
- extern void ltq_register_gpio_ebu(unsigned int value);
-+extern void ltq_register_madwifi_eep(unsigned long long addr);
-
- #endif