Re: [ath5k-devel] ath5k Ad Hoc Association

2010-07-20 Thread Derek Smithies
dump of the beacons/probes and all the other packets on the air. Cheers, Derek. -- Derek Smithies Ph.D. IndraNet Technologies Ltd. ph +64 3 365 6485 Web: http://www.indranet-technologies.com/ How did you make it work?? Oh, the usual, get everything right

Re: [ath5k-devel] high and unpredictable transmission delays

2010-04-18 Thread Derek Smithies
, then you know that other boxes are at fault. Derek. -- Derek Smithies Ph.D. IndraNet Technologies Ltd. ph +64 3 365 6485 Web: http://www.indranet-technologies.com/ How did you make it work?? Oh, the usual, get everything right. ___ ath5k-devel

Re: [ath5k-devel] [PATCH 00/10] ANI for ath5k

2010-03-26 Thread Derek Smithies
have proof that automatic ANI in an IBSS network will lead to assymetric TCP throughputs. Derek. -- Derek Smithies Ph.D. IndraNet Technologies Ltd. Email: de...@indranet.co.nz ph +64 3 365 6485 Web: http://www.indranet-technologies.com/ ___ ath5k

Re: [ath5k-devel] HAL style 0 ;)

2010-03-17 Thread Derek Smithies
is to be changed, the 0x0F should be replaced with something else - it is a magic number and should be avoided. Derek. -- Derek Smithies Ph.D. IndraNet Technologies Ltd. ph +64 3 365 6485 Web: http://www.indranet-technologies.com/ How did you make it work?? Oh, the usual, get everything

Re: [ath5k-devel] [PATCH] ath5k: ANI Implementation

2010-03-17 Thread Derek Smithies
disabled, sensitivity would up by using the relevant code from the open sourced hal ((thanks Atheros))). Derek. -- Derek Smithies Ph.D. IndraNet Technologies Ltd. ph +64 3 365 6485 Web: http://www.indranet-technologies.com/ How did you make it work?? Oh, the usual, get everything right

Re: [ath5k-devel] Long distance testing simulation

2010-03-10 Thread Derek Smithies
mailing list ath5k-devel@lists.ath5k.org https://lists.ath5k.org/mailman/listinfo/ath5k-devel -- Derek Smithies Ph.D. IndraNet Technologies Ltd. ph +64 3 365 6485 Web: http://www.indranet-technologies.com/ How did you make it work?? Oh, the usual, get everything right

Re: [ath5k-devel] ath5k development status

2010-03-05 Thread Derek Smithies
On Thu, 4 Mar 2010, Benoit PAPILLAULT wrote: Derek Smithies a écrit : TSF jumps - yeah I looked into that on madwifi. For no apparent reason, the I found that if you do the script while true; do iwpriv ath0 debug_athreset 1; sleep 10; done and leave it running for a couple of hours, the TSF

Re: [ath5k-devel] ath5k development status

2010-03-03 Thread Derek Smithies
On Wed, 3 Mar 2010, Bruno Randolf wrote: On Wednesday 03 March 2010 11:46:59 Derek Smithies wrote: On Wed, 3 Mar 2010, Bruno Randolf wrote: (can we say that ath5k hardware is crap for IBSS?). No - one cannot prove that ath5k hardware is crap in IBSS until you can demonstrably show that all

Re: [ath5k-devel] ath5k development status

2010-03-02 Thread Derek Smithies
the entire IBSS code and consider the result of bogus TSF values in there? There is a quote on the wall here from a colleague. How do you make it work ??? oh, the usual, get everything right. Derek. -- Derek Smithies Ph.D. IndraNet Technologies Ltd. ph +64 3 365 6485 Web: http://www.indranet

Re: [ath5k-devel] [PATCH] ath5k: Fix 64 bits TSF reading.

2010-02-28 Thread Derek Smithies
= ath5k_hw_reg_read(ah, AR5K_TSF_L32); + + if (tsf_lower 100) + tsf_upper = ath5k_hw_reg_read(ah, AR5K_TSF_U32); + ATH5K_TRACE(ah-ah_sc); - return ath5k_hw_reg_read(ah, AR5K_TSF_L32) | (tsf 32); + return (((u64)tsf_upper 32) | tsf_lower); } /** -- Derek

Re: [ath5k-devel] ath5k development status

2010-02-28 Thread Derek Smithies
happen only once during the whole register read sequence. yes, but you don't need to worry about TSF higher part rollover.. TSF higher part rollover happens every 500 thousand years. I'll try to study all cases on a piece of paper. Great.. Derek. -- Derek Smithies Ph.D. IndraNet Technologies

Re: [ath5k-devel] Implementing powersave support in ath5k driver

2009-07-12 Thread Derek Smithies
the tasklet. There's always tasklet_hi_schedule. The benefit is it makes irq processing much simpler. -- Derek Smithies Ph.D. IndraNet Technologies Ltd. Email: de...@indranet.co.nz ph +64 3 365 6485 Web: http://www.indranet-technologies.com

Re: [ath5k-devel] Implementing powersave support in ath5k driver

2009-07-10 Thread Derek Smithies
-- Derek Smithies Ph.D. IndraNet Technologies Ltd. Email: de...@indranet.co.nz ph +64 3 365 6485 Web: http://www.indranet-technologies.com/ ___ ath5k-devel mailing list ath5k-devel@lists.ath5k.org https://lists.ath5k.org/mailman/listinfo/ath5k-devel

Re: [ath5k-devel] Unusually low speeds with ath5k and iwl3945

2008-11-21 Thread Derek Smithies
that both drivers has bugs regarding to speed. Quite possible, but both use mac80211 for rate control. Which rate control algorithm are you using? -- Derek Smithies Ph.D. IndraNet Technologies Ltd. Email: [EMAIL PROTECTED] ph +64 3 365 6485 Web: http://www.indranet-technologies.com

Re: [ath5k-devel] [PATCH 2/4] ath5k: always extend rx timestamp with tsf

2008-01-19 Thread Derek Smithies
wrapped around. this is unfortunate. Derek. -- Derek Smithies Ph.D. IndraNet Technologies Ltd. Email: [EMAIL PROTECTED] ph +64 3 365 6485 Web: http://www.indranet-technologies.com/ ___ ath5k-devel mailing list ath5k-devel@lists.ath5k.org https