Re: broken TX in HEAD (AR5212)

2012-09-23 Thread Adrian Chadd
hi, I've committed some code to -HEAD that should do the trick. Or, it could set everything on fire. I'm not sure yet. :-) Please try it out and let me know how it goes. Adrian ___ freebsd-wireless@freebsd.org mailing list http://lists.freebsd.org/ma

Re: broken TX in HEAD (AR5212)

2012-09-23 Thread Adrian Chadd
Hm, ok. Change this bit in if_ath_tx.c: - flags = HAL_TXDESC_CLRDMASK;/* XXX needed for crypto errs */ + //flags = HAL_TXDESC_CLRDMASK; /* XXX needed for crypto errs */ + flags = 0; to just flags = HAL_TXDESC_CLRDMASK; See if that works. Hmph. I thought

Re: broken TX in HEAD (AR5212)

2012-09-23 Thread Berislav Purgar
Hi i have tested r240722 which is OK .. so problem is in r240724. (for me only with AR5212 card .. 11N cards 9220 and 9280 work without problem on r240724) Beri On Sun, Sep 23, 2012 at 10:02 PM, Lev Serebryakov wrote: > Hello, Adrian. > You wrote 23 сентября 2012 г., 23:54:19: > > >> AC> Lev,

Re: broken TX in HEAD (AR5212)

2012-09-23 Thread Adrian Chadd
Hiya, Ok. Please keep me posted. I've found some annoying behaviours this weekend. * The rx proc tasklet gets called slightly too often- if an RX interrupt comes in whilst ath_rx_proc is running, the kernel will preempt that thread, run ath_intr(), which will reschedule ath_rx_proc to run. The n

Re: broken TX in HEAD (AR5212)

2012-09-23 Thread Adrian Chadd
On 23 September 2012 13:02, Lev Serebryakov wrote: > # svn log -r 240677:HEAD sys | grep "| adrian |" > r240677 | adrian | 2012-09-19 00:33:04 +0400 (Wed, 19 Sep 2012) | 14 lines > r240721 | adrian | 2012-09-20 07:03:01 +0400 (Thu, 20 Sep 2012) | 8 lines > r240722 | adrian | 2012-09-20 07:04:19 +

Re: broken TX in HEAD (AR5212)

2012-09-23 Thread Lev Serebryakov
Hello, Adrian. You wrote 23 сентября 2012 г., 23:54:19: >> AC> Lev, can you try r240677 and test? >> AC> I'd like to establish whether that commit is stable for you (and others.) >> Yep, it passes smoke test -- copying of 1GiB over WiFi. AC> Ok, can you work with Berislav to figure out where I br

Re: broken TX in HEAD (AR5212)

2012-09-23 Thread Adrian Chadd
On 23 September 2012 12:52, Lev Serebryakov wrote: > AC> Lev, can you try r240677 and test? > AC> I'd like to establish whether that commit is stable for you (and others.) > Yep, it passes smoke test -- copying of 1GiB over WiFi. Ok, can you work with Berislav to figure out where I broke things

Re: broken TX in HEAD (AR5212)

2012-09-23 Thread Lev Serebryakov
Hello, Adrian. You wrote 23 сентября 2012 г., 22:22:11: AC> Lev, can you try r240677 and test? AC> I'd like to establish whether that commit is stable for you (and others.) Yep, it passes smoke test -- copying of 1GiB over WiFi. -- // Black Lion AKA Lev Serebryakov ___

Re: broken TX in HEAD (AR5212)

2012-09-23 Thread Lev Serebryakov
Hello, Adrian. You wrote 23 сентября 2012 г., 22:22:11: AC> Lev, can you try r240677 and test? I've rolled back to my previous build, 240324, but I'm building 240677 right now (it takes about hour :( ) -- // Black Lion AKA Lev Serebryakov ___

Re: broken TX in HEAD (AR5212)

2012-09-23 Thread Adrian Chadd
On 23 September 2012 11:17, Berislav Purgar wrote: > Hi .. > > i have updated to latest -HEAD and found that afters some time or under > havy traffic load card stop to trasmit frames... i roll back to ath > rev r240677 which works OK .. Lev, can you try r240677 and test? I'd like to establish wh

Re: New ath code on AP: strange client behavioir

2012-09-23 Thread Adrian Chadd
On 23 September 2012 11:16, Lev Serebryakov wrote: > Hello, Freebsd-wireless. > > I've build new image for my router (r240742), and now traffic stuc > shortly after client association. > > After manual re-assotiation (diconnect/connect cycle) traffic stuck > after several packets (2-3MiB of

broken TX in HEAD (AR5212)

2012-09-23 Thread Berislav Purgar
Hi .. i have updated to latest -HEAD and found that afters some time or under havy traffic load card stop to trasmit frames... i roll back to ath rev r240677 which works OK .. Beri ___ freebsd-wireless@freebsd.org mailing list http://lists.freebsd.org/m

New ath code on AP: strange client behavioir

2012-09-23 Thread Lev Serebryakov
Hello, Freebsd-wireless. I've build new image for my router (r240742), and now traffic stuc shortly after client association. After manual re-assotiation (diconnect/connect cycle) traffic stuck after several packets (2-3MiB of traffic) again. According to tcpdump on AP, it sees some traf

Re: Regression AR2413 from 9.1 to 10

2012-09-23 Thread Adrian Chadd
Looks like someone else is reporting a problem. I wonder if I broke beacon handling somehow.. Adrian ___ freebsd-wireless@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "freebsd-wire

athratestats doesn't support `-a' option :)

2012-09-23 Thread Lev Serebryakov
Hello, Freebsd-wireless. root@gateway:/usr/home/lev # ~lev/athtools/athratestats -a athratestats: /usr/home/lev/athtools/athratestats: macaddress wasn't supplied and no -a given root@gateway:/usr/home/lev # -- // Black Lion AKA Lev Serebryakov ___ f

Re: Regression AR2413 from 9.1 to 10

2012-09-23 Thread Adrian Chadd
On 23 September 2012 10:06, Sven Hazejager wrote: > Hi Adrian, > > I am unable to build any svn sources from around March and April due > to some yacc/parse.y failure that I cannot fix within the time I have. > > Can I simply restore an older version of sys/modules/ath and > sys/dev/ath into an up

Re: Regression AR2413 from 9.1 to 10

2012-09-23 Thread Sven Hazejager
Hi Adrian, I am unable to build any svn sources from around March and April due to some yacc/parse.y failure that I cannot fix within the time I have. Can I simply restore an older version of sys/modules/ath and sys/dev/ath into an up-to-date /usr/src? Thanks Sven On Sun, Sep 23, 2012 at 10:14

Re: Regression AR2413 from 9.1 to 10

2012-09-23 Thread Adrian Chadd
Thats an old pre 11n nic. That said, nothing should have broken. Are you able to try 10.0 from say, 6 months back and see if it works? Adrian On Sep 22, 2012 11:43 PM, "Sven Hazejager" wrote: > All, > > I am in the process of upgrading my NanoBSD-ALIX kit from 802.11g to > 802.11n. First step i