RE: [PATCH v2 1/9] cfg80211: add start / stop NAN commands

2016-09-18 Thread Otcheretianski, Andrei
> -Original Message- > From: Arend Van Spriel [mailto:arend.vanspr...@broadcom.com] > Sent: Friday, September 16, 2016 13:59 > To: Luca Coelho ; johan...@sipsolutions.net > Cc: linux-wireless@vger.kernel.org; Beker, Ayala ; > Otcheretianski, Andrei ; Grumbach, > Emmanuel ; Coelho, Luciano >

Re: [PATCH 2/4] carl9170: fix debugfs crashes

2016-09-18 Thread Kalle Valo
Greg KH writes: > On Sat, Sep 17, 2016 at 09:43:02PM +0200, Christian Lamparter wrote: >> Ben Greear reported: >> > I see lots of instability as soon as I load up the carl9710 NIC. >> > My application is going to be poking at it's debugfs files... >> > >> > BUG: KASAN: slab-out-of-bounds in carl9

RE: [PATCH v2 2/9] mac80211: add boilerplate code for start / stop NAN

2016-09-18 Thread Otcheretianski, Andrei
> -Original Message- > From: Arend Van Spriel [mailto:arend.vanspr...@broadcom.com] > Sent: Friday, September 16, 2016 14:09 > To: Luca Coelho ; johan...@sipsolutions.net > Cc: linux-wireless@vger.kernel.org; Beker, Ayala ; > Otcheretianski, Andrei ; Grumbach, > Emmanuel ; Coelho, Luciano >

Re: [PATCH] rtl8xxxu: Stop log spam from each successful interrupt

2016-09-18 Thread Kalle Valo
Jes Sorensen writes: > Joe Perches writes: >> On Sat, 2016-09-17 at 12:09 -0500, Larry Finger wrote: >>> As soon as debugging is turned on, the logs are filled with messages >>> reporting the interrupt status. As this quantity is usually zero, this >>> output is not needed. In fact, there will b

Re: [PATCH 2/4] carl9170: fix debugfs crashes

2016-09-18 Thread Greg KH
On Sun, Sep 18, 2016 at 10:54:18AM +0300, Kalle Valo wrote: > Greg KH writes: > > > On Sat, Sep 17, 2016 at 09:43:02PM +0200, Christian Lamparter wrote: > >> Ben Greear reported: > >> > I see lots of instability as soon as I load up the carl9710 NIC. > >> > My application is going to be poking at

Re: [PATCH 2/4] carl9170: fix debugfs crashes

2016-09-18 Thread Christian Lamparter
On Sunday, September 18, 2016 12:14:55 PM CEST Greg KH wrote: > On Sun, Sep 18, 2016 at 10:54:18AM +0300, Kalle Valo wrote: > > Greg KH writes: > > > > > On Sat, Sep 17, 2016 at 09:43:02PM +0200, Christian Lamparter wrote: > > >> Ben Greear reported: > > >> > I see lots of instability as soon as

[PATCH 0/2] rhashtable: rhashtable with duplicate objects

2016-09-18 Thread Herbert Xu
On Fri, Aug 05, 2016 at 12:50:33PM +0200, Johannes Berg wrote: > > My plan is to build support for this directly into rhashtable. > > So I'm adding a struct rhlist_head that would be used in place > > of rhash_head for these cases and it'll carry an extra pointer > > for the list of identical entri

[PATCH 1/2] rhashtable: Add rhlist interface

2016-09-18 Thread Herbert Xu
The insecure_elasticity setting is an ugly wart brought out by users who need to insert duplicate objects (that is, distinct objects with identical keys) into the same table. In fact, those users have a much bigger problem. Once those duplicate objects are inserted, they don't have an interface t

[PATCH 2/2] mac80211: Use rhltable instead of rhashtable

2016-09-18 Thread Herbert Xu
mac80211 currently uses rhashtable with insecure_elasticity set to true. The latter is because of duplicate objects. What's more, mac80211 walks the rhashtable chains by hand which is broken as rhashtable may contain multiple tables due to resizing or rehashing. This patch fixes it by converting

