Re: [PATCH v2 09/14] rt2x00: rt2x00pci: set PCI MWI only if supported

2017-01-16 Thread John Crispin
On 17/01/2017 02:56, Daniel Golle wrote: > On Mon, Jan 16, 2017 at 11:08:57AM +0100, Stanislaw Gruszka wrote: >> On Mon, Jan 16, 2017 at 04:06:25AM +0100, Daniel Golle wrote: >>> From: Claudio Mignanti >>> >>> This is needed for devices without support for PCI MWI. See also >>> https://dev.openw

Re: [PATCH v2 09/14] rt2x00: rt2x00pci: set PCI MWI only if supported

2017-01-16 Thread Daniel Golle
On Mon, Jan 16, 2017 at 11:08:57AM +0100, Stanislaw Gruszka wrote: > On Mon, Jan 16, 2017 at 04:06:25AM +0100, Daniel Golle wrote: > > From: Claudio Mignanti > > > > This is needed for devices without support for PCI MWI. See also > > https://dev.openwrt.org/changeset/21850 > > > > Signed-off-by

Re: [PATCH v2 14/14] rt2x00: add support for RT5350 WiSoC

2017-01-16 Thread Daniel Golle
On Mon, Jan 16, 2017 at 11:17:44AM +0100, Stanislaw Gruszka wrote: > On Mon, Jan 16, 2017 at 04:17:58AM +0100, Daniel Golle wrote: > > @@ -7131,6 +7236,12 @@ static int rt2800_validate_eeprom(struct rt2x00_dev > > *rt2x00dev) > > rt2x00_set_field16(&word, EEPROM_NIC_CONF0_RF_TYPE, RF28

Re: brcmfmac: add support for BCM43455 with modalias sdio:c00v02D0dA9BF

2017-01-16 Thread Andreas Färber
Hi Martin, Am 16.01.2017 um 11:17 schrieb Martin Blumenstingl: > BCM43455 is a more recent revision of the BCM4345. Some of the BCM43455 > got a dedicated SDIO device ID which is currently not supported by > brcmfmac. > Adding the new sdio_device_id to brcmfmac is enough to get the BCM43455 > supp

Strange Behaviors in 802.11 Association MLME

2017-01-16 Thread Jinghao Shi
Hi, We're working on a formal validation framework for wireless protocol implementations. We have performed experiments on the 802.11 association state machine and have found peculiar association behaviors.We'd like to share our findings to the community and confirm whether they reveal potential i

Re: Support of rtl8723bs

2017-01-16 Thread Larry Finger
On 01/16/2017 07:25 AM, Jes Sorensen wrote: Hanno Zulla writes: Hi, has there been any progress on the rtl8723bs / sdio issue? There were no updates to this mailing list or the usual git repositories since this was last discussed, unless I missed the proper place to look for this. I'm sorry

[PATCH V2] mtd: bcm47xxsflash: use platform_(set|get)_drvdata

2017-01-16 Thread Rafał Miłecki
From: Rafał Miłecki We have generic place & helpers for storing platform driver data so there is no reason for using custom priv pointer. This allows cleaning up struct bcma_sflash from unneeded fields. Signed-off-by: Rafał Miłecki --- Kalle: This is mtd focused patch, so I guess it should go

[PATCH] ath10k: dump Copy Engine registers during firmware crash

2017-01-16 Thread Kalle Valo
From: Mohammed Shafi Shajakhan Dump Copy Engine source and destination ring addresses. This is useful information to debug firmware crashes, assertes or hangs over long run assessing the Copy Engine Register status. This also enables dumping CE register status in debugfs Crash Dump file. Screen

ANNOUNCE: Netdev 2.1 Call For Proposals Opened!

2017-01-16 Thread Jamal Hadi Salim
Folks, We are pleased to announce that the CFP for netdev 2.1 is now open. Netdev 2.1 is a community-driven conference geared towards Linux netheads. Linux kernel networking and user space utilization of the interfaces to the Linux kernel networking subsystem are the focus. If you are using Lin

Re: [PATCH] ath10k: Search SMBIOS for OEM board file extension

2017-01-16 Thread Waldemar Rymarkiewicz
On 14 January 2017 at 19:09, kbuild test robot wrote: > Hi Waldemar, > > [auto build test WARNING on ath6kl/ath-next] > [also build test WARNING on v4.10-rc3 next-20170113] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > > url: > https:

Re: Searching new home for ath[59]k-devel mailing lists

2017-01-16 Thread Kalle Valo
Hi Michael, "Michael Renzmann" writes: > Michael Renzmann wrote: >> Someone should also update the "Mailing list" section of [1] accordingly. >> I guess one needs to have a valid user account for that to do, and I don't >> have one atm. > > I now have an account, but am not sure how to proceed.

Re: Support of rtl8723bs

2017-01-16 Thread Jes Sorensen
Hanno Zulla writes: > Hi, > > has there been any progress on the rtl8723bs / sdio issue? > > There were no updates to this mailing list or the usual git repositories > since this was last discussed, unless I missed the proper place to look > for this. > > I'm sorry that I can't be more helpful wit

Re: Support of rtl8723bs

2017-01-16 Thread Hanno Zulla
Hi, has there been any progress on the rtl8723bs / sdio issue? There were no updates to this mailing list or the usual git repositories since this was last discussed, unless I missed the proper place to look for this. I'm sorry that I can't be more helpful with actual development, but am eager t

Re: Searching new home for ath[59]k-devel mailing lists

2017-01-16 Thread Michael Renzmann
Hi Kalle, hi all. Michael Renzmann wrote: > Someone should also update the "Mailing list" section of [1] accordingly. > I guess one needs to have a valid user account for that to do, and I don't > have one atm. I now have an account, but am not sure how to proceed. ath5k-devel is referenced on t

[RFC V2 4/5] cfg80211: add request id to cfg80211_sched_scan_results() api

2017-01-16 Thread Arend van Spriel
Have proper request id filled in the SCHED_SCAN_RESULTS notification toward user-space by having the driver provide it through the api. Reviewed-by: Hante Meuleman Reviewed-by: Pieter-Paul Giesberts Reviewed-by: Franky Lin Signed-off-by: Arend van Spriel --- drivers/net/wireless/ath/ath6kl/wm

[RFC V2 1/5] nl80211: allow multiple active scheduled scan requests

2017-01-16 Thread Arend van Spriel
This patch implements the idea to have multiple scheduled scan requests running concurrently. It mainly illustrates how to deal with the incoming request from user-space in terms of backward compatibility. In order to use multiple scheduled scans user-space needs to provide a flag attribute NL80211

[RFC V2 2/5] nl80211: include request id in scheduled scan event messages

2017-01-16 Thread Arend van Spriel
Include the request id in the event messages so user-space knows which scan the event relates to. Reviewed-by: Hante Meuleman Reviewed-by: Pieter-Paul Giesberts Reviewed-by: Franky Lin Signed-off-by: Arend van Spriel --- net/wireless/nl80211.c | 23 +++ net/wireless/nl8021

[RFC V2 5/5] cfg80211: add request id in cfg80211_sched_scan_stopped{,_rtnl}() api

2017-01-16 Thread Arend van Spriel
Allow driver to indicate which scheduled scan request is being aborted by providing the request id. Reviewed-by: Hante Meuleman Reviewed-by: Pieter-Paul Giesberts Reviewed-by: Franky Lin Signed-off-by: Arend van Spriel --- drivers/net/wireless/ath/ath6kl/cfg80211.c | 2 +- .../n

[RFC V2 0/5] cfg80211: support multiple scheduled scans

2017-01-16 Thread Arend van Spriel
After sending out the initial RFC for multiple scheduled scan support [1] here a series that deal with it all (I hope) so including events and the driver function call apis. Resending it due to build issue and it was based on old mac80211-next master revision. *Now* it does apply to the master bra

[RFC V2 3/5] cfg80211: add request id parameter to .sched_scan_stop() signature

2017-01-16 Thread Arend van Spriel
For multiple scheduled scan support the driver needs to know which scheduled scan request is being stopped. Pass the request id in the .sched_scan_stop() callback. Reviewed-by: Hante Meuleman Reviewed-by: Pieter-Paul Giesberts Reviewed-by: Franky Lin Signed-off-by: Arend van Spriel --- driver

wpa_supplicant mesh mode issue

2017-01-16 Thread Matteo Grandi
Hi all, I'm trying to set-up a mesh network using wpa-supplicant (already did using iw and works fine) because I would like to implement security. I followed the guide https://wireless.wiki.kernel.org/en/users/drivers/ath10k/mesh?s[]=mesh&s[]=point but I bump into some issues: - when I set the pa

Re: [PATCH] brcmfmac: add support for BCM43455 with modalias sdio:c00v02D0dA9BF

2017-01-16 Thread Arend Van Spriel
On 16-1-2017 11:17, Martin Blumenstingl wrote: > BCM43455 is a more recent revision of the BCM4345. Some of the BCM43455 > got a dedicated SDIO device ID which is currently not supported by > brcmfmac. > Adding the new sdio_device_id to brcmfmac is enough to get the BCM43455 > supported because the

Re: [PATCH v2 14/14] rt2x00: add support for RT5350 WiSoC

2017-01-16 Thread Stanislaw Gruszka
On Mon, Jan 16, 2017 at 04:17:58AM +0100, Daniel Golle wrote: > @@ -7131,6 +7236,12 @@ static int rt2800_validate_eeprom(struct rt2x00_dev > *rt2x00dev) > rt2x00_set_field16(&word, EEPROM_NIC_CONF0_RF_TYPE, RF2820); > rt2800_eeprom_write(rt2x00dev, EEPROM_NIC_CONF0, wor

[PATCH] brcmfmac: add support for BCM43455 with modalias sdio:c00v02D0dA9BF

2017-01-16 Thread Martin Blumenstingl
BCM43455 is a more recent revision of the BCM4345. Some of the BCM43455 got a dedicated SDIO device ID which is currently not supported by brcmfmac. Adding the new sdio_device_id to brcmfmac is enough to get the BCM43455 supported because the chip itself is already supported (due to BCM4345 support

Re: [PATCH v2 12/14] rt2x00: rt2800lib: support for for RT3352 with external PA

2017-01-16 Thread Stanislaw Gruszka
On Mon, Jan 16, 2017 at 04:14:57AM +0100, Daniel Golle wrote: > This is needed for WiFi to work e.g. on DIR-615 rev.H1 which got > external RF power amplifiers connected to the WiSoC. > > Signed-off-by: Daniel Golle > Signed-off-by: Gabor Juhos Acked-by: Stanislaw Gruszka

Re: [PATCH v2 10/14] rt2x00: rt2800lib: correctly set HT20/HT40 filter

2017-01-16 Thread Stanislaw Gruszka
On Mon, Jan 16, 2017 at 04:08:38AM +0100, Daniel Golle wrote: > From: Serge Vasilugin > > Simple patch to correct HT20/HT40 filter setting. > Tested with Rt3290, Rt3352 and Rt5350 > > Signed-off-by: Serge Vasilugin > Signed-off-by: Daniel Golle Acked-by: Stanislaw Gruszka

Re: [PATCH v2 11/14] rt2x00: rt2800lib: fix rf id for RT3352

2017-01-16 Thread Stanislaw Gruszka
On Mon, Jan 16, 2017 at 04:13:01AM +0100, Daniel Golle wrote: > From: Felix Fietkau > > Signed-off-by: Felix Fietkau > Signed-off-by: Daniel Golle Acked-by: Stanislaw Gruszka

Re: [PATCH v2 09/14] rt2x00: rt2x00pci: set PCI MWI only if supported

2017-01-16 Thread Stanislaw Gruszka
On Mon, Jan 16, 2017 at 04:06:25AM +0100, Daniel Golle wrote: > From: Claudio Mignanti > > This is needed for devices without support for PCI MWI. See also > https://dev.openwrt.org/changeset/21850 > > Signed-off-by: Daniel Golle > --- > drivers/net/wireless/ralink/rt2x00/rt2x00pci.c | 2 ++ >

Re: [PATCH v2 04/14] rt2x00: rt2800lib: fix beacon generation on RT3593

2017-01-16 Thread Stanislaw Gruszka
Hi I looked more detail in the patches and now I think shared mem and 16 hw beacons patches are not needed. Explanation is below. Sorry for not pointing this before. On Mon, Jan 16, 2017 at 04:01:14AM +0100, Daniel Golle wrote: > From: Gabor Juhos > > On the RT3593 chipset, the beacon registers

Re: support for Ampak AP6255 (bcm43455c0 with SDIO device ID 0xa9bf)

2017-01-16 Thread Arend Van Spriel
On 15-1-2017 0:18, Martin Blumenstingl wrote: > Hello, > > I recently got a "Khadas VIM Pro" (see [0] for more information) > The "Pro" version comes with an AP6255 wifi chipset. > Looking at the vendor firmware this seems to be a bcm43455 device: [1] > > To my surprise brcmfmac from a mainline 4