Re: linux-only freshness auth problem??

2015-08-22 Thread Michael Tokarev
21.08.2015 13:16, Johannes Berg wrote: On Fri, 2015-08-21 at 12:35 +0300, Michael Tokarev wrote: Aug 21 11:31:49 x200la kernel: wlan0: authenticated Aug 21 11:31:49 x200la kernel: wlan0: waiting for beacon from c0:4a:00:49:1b:f2 Do you see any *kernel* messages after this? I'm half expecting

Re: linux-only freshness auth problem??

2015-08-22 Thread Michael Tokarev
21.08.2015 12:53, Rafał Miłecki wrote: On 21 August 2015 at 11:35, Michael Tokarev m...@tls.msk.ru wrote: Any hints please? :) Disable NetworkManager (or make it ignore WiFi interface) and temporary use wpa_supplicant. Get a log with debugging enables when it fails and when it success. Look

linux-only freshness auth problem??

2015-08-21 Thread Michael Tokarev
Hello. I'm facing quite an interesting issue here. Hotel wifi, with psk auth. All devices works fine, including various models of cell phones, various laptops. But one laptop does not work, the network refuses to authenticate, NetworkManager re-asks for the password. The same laptop, when

Re: BCM4313 brcmsmac 3.12: only semi-working?

2014-12-21 Thread Michael Tokarev
[Trimming Cc list a bit] 21.12.2014 13:12, Arend van Spriel wrote: On 12/21/14 10:58, Michael Tokarev wrote: 16.12.2014 19:51, Arend van Spriel wrote: Hmm. The function brcms_btc_ecicoex_enab() is calling itself. Please remove that call as it causes endless recursion and eventually reboot

Re: BCM4313 brcmsmac 3.12: only semi-working?

2014-12-02 Thread Michael Tokarev
30.11.2014 15:04, Arend van Spriel wrote: Thanks. Did not find what I was looking for, but I started working on integrating btcoex related functionality. The attached patch will print some info so I can focus on the required functionality for your device. It is based on 3.18-rc5. With this

Re: BCM4313 brcmsmac 3.12: only semi-working?

2014-11-26 Thread Michael Tokarev
I'm sorry this took so long - I was AFK during weekend and had to deal with a huge backlog after that. Now it is all sorted. 23.11.2014 12:43, Arend van Spriel wrote: On 19-11-14 22:00, Michael Tokarev wrote: [] Well, it shows tx looks ok, but with download there is not much of that going

Re: BCM4313 brcmsmac 3.12: only semi-working?

2014-11-19 Thread Michael Tokarev
18.11.2014 01:36, Maximilian Engelhardt wrote: [] I just wanted to ask if there is any progress on this issue since I haven't heard anything for a month. Please let me know if you need any additional information. I've no idea if there's any progress. Meanwhile I've an easy way of testing of

Re: BCM4313 brcmsmac 3.12: only semi-working?

2014-11-19 Thread Michael Tokarev
19.11.2014 20:54, Arend van Spriel wrote: [] In our last email exchange I got the impression you switch to Intel board and did not want to keep replacing cards for testing. I especially wrote that I have several days to try things out and if you'll be quick it will be possible for me to test

Re: BCM4313 brcmsmac 3.12: only semi-working?

2014-11-19 Thread Michael Tokarev
19.11.2014 22:58, Michael Tokarev wrote: 19.11.2014 20:54, Arend van Spriel wrote: [] I submitted two patches upstream and additionally I have attached two other that are still under review. Could you try these patches and sent me the content of the two debugfs files 'macstat' and 'hardware

Re: [PATCH][RTF][RFC] brcmsmac: add workaround for old BCM4313 devices with Bluetooth

2014-10-09 Thread Michael Tokarev
09.10.2014 14:22, Arend van Spriel wrote: I know where the function should be called according our driver and guess what: if (bfl BFL_FEM chip == 4313) { Can you fix whitespace there too, and add parens around the operation, while at it? if (!(boardrev= 0x1250 bfl

Re: BCM4313 brcmsmac 3.12: only semi-working?

2014-09-26 Thread Michael Tokarev
26.09.2014 18:42, Arend van Spriel wrote: Being bold here, but would you be willing to send that non-working part of hardware to me. I seem to have 4313 cards over here that just work and it would help greatly investigating the issue. I guess you do not care that much anymore, but might be

Re: BCM4313 brcmsmac 3.12: only semi-working?

2014-09-24 Thread Michael Tokarev
I looked at the log. I see download commence because the packets received of 1562 bytes length. So within one second I see little over 200 packets so approx. 3Mbps which is not impressive but I don't know what can be expected. When it works it goes 50+ Mbps. I always tested at the same place

Re: BCM4313 brcmsmac 3.12: only semi-working?

2014-09-23 Thread Michael Tokarev
21.09.2014 19:30, Michael Tokarev wrote: Namely, after resume, the card does not work. ARP works, ping and DNS sometimes/somewhat work, inital TCP connection establisment works, but eg http download does not work, it stalls almost immediately. It does not work at all anymore again. Not only

Re: BCM4313 brcmsmac 3.12: only semi-working?

2014-09-23 Thread Michael Tokarev
23.09.2014 18:25, Michael Tokarev wrote: 23.09.2014 17:50, Arend van Spriel wrote: On 09/23/14 15:44, Seth Forshee wrote: [] It's been quite some time since I used them, but I think brcmsmac_tx is quite noisy so you may only want to enable that if you already suspect a tx problem. I always

Re: BCM4313 brcmsmac 3.12: only semi-working?

2014-09-23 Thread Michael Tokarev
23.09.2014 18:31, Seth Forshee пишет: On Tue, Sep 23, 2014 at 06:28:54PM +0400, Michael Tokarev wrote: 23.09.2014 18:25, Michael Tokarev wrote: 23.09.2014 17:50, Arend van Spriel wrote: On 09/23/14 15:44, Seth Forshee wrote: [] It's been quite some time since I used them, but I think