[OpenWrt-Devel] [PATCH 1/2] ar71xx: Unify ath10k calibration data loading

2015-06-27 Thread Matti Laakso
Currently one board uses the proper way of providing firmware with the name ath10k/cal-pci-pci address.bin, whereas other boards patch board.bin template in preinit and rely on a custom ath10k patch to use calibration data from the template. This patch makes all boards use the first method.

[OpenWrt-Devel] [PATCH 2/2] mac80211: Drop ath10k workaround for providing calibration data

2015-06-27 Thread Matti Laakso
Ath10k has now a proper method of providing calibration data via the kernel firmware API. This patch can be dropped as all boards now use the proper method. Signed-off-by: Matti Laakso malaa...@elisanet.fi --- ...w_fallback_to_board_bin_on_empty_otp_stream.patch | 20 1 file

Re: [OpenWrt-Devel] [PATCH 0/2] mac80211: Update QCA9880 firmware (ath10k)

2015-06-27 Thread Matti Laakso
On Thu, 25 Jun 2015 20:59:19 +0200, Matti Laakso malaakso at elisanet.fi https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel wrote: / // On 22/06/15 20:19, Matti Laakso wrote: // / These patches

[OpenWrt-Devel] [PATCH] ar71xx: update preinit script for new ath10k firmware

2015-06-27 Thread Matti Laakso
Update firmware name and md5sum. MAC-address location remains unchanged from previous version. Signed-off-by: Matti Laakso malaa...@elisanet.fi --- target/linux/ar71xx/base-files/lib/preinit/82_patch_ath10k | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[OpenWrt-Devel] [PATCH 1/3 v2] mac80211: Backport ath10k firmware API v5 support

2015-06-27 Thread Matti Laakso
These patches add support for the new version 5 firmware API. Signed-off-by: Matti Laakso malaa...@elisanet.fi --- ...31-ath10k_add_ath10k_fw_ie_htt_op_version.patch | 385 + .../patches/932-ath10k_bump_up_fw_api_to_5.patch | 43 +++

[OpenWrt-Devel] [PATCH 2/3 v2] mac80211: Update QCA9880 firmware to 10.2.4.70-2

2015-06-27 Thread Matti Laakso
This firmware adds support for management frames over normal packet transport interface instead of over the WMI management interface. Signed-off-by: Matti Laakso malaa...@elisanet.fi --- package/kernel/mac80211/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[OpenWrt-Devel] [PATCH 0/3 v2] mac80211: Update QCA9880 firmware (ath10k)

2015-06-27 Thread Matti Laakso
Current firmware version for QCA9880 is known to stall for some time when a station in power saving mode (e.g. mobile phone) leaves the AP range. This stall causes ath10k timeouts during station removal and subsequently firmware thinks station is still connected, causing Spurios quick kickout for

[OpenWrt-Devel] An interesting feature request

2015-06-27 Thread Jonathan Bennett
A couple lines of thought collided today during a conversation with a friend who is also an fwknop user. Sending a knock over http is a clever feature, and the hidden service idea is really cool. For example, I have a web server that also has a cacti service in order to monitor that service.

Re: [OpenWrt-Devel] An interesting feature request

2015-06-27 Thread Jonathan Bennett
Oh dear. Sent to the wrong mailing list. Please disregard. On Sat, Jun 27, 2015 at 1:52 PM Jonathan Bennett jbscienc...@gmail.com wrote: A couple lines of thought collided today during a conversation with a friend who is also an fwknop user. Sending a knock over http is a clever feature, and

[OpenWrt-Devel] HT modes apparently not working in adhoc under Barrier Breaker

2015-06-27 Thread Ben West
This is the /etc/config/wireless I'm using on a UBNT M5 radio running Barrier Breaker r45620: config wifi-device radio0 option type mac80211 option channel 36 option hwmode 11a option path 'pci:00/:00:00.0' option htmode HT20

[OpenWrt-Devel] [PATCH] lantiq: Add support for the BT Home Hub 5A

2015-06-27 Thread Martin Blumenstingl
u-boot support depends on the next upstream version ([0]) from Daniel Schwierzeck. Since the installation process is quite complicated a how to was added to the wiki: [1] [0] https://github.com/danielschwierzeck/u-boot-lantiq/tree/openwrt/v2014.01-next [1]

[OpenWrt-Devel] [PATCH] lantiq: Make the MEI address available for kernel drivers