Re: [PATCH] rtl8xxxu: Stop log spam from each successful interrupt

2016-09-18 Thread Jes Sorensen
Larry Finger writes: > On 09/17/2016 03:59 PM, Jes Sorensen wrote: >> Larry Finger writes: >>> As soon as debugging is turned on, the logs are filled with messages >>> reporting the interrupt status. As this quantity is usually zero, this >>> output is not needed. In fact, there will be a report

Re: [PATCH] rtl8xxxu: Stop log spam from each successful interrupt

2016-09-18 Thread Jes Sorensen
Kalle Valo writes: > Jes Sorensen writes: > >> Joe Perches writes: >>> I think it'd be nicer to use dev_dbg for all these cases >>> and as well use some new macro that includes the test >>> >>> Something like: >>> >>> #define rtl8xxxu_dbg(type, fmt, ...)\ >>> do {

Re: [PATCH 2/4] carl9170: fix debugfs crashes

2016-09-18 Thread Greg KH
On Sun, Sep 18, 2016 at 02:49:33PM +0200, Christian Lamparter wrote: > On Sunday, September 18, 2016 12:14:55 PM CEST Greg KH wrote: > > On Sun, Sep 18, 2016 at 10:54:18AM +0300, Kalle Valo wrote: > > > Greg KH writes: > > > > > > > On Sat, Sep 17, 2016 at 09:43:02PM +0200, Christian Lamparter wr

Re: [PATCH 2/4] carl9170: fix debugfs crashes

2016-09-18 Thread Kalle Valo
Greg KH writes: > On Sun, Sep 18, 2016 at 10:54:18AM +0300, Kalle Valo wrote: >> Greg KH writes: >> >> > On Sat, Sep 17, 2016 at 09:43:02PM +0200, Christian Lamparter wrote: >> >> Ben Greear reported: >> >> > I see lots of instability as soon as I load up the carl9710 NIC. >> >> > My applicatio

Re: [PATCH v2 1/9] cfg80211: add start / stop NAN commands

2016-09-18 Thread Arend Van Spriel
On 18-9-2016 9:44, Otcheretianski, Andrei wrote: >> -Original Message- >> From: Arend Van Spriel [mailto:arend.vanspr...@broadcom.com] >> Sent: Friday, September 16, 2016 13:59 >> To: Luca Coelho ; johan...@sipsolutions.net >> Cc: linux-wireless@vger.kernel.org; Beker, Ayala ; >> Otcheretia

Re: [PATCH v2 2/9] mac80211: add boilerplate code for start / stop NAN

2016-09-18 Thread Arend Van Spriel
On 18-9-2016 9:59, Otcheretianski, Andrei wrote: >> -Original Message- >> From: Arend Van Spriel [mailto:arend.vanspr...@broadcom.com] >> Sent: Friday, September 16, 2016 14:09 >> To: Luca Coelho ; johan...@sipsolutions.net >> Cc: linux-wireless@vger.kernel.org; Beker, Ayala ; >> Otcheretia

Re: [PATCH v2 3/9] cfg80211: add add_nan_func / rm_nan_func

2016-09-18 Thread Arend Van Spriel
On 16-9-2016 10:33, Luca Coelho wrote: > From: Ayala Beker > > A NAN function can be either publish, subscribe or follow > up. Make all the necessary verifications and just pass the > request to the driver. > Allow the user space application that starts NAN to > forbid any other socket to add or

Re: [PATCH v2 4/9] cfg80211: allow the user space to change current NAN configuration

2016-09-18 Thread Arend Van Spriel
On 16-9-2016 10:33, Luca Coelho wrote: > From: Ayala Beker > > Some NAN configuration paramaters may change during the operation of > the NaN device. For example, a user may want to update master preference typo: NAN iso NaN. Regards, Arend

Re: [PATCH v2 3/9] cfg80211: add add_nan_func / rm_nan_func

