Re: [PATCH] cfg80211: set the rates mask in connection probes over specified freq

2014-10-10 Thread Karl Beldan
On Fri, Oct 10, 2014 at 05:11:31PM +0200, Johannes Berg wrote: > On Fri, 2014-10-10 at 17:10 +0200, Johannes Berg wrote: > > On Thu, 2014-10-09 at 22:49 +0200, Karl Beldan wrote: > > > > > > Either way - is it worth for 3.18/stable? > > > > > > > Your call. > > > > I've seen no complaints, and y

Re: [PATCH] cfg80211: set the rates mask in connection probes over specified freq

2014-10-10 Thread Johannes Berg
On Fri, 2014-10-10 at 17:10 +0200, Johannes Berg wrote: > On Thu, 2014-10-09 at 22:49 +0200, Karl Beldan wrote: > > > > Either way - is it worth for 3.18/stable? > > > > > Your call. > > I've seen no complaints, and you haven't indicated that you'd like to > see it in older kernels, so I've appl

Re: [PATCH] cfg80211: set the rates mask in connection probes over specified freq

2014-10-10 Thread Johannes Berg
On Thu, 2014-10-09 at 22:49 +0200, Karl Beldan wrote: > > Either way - is it worth for 3.18/stable? > > > Your call. I've seen no complaints, and you haven't indicated that you'd like to see it in older kernels, so I've applied it to mac80211-next. johannes -- To unsubscribe from this list: se

Re: [PATCH] cfg80211: set the rates mask in connection probes over specified freq

2014-10-09 Thread Karl Beldan
On Thu, Oct 09, 2014 at 08:36:33PM +0200, Johannes Berg wrote: > Heh, so I guess this goes way back ... what does it actually affect > really though? only connections with iw, which should really not be done > that much? potentially wpa_s with wext, though I'm not even sure that > works? > For wex

Re: [PATCH] cfg80211: set the rates mask in connection probes over specified freq

2014-10-09 Thread Johannes Berg
On Thu, 2014-10-09 at 18:26 +0200, Karl Beldan wrote: > > Then again, maybe you can make a bit more verbose commit log, and check > > what broke it? > > > After a glimpse before leaving FWIU : > > - 6829c878 Jul 2009 - "cfg80211: emulate connect with auth/assoc" > original code for 'cmd' > ieee8

Re: [PATCH] cfg80211: set the rates mask in connection probes over specified freq

2014-10-09 Thread Karl Beldan
On Thu, Oct 09, 2014 at 03:26:02PM +0200, Johannes Berg wrote: > On Thu, 2014-10-09 at 15:00 +0200, Karl Beldan wrote: > > On Thu, Oct 09, 2014 at 11:32:57AM +0200, Johannes Berg wrote: > > > On Tue, 2014-10-07 at 11:42 +0200, Karl Beldan wrote: > > > > From: Karl Beldan > > > > > > > > ATM, spec

Re: [PATCH] cfg80211: set the rates mask in connection probes over specified freq

2014-10-09 Thread Johannes Berg
On Thu, 2014-10-09 at 15:00 +0200, Karl Beldan wrote: > On Thu, Oct 09, 2014 at 11:32:57AM +0200, Johannes Berg wrote: > > On Tue, 2014-10-07 at 11:42 +0200, Karl Beldan wrote: > > > From: Karl Beldan > > > > > > ATM, specifying the frequency when connecting sends a void 'supported > > > rates' E

Re: [PATCH] cfg80211: set the rates mask in connection probes over specified freq

2014-10-09 Thread Karl Beldan
On Thu, Oct 09, 2014 at 11:32:57AM +0200, Johannes Berg wrote: > On Tue, 2014-10-07 at 11:42 +0200, Karl Beldan wrote: > > From: Karl Beldan > > > > ATM, specifying the frequency when connecting sends a void 'supported > > rates' EID. > > Seems like this should be a stable fix? > Indeed, I forg

Re: [PATCH] cfg80211: set the rates mask in connection probes over specified freq

2014-10-09 Thread Johannes Berg
On Tue, 2014-10-07 at 11:42 +0200, Karl Beldan wrote: > From: Karl Beldan > > ATM, specifying the frequency when connecting sends a void 'supported > rates' EID. Seems like this should be a stable fix? johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the

[PATCH] cfg80211: set the rates mask in connection probes over specified freq

2014-10-07 Thread Karl Beldan
From: Karl Beldan ATM, specifying the frequency when connecting sends a void 'supported rates' EID. Signed-off-by: Karl Beldan --- net/wireless/sme.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/net/wireless/sme.c b/net/wireless/sme.c index 8bbeeb3..2ebc54b 1