Re: scan regression fixes

2015-12-19 Thread Landry Breuil
On Fri, Dec 18, 2015 at 03:42:05PM +0100, Stefan Sperling wrote: > On Fri, Dec 18, 2015 at 03:16:52PM +0100, David Coppa wrote: > > On Thu, Dec 17, 2015 at 10:34 PM, Stefan Sperling wrote: > > > On Thu, Dec 17, 2015 at 08:13:03PM +0100, Stefan Sperling wrote: > > >> This should fix the infinite sc

Re: scan regression fixes

2015-12-18 Thread Stefan Sperling
On Fri, Dec 18, 2015 at 03:16:52PM +0100, David Coppa wrote: > On Thu, Dec 17, 2015 at 10:34 PM, Stefan Sperling wrote: > > On Thu, Dec 17, 2015 at 08:13:03PM +0100, Stefan Sperling wrote: > >> This should fix the infinite scanning loops people have been > >> reporting with 11n-enabled iwn(4), as

Re: scan regression fixes

2015-12-18 Thread David Coppa
On Thu, Dec 17, 2015 at 10:34 PM, Stefan Sperling wrote: > On Thu, Dec 17, 2015 at 08:13:03PM +0100, Stefan Sperling wrote: >> This should fix the infinite scanning loops people have been >> reporting with 11n-enabled iwn(4), as well as the issue where >> clients associating to 11g APs end up in 1

Re: scan regression fixes

2015-12-17 Thread Stefan Sperling
On Thu, Dec 17, 2015 at 08:13:03PM +0100, Stefan Sperling wrote: > This should fix the infinite scanning loops people have been > reporting with 11n-enabled iwn(4), as well as the issue where > clients associating to 11g APs end up in 11b mode and can't > use OFDM data rates. > > ok? Updated diff

scan regression fixes

2015-12-17 Thread Stefan Sperling
This should fix the infinite scanning loops people have been reporting with 11n-enabled iwn(4), as well as the issue where clients associating to 11g APs end up in 11b mode and can't use OFDM data rates. ok? Index: ieee80211.c === RC