2016-09-18 Thread Arend Van Spriel
On 16-9-2016 10:33, Luca Coelho wrote: > From: Ayala Beker > > A NAN function can be either publish, subscribe or follow > up. Make all the necessary verifications and just pass the > request to the driver. > Allow the user space application that starts NAN to > forbid any other socket to add or

Re: [PATCH v2 6/9] cfg80211: Provide an API to report NAN function termination

2016-09-18 Thread Arend Van Spriel
On 16-9-2016 10:33, Luca Coelho wrote: > From: Ayala Beker > > Provide a function that reports NAN DE function termination. The function > may be terminated due to one of the following reasons: user request, > ttl expiration or failure. > If the NAN instance is tied to the owner, the notification

Re: [PATCH v2 6/9] cfg80211: Provide an API to report NAN function termination

2016-09-18 Thread Arend Van Spriel
On 18-9-2016 21:56, Arend Van Spriel wrote: > On 16-9-2016 10:33, Luca Coelho wrote: >> From: Ayala Beker >> >> Provide a function that reports NAN DE function termination. The function >> may be terminated due to one of the following reasons: user request, >> ttl expiration or failure. >> If the

Re: [PATCH v6 1/3] Documentation: dt: net: add ath9k wireless device binding

2016-09-18 Thread Martin Blumenstingl
On Fri, Sep 16, 2016 at 2:45 PM, Rob Herring wrote: > On Fri, Sep 09, 2016 at 10:57:06PM +0200, Martin Blumenstingl wrote: >> On Fri, Sep 9, 2016 at 9:48 AM, Oleksij Rempel >> wrote: >> >> +Optional properties: >> >> +- reg: Address and length of the register set for the device. >> >> +- qca,clk

Re: Using ath5k/ath9k radio for constant-tx noise source.

2016-09-18 Thread Bob Copeland
On Wed, Aug 19, 2015 at 12:07:50PM -0700, Ben Greear wrote: > I have a commercial AP that is using a CM9 ath5k radio (evidently, I could be > wrong) > and it has the ability to do a constant transmit of raw noise (RF probe shows > noise, but a monitor-port sniffer does not see any frames from the

ath10k inoperatable after suspend

2016-09-18 Thread Steffen Arntz
Hi at all, I have an QCA988X based card in my laptop and have some "issues" with it, that I was not experiencing with my previous ath9k based card. The main issue is, that after suspend to RAM the card seems to be "hung up" and only reloading ath10k_core and ath10k_pci helps to fix the problem.

Re: pull-request: mac80211 2016-09-16

2016-09-18 Thread David Miller
From: Johannes Berg Date: Fri, 16 Sep 2016 14:47:22 +0200 > Sorry - I know you only just pulled my tree for the previous fixes, > but we found two more problems in the last few days; it'd be great > to get those fixes in as well. > > Let me know if there's any problem. Pulled, thanks Johannes.

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

2016-09-18 Thread David Miller
From: Johannes Berg Date: Fri, 16 Sep 2016 14:56:45 +0200 > And here's another set for net-next, it's been a month or so and we have a > reasonably large number of patches (for a change, mostly because I cleaned > up some WEP crypto thing and a few static checkers.) Pulled, thanks.

wireless-drivers-next soon closing for 4.9

2016-09-18 Thread Kalle Valo
Hi, Linus released 4.8-rc7 few hours and said that he "might" release -rc8 still. So if there's anything which you absolutely want to have in 4.9 send it now to make sure it makes it in time in the unlikely case that -rc8 is not released. If -rc8 is released the deadline will be this week's Sunday

Re: ath10k mesh + ap + encryption?

2016-09-18 Thread Simon Wunderlich
On Tuesday, September 13, 2016 5:54:38 PM CEST Pedersen, Thomas wrote: > On Tue, 2016-09-13 at 14:30 +0200, Simon Wunderlich wrote: > > > [...] > > > > Thanks for the clarification. We will then stick to the 70's branch > > then. > > > > Does anyone have pointers for the other questions? :) I wou