Re: [PATCH 2/2] brcmfmac: Use separate firmware for revision 0 of the brcm43430 chip

2017-08-25 Thread Jörg Krause
Hi Hans, On Fri, 2017-08-25 at 16:03 +0200, Hans de Goede wrote: > Hi, > > On 25-08-17 15:55, Jörg Krause wrote: > > Hi, > > > > On Fri, 2017-06-16 at 15:14 +0200, Hans de Goede wrote: > > > The brcm43430 chip needs different firmware files for chip revisi

Re: [PATCH 2/2] brcmfmac: Use separate firmware for revision 0 of the brcm43430 chip

2017-08-25 Thread Jörg Krause
e is no "brcmfmac43430a0-sdio.bin" in linux- firmware. Therefore, my custom board fails: # [ 24.894241] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43430a0-sdio.bin failed with error -2 [ 25.914322] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (100): clkctl 0x50 [ 26.934186] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (100): clkctl 0x50 Can someone provide the firmware file, please? Best regards, Jörg Krause

Re: [PATCH 2/2] brcmfmac: Use separate firmware for revision 0 of the brcm43430 chip

2017-08-25 Thread Jörg Krause
Hi, On Fri, 2017-06-16 at 15:14 +0200, Hans de Goede wrote: > The brcm43430 chip needs different firmware files for chip revision 0 > and 1. The file currently in linux-firmware is for revision 1 only. > > This commit makes brcmfmac request brcmfmac43430a0-sdio.bin instead > of

Re: brcmfmac experiment for a specific use case - tx throughput maximization for slow CPU with glomming

2017-08-21 Thread Jörg Krause
Hi Fabio, On Fri, 2017-08-18 at 08:50 -0300, Fabio Estevam wrote: > Hi Jörg, > > On Thu, Jun 1, 2017 at 3:37 AM, Jörg Krause <joerg.krause@embedded.rocks> > wrote: > > > I'm experiencing low throughput with a BCM43362 wifi chip attached via > > SDIO to an i

Re: brcmfmac experiment for a specific use case - tx throughput maximization for slow CPU with glomming

2017-06-01 Thread Jörg Krause
Hi Jérôme, On Wed, 2017-05-24 at 07:33 -0400, Jérôme Carretero wrote: > Hi, > > > I've crippled a Raspberry Pi 3 (1 core, 200 MHz) and observed that the > glomming feature has a definite impact on TX performance, but it looks > like at this CPU frequency, the work queue is solicited "too often"

Re: brcmfmac: problem using WPS with wpa_supplicant on BCM43362

2017-02-27 Thread Jörg Krause
Hi Arend, On Fri, 2017-02-24 at 13:15 +0100, Arend Van Spriel wrote: > On 24-2-2017 11:26, Jörg Krause wrote: > > Hi Arend, > > > > On Fri, 2017-02-24 at 10:58 +0100, Arend Van Spriel wrote: > > > On 24-2-2017 10:43, Jörg Krause wrote: > > > > Hi Arend,

Re: brcmfmac: problem using WPS with wpa_supplicant on BCM43362

2017-02-24 Thread Jörg Krause
Hi Arend, On Fri, 2017-02-24 at 10:58 +0100, Arend Van Spriel wrote: > On 24-2-2017 10:43, Jörg Krause wrote: > > Hi Arend, > > > > On Fri, 2017-02-24 at 09:16 +0100, Arend Van Spriel wrote: > > > > > > On 23-2-2017 21:21, Jörg Krause wrote: > > >

Re: brcmfmac: problem using WPS with wpa_supplicant on BCM43362

2017-02-24 Thread Jörg Krause
Hi Arend, On Fri, 2017-02-24 at 09:16 +0100, Arend Van Spriel wrote: > > On 23-2-2017 21:21, Jörg Krause wrote: > > Hi, > > > > I am using Linux Kernel v4.9.9 and wpa_supplicant 2.6. When running > > 'wpa_cli wps_pin any', the following messages are printed:

Re: brcmfmac: problem using WPS with wpa_supplicant on BCM43362

