Fwd: WIFI urtwn possibly broken on 297561

2016-04-11 Thread Otacílio de Araújo Ramos Neto
Em seg, 11 de abr de 2016 06:05, Anton Shterenlikht escreveu: > > > >Hi! > > > >this is because we don't have A-MPDU RX aging on by default. So, if > >there are holes in the sequence number space, FreeBSD's reordering > >logic doesn't flush frames up until it's received /all/ the traffic. > > > >

Re: WIFI urtwn possibly broken on 297561

2016-04-11 Thread Anton Shterenlikht
> >Hi! > >this is because we don't have A-MPDU RX aging on by default. So, if >there are holes in the sequence number space, FreeBSD's reordering >logic doesn't flush frames up until it's received /all/ the traffic. > >I've just enabled it by default in -HEAD now. That should fix it. >Otacilio, you

Re: WIFI urtwn possibly broken on 297561

2016-04-09 Thread Adrian Chadd
Hi! this is because we don't have A-MPDU RX aging on by default. So, if there are holes in the sequence number space, FreeBSD's reordering logic doesn't flush frames up until it's received /all/ the traffic. I've just enabled it by default in -HEAD now. That should fix it. Otacilio, you should be

Re: WIFI urtwn possibly broken on 297561

2016-04-08 Thread Adrian Chadd
ok, try "ifconfig wlan0 -ht" before starting wpa_supplicant and see if that makes it any better. You should also include IEEE80211_AMPDU_AGE in your config file if you haven't yet. Also, include IEEE80211_DEBUG in there too, and try "wlandebug +rate +ht" ? -adrian On 8 April 2016 at 13:51, O

Re: WIFI urtwn possibly broken on 297561

2016-04-08 Thread Otacílio
Em 08/04/2016 17:34, Adrian Chadd escreveu: Hi, Not '--ff', just '-ff' and '-amsdu' It's possible that one or the other of those options are a problem. I added those features recently to urtwn. Can you please do 'ifconfig -v wlan0 list sta' and 'ifconfig -v wlan0' ? Thanks, -adrian Sorry

Re: WIFI urtwn possibly broken on 297561

2016-04-08 Thread Adrian Chadd
Hi, Not '--ff', just '-ff' and '-amsdu' It's possible that one or the other of those options are a problem. I added those features recently to urtwn. Can you please do 'ifconfig -v wlan0 list sta' and 'ifconfig -v wlan0' ? Thanks, -adrian ___ freeb

Re: WIFI urtwn possibly broken on 297561

2016-04-08 Thread Otacílio
The parameter --ff looks like is not valid for my adapter. First I try using prompt: = Edit /etc/motd to change this login announcement. % su Apr 8 05:04:12 beaglebone su: ota to root on /dev/ttyu

Re: WIFI urtwn possibly broken on 297561

2016-04-08 Thread Adrian Chadd
hi, try 'ifconfig wlan0 -ff -amsdu' and try again -a On 8 April 2016 at 12:35, Otacílio wrote: > Dears > > I'm testing the CURRENT version on a beaglebone black and have noted the > follow behavior. On revision 297561 the wifi adapter stops works after a pkg > update. I did the follow tests.

WIFI urtwn possibly broken on 297561

2016-04-08 Thread Otacílio
Dears I'm testing the CURRENT version on a beaglebone black and have noted the follow behavior. On revision 297561 the wifi adapter stops works after a pkg update. I did the follow tests. Using the version 296898 (OK behavior) and 297561 (wrong behavior): FreeBSD beaglebone 11.0-CURRENT FreeB