Re: [LEDE-DEV] [PATCH v2] ath10k-ct driver: use dma_alloc_coherent, 4.13 based driver

2017-10-12 Thread Ben Greear
On 10/12/2017 01:46 PM, Hauke Mehrtens wrote: I fixed this by backporting this commit from kernel 4.14: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c0cc00f250e19c717fc9cdbdb7f55aaa569c7498 Thanks for testing and for the fix. I'll pull this into my 4.13 driver

Re: [LEDE-DEV] ar71xx: fix switch port numbering on RB951Ui-2nD

2017-10-12 Thread João Chaínho
Hi Hauke, Sorry, I forgot that I had also fixed the switch config on Mikrotik RB493G ;) Should I resubmit the patch with an appropriate title (Fix switch port numbering on RB951Ui-2nD and RB493G)? > On 12 Oct 2017, at 20:34, Hauke Mehrtens wrote: > > On 10/12/2017 10:03 AM, João Chaínho wrote:

Re: [LEDE-DEV] [PATCH] mac80211: Add patch to re-enable setting a single rate.

2017-10-12 Thread Ben Greear
On 10/12/2017 12:36 PM, Hauke Mehrtens wrote: On 10/11/2017 12:18 AM, gree...@candelatech.com wrote: From: Ben Greear This lets one use 'iw' to set individual rates on ath10k again. Signed-off-by: Ben Greear --- .../111-mac80211_allow_single_tx_rate_again.patch | 33 ++

[LEDE-DEV] [PATCH] dnsmasq: add listen_address parameter

2017-10-12 Thread Christian Lamparter
This patch adds a parser for the uci representation of dnsmasq's "-a | --listen-address" option. In summary, this option forces dnsmasq to listen on the given IP address(es). Both interface and listen-address options may be given, in which case the set of both interfaces and addresses is used. No

[LEDE-DEV] [RFC] base-files: upgrade: make get_partitions() endian agnostic

2017-10-12 Thread Christian Lamparter
This patch fixes two issues with the current get_partitions() function. First: "Invalid partition table on $disk" will pop up on legitimate images on big endian system. This is because the little-endian representation of "55 AA" is assumed in the context of little-endian architectures. On these c

[LEDE-DEV] [PATCH] kernel: kmod packaging for IEEE 802.1AE (MACsec) for 4.9+

2017-10-12 Thread Christian Lamparter
MACsec/IEEE 802.1AE is useful to secure communication to and from endpoints at Layer 2. Starting with 4.6, the linux kernel provides a universal macsec driver for authentication and encryption of traffic in a LAN, typically with GCM-AES-128, and optional replay protection. http://standards.ieee.o

Re: [LEDE-DEV] [PATCH v2] ath10k-ct driver: use dma_alloc_coherent, 4.13 based driver

2017-10-12 Thread Hauke Mehrtens
On 10/12/2017 10:31 PM, Hauke Mehrtens wrote: > On 10/04/2017 12:45 AM, gree...@candelatech.com wrote: >> From: Ben Greear >> >> This should help ath10k work on systems with little or no IOMMU >> memory. apu2 can boot two 9888 NICs now, for instance. From >> upstream patch by Adrian Chadd. >> >>

Re: [LEDE-DEV] [PATCH 3/3] at91: creating sdcard image for sama5

