<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="" dir="auto"><div class=""><div><div class="">Hallo Zusammen,<br class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><br class=""></div><div class="">In toller Zusammenarbeit mit nbd und lynxis sind 2 patches fuer die TPLink CPE510 entstanden, die (I) die tx Sendeleistung und (II) die rx Empfindlichkeit signifikant verbessern. In unserem Freifunk Mesh hat der bisherige CPE510 von vorher 2 Nachbarn nun ganze 12 mit prima ETX werten. Aufgrund der guten RAM und Flash Ausstattung bezogen auf den Preis kann ich diese Platform empfehlen. Wir werden die restlichen 20 Router nun im Evernet verbauen. Die Patches sollten als bald im LEDE drin sein bzw. siehe Anhang für Schnellentschlossene.</div><div class=""><br class=""></div><div class="">Schöne Grüße aus Thüringen</div><div class="">Bluse</div><div class=""><br class=""></div><div class="">(I)</div><div class=""><div class="">diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c</div><div class="">index 5cb052a..e5e024b 100644</div><div class="">--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c</div><div class="">+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c</div><div class="">@@ -82,7 +82,7 @@ static struct gpio_keys_button cpe510_gpio_keys[] __initdata = {</div><div class=""> static void __init cpe510_setup(void)</div><div class=""> {</div><div class="">        u8 *mac = (u8 *) KSEG1ADDR(0x1f830008);</div><div class="">-       u8 *ee = (u8 *) KSEG1ADDR(0x1fff1000);</div><div class="">+       u8 *ee = (u8 *) KSEG1ADDR(0x1fff5000);</div><div class=""><br class=""></div><div class="">        /* Disable JTAG, enabling GPIOs 0-3 */</div><div class="">        /* Configure OBS4 line, for GPIO 4*/</div></div><div class=""><br class=""></div><div class="">(II)</div><div class=""><span style="font-family: Menlo-Regular;" class="">diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c</span><br style="font-family: Menlo-Regular;" class=""><span style="font-family: Menlo-Regular;" class="">index 8bf5c0f..5cb052a 100644</span><br style="font-family: Menlo-Regular;" class=""><span style="font-family: Menlo-Regular;" class="">--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c</span><br style="font-family: Menlo-Regular;" class=""><span style="font-family: Menlo-Regular;" class="">+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c</span><br style="font-family: Menlo-Regular;" class=""><span style="font-family: Menlo-Regular;" class="">@@ -30,6 +30,9 @@</span><br style="font-family: Menlo-Regular;" class=""><span style="font-family: Menlo-Regular;" class="">#define CPE510_GPIO_LED_L3</span><span class="Apple-tab-span" style="font-family: Menlo-Regular; white-space: pre;">     </span><span style="font-family: Menlo-Regular;" class="">15</span><br style="font-family: Menlo-Regular;" class=""><span style="font-family: Menlo-Regular;" class="">#define CPE510_GPIO_LED_L4</span><span class="Apple-tab-span" style="font-family: Menlo-Regular; white-space: pre;">   </span><span style="font-family: Menlo-Regular;" class="">16</span><br style="font-family: Menlo-Regular;" class=""><br style="font-family: Menlo-Regular;" class=""><span style="font-family: Menlo-Regular;" class="">+#define CPE510_GPIO_EXTERNAL_LNA0</span><span class="Apple-tab-span" style="font-family: Menlo-Regular; white-space: pre;">        </span><span style="font-family: Menlo-Regular;" class="">18</span><br style="font-family: Menlo-Regular;" class=""><span style="font-family: Menlo-Regular;" class="">+#define CPE510_GPIO_EXTERNAL_LNA1</span><span class="Apple-tab-span" style="font-family: Menlo-Regular; white-space: pre;">   </span><span style="font-family: Menlo-Regular;" class="">19</span><br style="font-family: Menlo-Regular;" class=""><span style="font-family: Menlo-Regular;" class="">+</span><br style="font-family: Menlo-Regular;" class=""><span style="font-family: Menlo-Regular;" class="">#define CPE510_GPIO_BTN_RESET</span><span class="Apple-tab-span" style="font-family: Menlo-Regular; white-space: pre;">  </span><span style="font-family: Menlo-Regular;" class="">4</span><br style="font-family: Menlo-Regular;" class=""><br style="font-family: Menlo-Regular;" class=""><span style="font-family: Menlo-Regular;" class="">#define CPE510_KEYS_POLL_INTERVAL</span><span class="Apple-tab-span" style="font-family: Menlo-Regular; white-space: pre;">  </span><span style="font-family: Menlo-Regular;" class="">20 /* msecs */</span><br style="font-family: Menlo-Regular;" class=""><span style="font-family: Menlo-Regular;" class="">@@ -93,6 +96,9 @@ static void __init cpe510_setup(void)</span><br style="font-family: Menlo-Regular;" class=""><span class="Apple-tab-span" style="font-family: Menlo-Regular; white-space: pre;">       </span><span class="Apple-tab-span" style="font-family: Menlo-Regular; white-space: pre;">      </span><span class="Apple-tab-span" style="font-family: Menlo-Regular; white-space: pre;">      </span><span class="Apple-tab-span" style="font-family: Menlo-Regular; white-space: pre;">      </span><span class="Apple-tab-span" style="font-family: Menlo-Regular; white-space: pre;">      </span><span style="font-family: Menlo-Regular;" class="">ARRAY_SIZE(cpe510_gpio_keys),</span><br style="font-family: Menlo-Regular;" class=""><span class="Apple-tab-span" style="font-family: Menlo-Regular; white-space: pre;">    </span><span class="Apple-tab-span" style="font-family: Menlo-Regular; white-space: pre;">      </span><span class="Apple-tab-span" style="font-family: Menlo-Regular; white-space: pre;">      </span><span class="Apple-tab-span" style="font-family: Menlo-Regular; white-space: pre;">      </span><span class="Apple-tab-span" style="font-family: Menlo-Regular; white-space: pre;">      </span><span style="font-family: Menlo-Regular;" class="">cpe510_gpio_keys);</span><br style="font-family: Menlo-Regular;" class=""><br style="font-family: Menlo-Regular;" class=""><span style="font-family: Menlo-Regular;" class="">+</span><span class="Apple-tab-span" style="font-family: Menlo-Regular; white-space: pre;"> </span><span style="font-family: Menlo-Regular;" class="">ath79_wmac_set_ext_lna_gpio(0, CPE510_GPIO_EXTERNAL_LNA0);</span><br style="font-family: Menlo-Regular;" class=""><span style="font-family: Menlo-Regular;" class="">+</span><span class="Apple-tab-span" style="font-family: Menlo-Regular; white-space: pre;">    </span><span style="font-family: Menlo-Regular;" class="">ath79_wmac_set_ext_lna_gpio(1, CPE510_GPIO_EXTERNAL_LNA1);</span><br style="font-family: Menlo-Regular;" class=""><span style="font-family: Menlo-Regular;" class="">+</span><br style="font-family: Menlo-Regular;" class=""><span class="Apple-tab-span" style="font-family: Menlo-Regular; white-space: pre;"> </span><span style="font-family: Menlo-Regular;" class="">ath79_register_m25p80(NULL);</span><br style="font-family: Menlo-Regular;" class=""><br style="font-family: Menlo-Regular;" class=""><span class="Apple-tab-span" style="font-family: Menlo-Regular; white-space: pre;">  </span><span style="font-family: Menlo-Regular;" class="">ath79_register_mdio(1, 0);</span></div></div></div></div></div><br class=""></div></body></html>