- Dec 09, 2018
-
-
Christoph Krapp authored
Signed-off-by:
Christoph Krapp <achterin@googlemail.com>
-
- Nov 30, 2018
-
-
Sven Eckelmann authored
ath10k-ct uses a rather high number of buffers to communicate with the QCA/Candelatech firmware. Especially the HTC (host-target-communication) and HTT (host-target-transport) can take up a lot of memory when data is transferred over a ath10k wifi link. Even a 256MB device with three radios can go OOM (while sending to three devices using UDP unicast/multicast packets) with the default buffer limits. Unfortunately, this also reduced the maximum 5GHz throughput on an IPQ40xx device from 494/432 Mbit/s for TCP transfers (download/upload) to 438/343 Mbit/s. These throughput values should still be good enough for a Freifunk installation. And these changes are already used by ath10k in OpenWrt 18.06.
-
- Nov 17, 2018
-
-
Matthias Schiffer authored
0d549271d397 ar71xx: fix TP-Link Archer C7 v5 switch LEDs dd6d554b2c1e kernel: fix ubifs loosing O_TMPFILE data after power cut 4db74fbd6908 kernel: bump 4.14 to 4.14.81 6f388adef820 kernel: bump 4.9 to 4.9.137 b0d08ec3aef3 sunxi: remove kernel 4.9 support
-
- Nov 14, 2018
-
-
Martin Weinelt authored
Signed-off-by:
Martin Weinelt <martin@darmstadt.freifunk.net>
-
David Bauer authored
-
- Oct 14, 2018
-
-
David Bauer authored
-
- Jul 14, 2018
-
-
Matthias Schiffer authored
bc7abe8729f3 include/kernel-build.mk: fix kernel rebuild on backport patch changes c99c70e05303 kernel: backport page fragment API changes from 4.10+ to 4.9
-
- Jul 13, 2018
-
-
Matthias Schiffer authored
Do not break the build on kernel 4.9 (ar71xx).
-
- Jul 12, 2018
-
-
Matthias Schiffer authored
514a4b3e1b4e include/feeds.mk: rework generation of opkg distfeeds.conf 3e89f58a5ead base-files: fix feed list in PKG_CONFIG_DEPENDS 7fa7c854fe33 include/feeds.mk: always add available feeds to PACKAGE_SUBDIRS a5b9553cf592 scripts/feeds: add src-dummy method 2f306873efbe ramips: TP-Link TL-WR902AC v3: add missing wps button 36a4681b2bef ramips: TP-Link TL-WR902AC v3: don't build factory image ca903c73c705 kernel: bump 4.14 to 4.14.54 for 18.06 3a5498c5e55d kernel: bump 4.9 to 4.9.111 for 18.06 27014da237f1 mac80211: Expose support for ath9k Dynack 5a40fad22a39 kernel: bcm47xxpart: fix getting user-space data partition name
-
- Jul 10, 2018
-
-
Matthias Schiffer authored
-
- Jan 18, 2017
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Jan 09, 2017
-
-
Sven Eckelmann authored
ath10k has to switch the regulatory domain when switching the default country when ATH_USER_REGD is enabled. This is for example important when switching from country US (FCC) to DE (ETSI). The ath implementation will use ath_reg_dyn_country_user_allow to check if this is allowed. Unfortunately, this function always seems to return false to ath_reg_notifier_apply even when ATH_USER_REGD is enabled. But it must actually always accept the requests from the user (when ATH_USER_REGD is enabled) to correctly set the conformance test limits in the ath10k binary blob. Not doing it will sometimes allow too high transmit powers on edge channels for correctly calibrated devices outside their default regulatory domain. Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com>
-
- Jan 06, 2017
-
-
Matthias Schiffer authored
Closes #844
-
- Dec 21, 2016
-
-
Matthias Schiffer authored
Fixes #961
-
- Dec 20, 2016
-
-
Matthias Schiffer authored
Backport a few patches to allow sysupgrades on mmcblk and similar block devices.
-
Matthias Schiffer authored
-
- Dec 13, 2016
-
-
David Lutz authored
-
- Dec 11, 2016
-
-
Matthias Schiffer authored
Fixes #975
-
- Dec 06, 2016
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Dec 05, 2016
-
-
Sven Eckelmann authored
The assignment of the gpio_count and reg_base in ath79_gpio_output_select takes care that only supported platforms can use ath79_gpio_output_select. But the rebase of the patches after the last OpenWrt base update accidentally added an extra check for the SoC which was missing support soc_is_qca955x(). Boots on QCA955X devices which were using ath79_gpio_output_select stopped with Kernel bug detected[#1]: [...] Call Trace: [<803e6174>] ath79_gpio_output_select+0x30/0xe8 [<803ed590>] om5p_acv2_setup+0x24/0x200 [<803e4dc0>] ath79_setup+0x28/0x38 [<80069ac8>] do_one_initcall+0x148/0x1ec [<803e2cc4>] kernel_init_freeable+0x150/0x208 [<80065218>] kernel_init+0x10/0x114 [<80060878>] ret_from_kernel_thread+0x14/0x1c Fixes: a22c1d56 ("Update OpenWrt base") Signed-off-by:
Sven Eckelmann <sven@narfation.org>
-
- Nov 29, 2016
-
-
Matthias Schiffer authored
Fixes: 212c38f0 "ar71xx: add model detection for UBNT Rocket Ti"
-
Matthias Schiffer authored
-
Neal Oakey authored
-
Sven Eckelmann authored
Some (possibly broken) bootloaders incorrectly initialize the at8033 phy. This breaks auto-negotation on these SGMII devices. The mode has therefore to be set back in to a valid configuration by Linux. Fixes #911
-
- Nov 16, 2016
-
-
Matthias Schiffer authored
Fixes #897
-
- Nov 15, 2016
-
-
Matthias Schiffer authored
Fixes the Ubiquiti UAP Outdoor+ HSR.
-
- Nov 14, 2016
-
-
Matthias Schiffer authored
-
Andreas Ziegler authored
-
Andreas Ziegler authored
-
- Nov 11, 2016
-
-
Matthias Schiffer authored
-
- Nov 10, 2016
-
-
Matthias Schiffer authored
Using HTTPS breaks the download on Debian Wheezy. The switch was an unintended side effect of the backport from LEDE. Also, fix the commit message of the backport patch (mwlwifi is not updated anymore since the last OpenWrt base upgrade). Fixes #919
-
- Nov 05, 2016
-
-
Matthias Schiffer authored
-
- Nov 02, 2016
-
-
Matthias Schiffer authored
-
- Oct 15, 2016
-
-
Matthias Schiffer authored
Tested-by:
Jannis Pinter <jannis@pinterjann.is>
-
- Oct 13, 2016
-
-
Matthias Schiffer authored
The downgraded version of ath9k was reported to cause issues with Windows clients before. Remove the problematic patch.
-
- Oct 11, 2016
-
-
Matthias Schiffer authored
In addition, the temperature compensation support patch is reverted. It seems that newer mac80211 version are less stable, so we downgrade it for now.
-
Matthias Schiffer authored
This probably doesn't affect Gluon as nothing is using recvmmsg, but it's still a good idea to get this fixed ASAP.
-