2017-10-12 Thread Hauke Mehrtens
On 10/12/2017 10:10 PM, sandeepsheriker.mallikar...@microchip.com wrote: > -Original Message- > From: Hauke Mehrtens [mailto:ha...@hauke-m.de] > Sent: Thursday, October 12, 2017 12:47 PM > To: Sandeep Sheriker Mallikarjun - C17018; lede-dev@lists.infradead.org > Subject: Re: [LEDE-DEV] [PA

Re: [LEDE-DEV] wlan issue with TP-LINK wdr3600

2017-10-12 Thread e9hack
Am 12.10.2017 um 21:32 schrieb Hauke Mehrtens: > On 10/12/2017 07:51 PM, Felix Fietkau wrote: > > In the log you send me I see this error: > > wpa_driver_nl80211_set_key: ifindex=17 (wlan0) alg=4 addr=0x4ab35c > key_idx=4 set_tx=1 seq_len=0 key_len=16 > nl80211: KEY_DATA - hexdump(len=16): [REMOV

Re: [LEDE-DEV] [PATCH v2] ath10k-ct driver: use dma_alloc_coherent, 4.13 based driver

2017-10-12 Thread Hauke Mehrtens
On 10/04/2017 12:45 AM, gree...@candelatech.com wrote: > From: Ben Greear > > This should help ath10k work on systems with little or no IOMMU > memory. apu2 can boot two 9888 NICs now, for instance. From > upstream patch by Adrian Chadd. > > And, start building the 4.13 based CT ath10k driver.

Re: [LEDE-DEV] wlan issue with TP-LINK wdr3600

2017-10-12 Thread e9hack
Am 12.10.2017 um 19:51 schrieb Felix Fietkau: > Could you please test my update from my staging tree? > https://git.lede-project.org/?p=lede/nbd/staging.git;a=summary Hi, I patch my tree, which is more or less the main tree, with this commit from your staging tree: https://git.lede-project.org/

Re: [LEDE-DEV] [PATCH 3/3] at91: creating sdcard image for sama5

2017-10-12 Thread SandeepSheriker.Mallikarjun
-Original Message- From: Hauke Mehrtens [mailto:ha...@hauke-m.de] Sent: Thursday, October 12, 2017 12:47 PM To: Sandeep Sheriker Mallikarjun - C17018; lede-dev@lists.infradead.org Subject: Re: [LEDE-DEV] [PATCH 3/3] at91: creating sdcard image for sama5 On 10/05/2017 01:14 AM, Sandeep She

Re: [LEDE-DEV] [PATCH 3/3] at91: creating sdcard image for sama5

2017-10-12 Thread Hauke Mehrtens
On 10/05/2017 01:14 AM, Sandeep Sheriker Mallikarjun wrote: > creating sdcard image using gen_at91_sdcard_img.sh for sama5 platform > and sdcard image partition layout is: > >P0: Boot (fat32) - Contains(at91bootstrap,u-boot,zImage & dtb) >p1: Rootfs (ext4) > > Signed-off-by: Sandeep Sheri

Re: [LEDE-DEV] [PATCH 1/3] at91: Enable SDHCI for sama5 in default config

2017-10-12 Thread Hauke Mehrtens
On 10/05/2017 01:14 AM, Sandeep Sheriker Mallikarjun wrote: > Enabled SDHCI for sama5 in kernel default config and this is needed > to mount sdcard rootfs partition during boot. > > Signed-off-by: Sandeep Sheriker Mallikarjun > > --- > target/linux/at91/sama5/config-default | 5 + > 1 file

Re: [LEDE-DEV] [PATCH] mac80211: Add patch to re-enable setting a single rate.

2017-10-12 Thread Hauke Mehrtens
On 10/11/2017 12:18 AM, gree...@candelatech.com wrote: > From: Ben Greear > > This lets one use 'iw' to set individual rates on ath10k again. > > Signed-off-by: Ben Greear > --- > .../111-mac80211_allow_single_tx_rate_again.patch | 33 > ++ > 1 file changed, 33 insertions

Re: [LEDE-DEV] ar71xx: fix switch port numbering on RB951Ui-2nD

2017-10-12 Thread Hauke Mehrtens
On 10/12/2017 10:03 AM, João Chaínho wrote: > This patch fixes the switch port numbering on Mikrotik RB951Ui-2nD (hAP). > > Signed-off-by: João Chaínho > --- > diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network > b/target/linux/ar71xx/base-files/etc/board.d/02_network > index 39e

Re: [LEDE-DEV] wlan issue with TP-LINK wdr3600

2017-10-12 Thread Hauke Mehrtens
On 10/12/2017 07:51 PM, Felix Fietkau wrote: > On 2017-10-12 19:35, e9hack wrote: >> Am 11.10.2017 um 23:24 schrieb Christian Lamparter: >>> On Wednesday, October 11, 2017 10:42:17 PM CEST e9hack wrote: Hi, Is end the hostapd config files. They are generated by a modified hosta

[LEDE-DEV] [PATCH] kernel: bump 4.4 to 4.4.92

2017-10-12 Thread Kevin Darbyshire-Bryant
No patch refresh changes required. Compile tested for: ar71xx Archer C7 v2 Run tested: ar71xx Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant --- include/kernel-version.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/kernel-version.mk b/include/kernel-vers

Re: [LEDE-DEV] wlan issue with TP-LINK wdr3600

2017-10-12 Thread Felix Fietkau
On 2017-10-12 19:35, e9hack wrote: > Am 11.10.2017 um 23:24 schrieb Christian Lamparter: >> On Wednesday, October 11, 2017 10:42:17 PM CEST e9hack wrote: >>> Hi, >>> >>> Is end the hostapd config files. They are generated by a modified >>> hostapd.sh script. >> >> Just a quick "cross-reference".

Re: [LEDE-DEV] wlan issue with TP-LINK wdr3600

2017-10-12 Thread e9hack
Am 11.10.2017 um 23:24 schrieb Christian Lamparter: > On Wednesday, October 11, 2017 10:42:17 PM CEST e9hack wrote: >> Hi, >> >> Is end the hostapd config files. They are generated by a modified hostapd.sh >> script. > > Just a quick "cross-reference". It looks like this is related to ieee802.11w

[LEDE-DEV] ar71xx: fix switch port numbering on RB951Ui-2nD

2017-10-12 Thread João Chaínho
This patch fixes the switch port numbering on Mikrotik RB951Ui-2nD (hAP). Signed-off-by: João Chaínho --- diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network b/target/linux/ar71xx/base-files/etc/board.d/02_network index 39e819f..61dd97a 100755 --- a/target/linux/ar71xx/base-files/