Re: [PATCH 10/14] rtlwifi: Add BTC_TRACE_STRING to new btcoex

2016-12-09 Thread Joe Perches
On Sat, 2016-12-10 at 00:56 +0100, Markus Böhme wrote: > On 12/09/2016 09:50 AM, Kalle Valo wrote: > > Dan Carpenter writes: > > > > > On Thu, Dec 08, 2016 at 02:50:49PM +0300, Dan Carpenter wrote: > > > > On Thu, Dec 08, 2016 at 01:43:42PM +0200, Kalle Valo wrote: > > > > > But it would make me

Re: pull-request: mac80211-next 2016-12-09

2016-12-09 Thread David Miller
From: Johannes Berg Date: Fri, 9 Dec 2016 13:00:13 +0100 > Closing net-next caught me by surprise, so I had to rebase a bit, > but these three patches really should go in soon. I'm not sending > them for 4.9 this late though. > > Please pull and let me know if there's any problem. Pulled, than

Re: [PATCH 10/14] rtlwifi: Add BTC_TRACE_STRING to new btcoex

2016-12-09 Thread Markus Böhme
On 12/09/2016 09:50 AM, Kalle Valo wrote: > Dan Carpenter writes: > >> On Thu, Dec 08, 2016 at 02:50:49PM +0300, Dan Carpenter wrote: >>> On Thu, Dec 08, 2016 at 01:43:42PM +0200, Kalle Valo wrote: But it would make me very happy if someone would add a similar grouping functionality to

RE: ATH9 driver issues on ARM64

2016-12-09 Thread Bharat Kumar Gogada
Correcting Manohar Mail ID. > Hello there, > > as this is a thread about ath9k and ARM64, i'm not sure if i should > answer here or not, but i have similar "stalls" with ath9k on x86_64 > (starting with 4.9rc), stack trace is posted down below where the > original ARM64 stall traces are. > > Gr

Re: ATH9 driver issues on ARM64

2016-12-09 Thread Tobias Klausmann
Hello there, as this is a thread about ath9k and ARM64, i'm not sure if i should answer here or not, but i have similar "stalls" with ath9k on x86_64 (starting with 4.9rc), stack trace is posted down below where the original ARM64 stall traces are. Greetings, Tobias On 08.12.2016 18:36, K

pull-request: mac80211-next 2016-12-09

2016-12-09 Thread Johannes Berg
Hi Dave, Closing net-next caught me by surprise, so I had to rebase a bit, but these three patches really should go in soon. I'm not sending them for 4.9 this late though. Please pull and let me know if there's any problem. Thanks, johannes The following changes since commit f81a8a02bb3b3e882

[PATCH for-4.10 2/2] brcmfmac: fix uninitialized field in scheduled scan ssid configuration

2016-12-09 Thread Arend van Spriel
The scheduled scan ssid configuration in firmware has a flags field that was not initialized resulting in unexpected behaviour. Fixes: e3bdb7cc0300 ("brcmfmac: fix handling ssids in .sched_scan_start() callback") Reviewed-by: Hante Meuleman Reviewed-by: Pieter-Paul Giesberts Reviewed-by: Franky

[PATCH for-4.10 0/2] brcmfmac: small fixes for after merge window

2016-12-09 Thread Arend van Spriel
Two issues found during more testing. The first patch fixes a memory leak in error path. The second one fixes a regression introduced by a change that currently sits in wireless-drivers-next. These patches have been applied on top of wireless-drivers-next/master branch so it can apply on wireless-

[PATCH for-4.10 1/2] brcmfmac: fix memory leak in brcmf_cfg80211_attach()

2016-12-09 Thread Arend van Spriel
In brcmf_cfg80211_attach() there was one error path not properly handled as it leaked memory allocated in brcmf_btcoex_attach(). Reviewed-by: Hante Meuleman Reviewed-by: Pieter-Paul Giesberts Reviewed-by: Franky Lin Signed-off-by: Arend van Spriel --- drivers/net/wireless/broadcom/brcm80211/b

Re: [PATCH] RFC: Universal scan proposal

2016-12-09 Thread Arend Van Spriel
On 8-12-2016 23:35, Dmitry Shmidt wrote: > On Wed, Dec 7, 2016 at 12:51 PM, Arend Van Spriel > wrote: >> On 7-12-2016 19:39, Dmitry Shmidt wrote: >>> On Tue, Dec 6, 2016 at 10:44 PM, Johannes Berg >>> wrote: > Indeed, results are results. I just want to take care of two things: > 1)

Re: [PATCH 10/14] rtlwifi: Add BTC_TRACE_STRING to new btcoex

2016-12-09 Thread Kalle Valo
Dan Carpenter writes: > I don't have a problem with the ath debug printks. Larry asked me for > examples of better debug functions and the ath code is an example. > Literally, any existing debug functions are better than the > BTC_TRACE_STRING() stuff. Sure, I agree with that. My point was just

Re: [PATCH 10/14] rtlwifi: Add BTC_TRACE_STRING to new btcoex

2016-12-09 Thread Kalle Valo
Dan Carpenter writes: > On Thu, Dec 08, 2016 at 02:50:49PM +0300, Dan Carpenter wrote: >> On Thu, Dec 08, 2016 at 01:43:42PM +0200, Kalle Valo wrote: >> > But it would make me very happy if someone would add a similar grouping >> > functionality to dyndbg to make it easy to enable a set of debug