2017-02-24 Thread Jörg Krause
Hi Arend, On Fri, 2017-02-24 at 09:16 +0100, Arend Van Spriel wrote: > > On 23-2-2017 21:21, Jörg Krause wrote: > > Hi, > > > > I am using Linux Kernel v4.9.9 and wpa_supplicant 2.6. When running > > 'wpa_cli wps_pin any', the following messages are printed:

brcmfmac: problem using WPS with wpa_supplicant on BCM43362

2017-02-23 Thread Jörg Krause
_ie: Set Beacon IE Failed """ .. and nothing happens. The data sheet for the BCM43362 states that the module supports WPS. Best regards, Jörg Krause

Re: TCP data throughput for BCM43362

2016-10-12 Thread Jörg Krause
On Thu, 2016-10-13 at 00:25 +0200, Arend Van Spriel wrote: > Op 12 okt. 2016 23:19 schreef "Jörg Krause" <joerg.kra...@embedded.ro > cks>: > > > > On Wed, 2016-10-12 at 23:08 +0200, Arend Van Spriel wrote: > > > Op 12 okt. 2016 21:30 schreef &qu

Re: TCP data throughput for BCM43362

2016-10-12 Thread Jörg Krause
On Wed, 2016-10-12 at 23:08 +0200, Arend Van Spriel wrote: > Op 12 okt. 2016 21:30 schreef "Jörg Krause" <joerg.kra...@embedded.ro > cks>: > > > > On Mi, 2016-10-12 at 21:08 +0200, Arend van Spriel wrote: > > > > [snip] &

Re: TCP data throughput for BCM43362

2016-10-12 Thread Jörg Krause
> matter. Note, that a user reported "low" throughput on i.MX28 (same processor I use with BCM43362) using Qualcom/Atheros QCA 6124 only seeing 20MB using iperf [1]. [1] https://community.nxp.com/thread/353921 Best regards Jörg Krause

Re: TCP data throughput for BCM43362

2016-10-12 Thread Jörg Krause
On Mi, 2016-10-12 at 21:08 +0200, Arend van Spriel wrote: [snip] > On 12-10-16 16:27, Jörg Krause wrote: > > > > It is running the iperf server. It is running in station mode as > > well > > as in AP mode, depending on the use case. The wireshark dump was >

Re: TCP data throughput for BCM43362

2016-10-12 Thread Jörg Krause
On Mi, 2016-10-12 at 10:11 +0200, Arend Van Spriel wrote: > On 11-10-2016 8:14, Jörg Krause wrote: > > > > > > > > Hi Arend, > > > > Am 22. September 2016 16:00:36 MESZ, schrieb Arend Van Spriel > d.vanspr...@broadcom.com>: > >

Re: TCP data throughput for BCM43362

2016-10-11 Thread Jörg Krause
Hi Arend, Am 22. September 2016 16:00:36 MESZ, schrieb Arend Van Spriel <arend.vanspr...@broadcom.com>: >Op 22 sep. 2016 14:52 schreef "Jörg Krause" ><joerg.krause@embedded.rocks>: >> >> On Do, 2016-09-22 at 10:09 +0200, Arend Van Spriel wrote: &

Re: TCP data throughput for BCM43362

2016-09-19 Thread Jörg Krause
Hi Arend, On Wed, 2016-09-14 at 20:13 +0200, Arend Van Spriel wrote: > On 14-9-2016 15:41, Jörg Krause wrote: > > > > Hi, > > > > On Mon, 2016-08-29 at 23:15 +0200, Jörg Krause wrote: > > > > > > On Mi, 2016-08-24 at 20:35 +0200, Arend Van Spriel

Re: TCP data throughput for BCM43362

2016-09-14 Thread Jörg Krause
Hi, On Mon, 2016-08-29 at 23:15 +0200, Jörg Krause wrote: > On Mi, 2016-08-24 at 20:35 +0200, Arend Van Spriel wrote: > > > > On 22-8-2016 15:37, Jörg Krause wrote: > > > > > > > > > Hi all, > > > > > > I am back from

Re: TCP data throughput for BCM43362

2016-08-12 Thread Jörg Krause
Am 7. August 2016 13:41:04 MESZ, schrieb Arend van Spriel <arend.vanspr...@broadcom.com>: >On 06-08-16 16:12, Jörg Krause wrote: >> Hi all, > >A bit weird email format making it a bit hard to determine where your >last reply starts... Sorry for my bad mobile mail cli

Re: TCP data throughput for BCM43362

2016-08-06 Thread Jörg Krause
Hi all, On Fr, 2016-08-05 at 17:56 -0700, Franky Lin wrote: On Fri, Aug 5, 2016 at 2:29 PM, Jörg Krause <joerg.kra...@embedded.ro cks> wrote: Am 5. August 2016 23:01:10 MESZ, schrieb Arend Van Spriel < arend.vanspr...@broadcom.com>: Op 5 aug. 2016 22:46 schreef "Jörg Krau

Re: TCP data throughput for BCM43362

2016-08-06 Thread Jörg Krause
Hi Franky, On Fr, 2016-08-05 at 17:56 -0700, Franky Lin wrote: > On Fri, Aug 5, 2016 at 2:29 PM, Jörg Krause <joerg.kra...@embedded.ro > cks> > wrote: > > > > > > > > > Am 5. August 2016 23:01:10 MESZ, schrieb Arend Van Spriel < > > arend.v

Re: TCP data throughput for BCM43362

2016-08-05 Thread Jörg Krause
Am 5. August 2016 23:01:10 MESZ, schrieb Arend Van Spriel <arend.vanspr...@broadcom.com>: >Op 5 aug. 2016 22:46 schreef "Jörg Krause" ><joerg.krause@embedded.rocks>: >> >> Hi, >> >> I'm using a custom ARM board with an BCM43362 wifi chip f

TCP data throughput for BCM43362

2016-08-05 Thread Jörg Krause
://community.broadcom.com/thread/3978 [2] http://www.mouser.de/new/broadcom/broadcom-bcm943362wcd4/ Best regards Jörg Krause -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: brcmfmac: Failed to create interface p2p-dev-p2p0: -28 (No space left on device)

2015-07-23 Thread Jörg Krause
Hi all, On Di, 2015-07-07 at 09:47 +0200, Jörg Krause wrote: Hi Arend, On Di, 2015-06-23 at 14:08 +0200, Arend van Spriel wrote: On 06/23/15 13:31, Jörg Krause wrote: Hi Arend, On So, 2015-06-21 at 23:18 +0200, Arend van Spriel wrote: My bad. The patch removes p2pdev from

Re: brcmfmac: Failed to create interface p2p-dev-p2p0: -28 (No space left on device)

2015-06-23 Thread Jörg Krause
. Never mind! Did you had a good night sleep already :-) ? Best regards Jörg Krause -- To unsubscribe from this list: send the line unsubscribe linux-wireless in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: brcmfmac: Failed to create interface p2p-dev-p2p0: -28 (No space left on device)

2015-06-18 Thread Jörg Krause
On Do, 2015-06-18 at 10:27 +0200, Arend van Spriel wrote: On 06/18/15 08:13, Jörg Krause wrote: Hi Arend, On Di, 2015-06-16 at 16:26 +0200, Arend van Spriel wrote: On 06/16/15 11:59, Jörg Krause wrote: Hi Arend, as I wrote in my previous mail (brcmfmac

Re: brcmfmac: Failed to create interface p2p-dev-p2p0: -28 (No space left on device)

2015-06-18 Thread Jörg Krause
Hi Arend, On Di, 2015-06-16 at 16:26 +0200, Arend van Spriel wrote: On 06/16/15 11:59, Jörg Krause wrote: Hi Arend, as I wrote in my previous mail (brcmfmac: brcmf_p2p_create_p2pdev: timeout occurred) I get a p2p0 interface when loading the brcmfmac module with p2pon=1 (Linux kernel

brcmfmac: Failed to create interface p2p-dev-p2p0: -28 (No space left on device)

2015-06-16 Thread Jörg Krause
/wpa_supplicant.conf -ddt The P2P config file: # cat /etc/p2p_supplicant.conf ctrl_interface=/var/run/p2p_supplicant device_name=P2P Test device_type=1-0050F204-1 I attached the log output from wpa_supplicant. Best regards Jörg Krause # wpa_supplicant -Dnl80211 -ip2p0 -c /etc

Re: brcmfmac: brcmf_p2p_create_p2pdev: timeout occurred

2015-06-08 Thread Jörg Krause
On Mo, 2015-06-08 at 18:46 +0200, Arend van Spriel wrote: On 06/08/15 15:48, Jörg Krause wrote: Hi Arend, On Mo, 2015-06-08 at 14:41 +0200, Arend van Spriel wrote: On 06/08/15 14:35, Jörg Krause wrote: Hi, I've trouble creating the p2p interface on a BCM43362 wifi

Re: brcmfmac: brcmf_p2p_create_p2pdev: timeout occurred

2015-06-08 Thread Jörg Krause
On Mo, 2015-06-08 at 23:14 +0200, Arend van Spriel wrote: On 06/08/15 22:17, Jörg Krause wrote: On Mo, 2015-06-08 at 18:46 +0200, Arend van Spriel wrote: On 06/08/15 15:48, Jörg Krause wrote: Hi Arend, On Mo, 2015-06-08 at 14:41 +0200, Arend van Spriel wrote: On 06/08/15 14

Re: brcmfmac: brcmf_p2p_create_p2pdev: timeout occurred

2015-06-08 Thread Jörg Krause
Hi Arend, On Mo, 2015-06-08 at 14:41 +0200, Arend van Spriel wrote: On 06/08/15 14:35, Jörg Krause wrote: Hi, I've trouble creating the p2p interface on a BCM43362 wifi device running Linux kernel 4.0.4: # dmesg | grep brcmfmac [7.010870] brcmfmac

brcmfmac: brcmf_p2p_create_p2pdev: timeout occurred

2015-06-08 Thread Jörg Krause
) [ 373.637263] brcmfmac: brcmf_p2p_create_p2pdev: timeout occurred [ 373.679377] brcmfmac: brcmf_cfg80211_del_key: invalid key index (4) [ 373.685733] brcmfmac: brcmf_cfg80211_del_key: invalid key index (5) Any idea? Best regards Jörg Krause -- To unsubscribe from this list: send the line

Re: brcmfmac: brcmf_p2p_create_p2pdev: timeout occurred

2015-06-08 Thread Jörg Krause
Hi Arend, On Mo, 2015-06-08 at 14:41 +0200, Arend van Spriel wrote: On 06/08/15 14:35, Jörg Krause wrote: Hi, I've trouble creating the p2p interface on a BCM43362 wifi device running Linux kernel 4.0.4: # dmesg | grep brcmfmac [7.010870] brcmfmac

Re: brcmfmac: kernel panic in brcmf_cfg80211_del_key

2015-01-23 Thread Jörg Krause
Hi Arend, On Fr, 2015-01-23 at 15:21 +0100, Arend van Spriel wrote: On 01/23/15 13:31, Jörg Krause wrote: Hi all, I'm running an wireless device with Linux kernel 3.18.3 and the brcmfmac driver. When connection the device to my network, I see from time to time these messages

brcmfmac: kernel panic in brcmf_cfg80211_del_key

2015-01-23 Thread Jörg Krause
+0x0/0x44) [ 902.591178] ---[ end trace 93a9f5360e80c5ca ]--- I'm not sure if I should worry about this issue. Best regards Jörg Krause -- To unsubscribe from this list: send the line unsubscribe linux-wireless in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH 7/7] brcmfmac: add multiple BSS support.

2014-12-06 Thread Jörg Krause
fails. Do I missed something within the setup? Best regards Jörg Krause -- To unsubscribe from this list: send the line unsubscribe linux-wireless in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 7/7] brcmfmac: add multiple BSS support.

2014-12-06 Thread Jörg Krause
On Sa, 2014-12-06 at 20:19 +0100, Arend van Spriel wrote: I realized that what you are trying to do here is adding a virtual AP interface wlan0_ap and wlan0 is still configured as STA. This is not possible with the current driver code. So actually it should not be possible to create an AP