2015-06-27 Thread Martin Blumenstingl
Newer DSL driver versions depend on the address information. Signed-off-by: Martin Blumenstingl martin.blumensti...@googlemail.com --- target/linux/lantiq/dts/vr9.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/lantiq/dts/vr9.dtsi b/target/linux/lantiq/dts/vr9.dtsi index

Re: [OpenWrt-Devel] lantiq DSL drivers / firmware info

2015-06-27 Thread Martin Blumenstingl
On Sat, Jun 6, 2015 at 3:23 PM, Sylwester Petela ssc...@gmail.com wrote: After 9 days and bit of performance drop I reverted back to stripped out init script and also lowered debug level to default so I can track what is causing these issues. If it is a driver issue then you can test the new

Re: [OpenWrt-Devel] alternative for pyserial+python-mini

2015-06-27 Thread Christian Mehlis
Am 26.06.2015 um 14:57 schrieb valent.turko...@gmail.com: Does micro-python have some alternative or replacement for pyserial? you can use stty[1] from busybox to configure the tty. After that every program can use regular read/write calls... [1] http://unixhelp.ed.ac.uk/CGI/man-cgi?stty

[OpenWrt-Devel] [PATCH 1/2] lantiq: Change the data-type of mac address in ETOP driver

2015-06-27 Thread Martin Blumenstingl
Make it consistent with the net_device struct and the xrx200 driver Signed-off-by: Martin Blumenstingl martin.blumensti...@googlemail.com --- .../lantiq/patches-3.18/0028-NET-lantiq-various-etop-fixes.patch | 2 +- .../0035-owrt-lantiq-wifi-and-ethernet-eeprom-handling.patch | 9 - 2

[OpenWrt-Devel] [PATCH 3/3] lantiq: Make ATM and PTM drivers compatible with kernel 4.1

2015-06-27 Thread Martin Blumenstingl
Signed-off-by: Martin Blumenstingl martin.blumensti...@googlemail.com --- package/kernel/lantiq/ltq-atm/src/ltq_atm.c | 4 package/kernel/lantiq/ltq-ptm/src/ifxmips_ptm_adsl.c | 4 package/kernel/lantiq/ltq-ptm/src/ifxmips_ptm_vdsl.c | 4 3 files changed, 12 insertions(+)

[OpenWrt-Devel] [PATCH 2/2] generic: Allow configuring an increment with mtd-mac-address

2015-06-27 Thread Martin Blumenstingl
This is useful if the device also has an ethernet WAN interface with a separate mac address (that is derived from the LAN mac address). Signed-off-by: Martin Blumenstingl martin.blumensti...@googlemail.com --- .../patches-3.18/681-NET-add-of_get_mac_address_mtd.patch| 12

[OpenWrt-Devel] [PATCH 2/3] lantiq: Make ltq-ifxos compile with kernel 4.1

2015-06-27 Thread Martin Blumenstingl
Signed-off-by: Martin Blumenstingl martin.blumensti...@googlemail.com --- .../lantiq/ltq-ifxos/patches/100-compat.patch | 119 + 1 file changed, 97 insertions(+), 22 deletions(-) diff --git a/package/kernel/lantiq/ltq-ifxos/patches/100-compat.patch

[OpenWrt-Devel] [PATCH 0/3] lantiq: Initial support for linux 4.1

2015-06-27 Thread Martin Blumenstingl
This adds basic linux 4.1 support to the lantiq target. It is booting without any oops'es and ethernet is working fine. The PTM/ATM driver and the lantiq ifxos driver had to be patched to be compatible with linux 4.1. Those patches were compile-tested only (on 3.18 and 4.1). A bootlog can be

Re: [OpenWrt-Devel] [PATCH 6/6] bcm53xx: R8000 handle PEX8603 switch

2015-06-27 Thread Ian Kent
On Tue, 2015-06-23 at 07:58 +0800, Ian Kent wrote: On Mon, 2015-06-22 at 18:42 +0200, Hauke Mehrtens wrote: On 03/10/2015 04:30 AM, Ian Kent wrote: The Netgear R8000 has a PEX8603 connected to the BCM53012 and if it isn't configured during the bus scan the PCI layer goes crazy

[OpenWrt-Devel] Patch to enable RFKill and USB Power GPIO for tl-wdr4900v1

2015-06-27 Thread Alpha Sparc
Add dts patch to enable RFKill and USB Power GPIO Control --- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts +++ b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts @@ -198,6 +198,11 @@ gpios = gpio0 4 1; /* active low */ label =