Re: Troubleshooting mwl8k driver issue

2016-07-02 Thread David Gilman
> The only thing the log tells me is that this disconnect happens > voluntarily, so I see nothing wrong from just those log messages. > Can you run a sniffer to see what happens on the air when this > disconnect occurs, or increase hostapd verbosity/debugging somehow? I've given hostapd logging a

Re: [PATCHv3] dts: Add btcoex_support flag in device tree

2016-07-02 Thread kbuild test robot
-device-tree/20160702-122300 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next config: arm-allmodconfig (attached as .config) compiler: arm-linux-gnueabi-gcc (Debian 5.3.1-8) 5.3.1 20160205 reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp

Re: [PATCH] ath9k: Switch to using mac80211 intermediate software queues.

2016-07-02 Thread Tim Shepard
Toke, I've been tesing your ath9k patch (using it instead of my earlier ath9k patch) and plan to continue testing it. Thanks for unconfusing me a couple weeks ago, and cluing me into how the limit on ->pending_frames is not really relevant for the data packets that go through the new intermedi

Re: [linux-sunxi] Re: [PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property

2016-07-02 Thread Arnd Bergmann
On Saturday, July 2, 2016 8:20:35 PM CEST Arend Van Spriel wrote: > > If you want a separate property, then I repeat my very first > > suggestion, the well defined model property. > > e.g. > > > > brcmf@0 { > > model = "ampak,ap6210"; > > compatible = "brcm,bcm4329-fmac"; > >

Re: [linux-sunxi] Re: [PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property

2016-07-02 Thread Arend Van Spriel
On 1-7-2016 10:58, Jonas Gorski wrote: > Hi, > > On 30 June 2016 at 21:23, Arend Van Spriel > wrote: >> >> >> On 30-6-2016 13:31, Arnd Bergmann wrote: >>> On Thursday, June 30, 2016 12:25:15 PM CEST Hans de Goede wrote: > So then how about making use of a more specific compatible string? >>>

Re: [patch] mwifiex: fix mwifiex_add_virtual_intf()

2016-07-02 Thread Arend Van Spriel
On 2-7-2016 9:20, Dan Carpenter wrote: > We accidentally left some if statements out so the > mwifiex_add_virtual_intf() function returns early. > > Fixes: 7311ea850079 ('mwifiex: fix AP start problem for newly added > interface') > Signed-off-by: Dan Carpenter Someone beat you to it [1] ;-)

Re:

2016-07-02 Thread Mr. Bun Sam
Hi, I work with one of the major banks in Cambodia as the director of audit. I have a proposal for you, a very urgent and quick business that will be completed in 12 working days. I have just discovered documents relating to funds belonging to a deceased client of our bank, I went through all

Re: [PATCHv3] dts: Add btcoex_support flag in device tree

2016-07-02 Thread kbuild test robot
-flag-in-device-tree/20160702-122641 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next config: arm-multi_v7_defconfig (attached as .config) compiler: arm-linux-gnueabi-gcc (Debian 5.3.1-8) 5.3.1 20160205 reproduce: wget https://git.kernel.org/cgit/linux/kernel/git

[patch] mwifiex: fix mwifiex_add_virtual_intf()

2016-07-02 Thread Dan Carpenter
We accidentally left some if statements out so the mwifiex_add_virtual_intf() function returns early. Fixes: 7311ea850079 ('mwifiex: fix AP start problem for newly added interface') Signed-off-by: Dan Carpenter diff --git a/drivers/net/wireless/marvell/mwifiex/cfg80211.c b/drivers/net/wireless/

Re: [linux-sunxi] Re: [PATCH 1/4] brcmfmac: Add brcm,nvram_file_name dt property

2016-07-02 Thread Kalle Valo
Jonas Gorski writes: > Hi, > > On 30 June 2016 at 21:23, Arend Van Spriel > wrote: >> >> >> On 30-6-2016 13:31, Arnd Bergmann wrote: >>> On Thursday, June 30, 2016 12:25:15 PM CEST Hans de Goede wrote: > So then how about making use of a more specific compatible string? > > e.g. >>>