On 03/01/2014 08:19 AM, Nikos Mavrogiannopoulos wrote:
> On 02/28/2014 09:27 PM, Nikos Mavrogiannopoulos wrote:
>> This library is needed for DNSSEC support in dnsmasq, and to update
>> gnutls to a more recent version.
> [...]
>> +ifeq ($(CPU_SUBTYPE),neon)
>> +CONFIGURE_ARGS += \
>> +--enable-
On 03/02/2014 01:06 PM, Hauke Mehrtens wrote:
>>> This library is needed for DNSSEC support in dnsmasq, and to update
>>> gnutls to a more recent version.
>> [...]
>>> +ifeq ($(CPU_SUBTYPE),neon)
>>> +CONFIGURE_ARGS += \
>>> + --enable-arm-neon
>>> +endif
>>
>> It seems my neon detection is wron
diff -up a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh 2014-03-02
22:23:21.087636000 +0800
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh 2014-03-02
22:46:0
This patch enables netifd to query 802.11ac-driver for the maximum
supported A-MPDU length exponent, possibly increasing VHT throughput by
more aggressive frame aggregation.
Signed-off-by: Matti Laakso
---
Index: trunk/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh
===
As per 802.11ac spec: 'Maximum AMPDU Length Exponent' field value is in
range of 0 to 7. Existing implementation assumes EXP0 to be max length
(bits 23, 24 and 25 set) what is incorrect.
This patch adds options to set it up within the 0 to 7 range.
Signed-off-by: Bartosz Markowski
Signed-off-by: