Re: Wifi throughput test issue (FreeBSD 8.2)

2011-11-30 Thread Viet-Ha Pham
ginal Message- From: Adrian Chadd Sent: Thursday, December 01, 2011 1:43 AM To: Viet-Ha Pham Cc: freebsd-net@freebsd.org ; Bernhard Schmidt Subject: Re: Wifi throughput test issue (FreeBSD 8.2) Ok. I've modified ath_rate_sample in -9 and -head to actually pay attention to the

Re: Wifi throughput test issue (FreeBSD 8.2)

2011-11-30 Thread Adrian Chadd
Ok. I've modified ath_rate_sample in -9 and -head to actually pay attention to the "ucastrate" configured entry, so it always selects that particular rate. Good luck. :) Btw: wireless discussion also goes on at freebsd-wirel...@freebsd.org. I invite you to head over :) adrian _

Re: Wifi throughput test issue (FreeBSD 8.2)

2011-11-30 Thread Viet-Ha Pham
: freebsd-net@freebsd.org ; Bernhard Schmidt Subject: Re: Wifi throughput test issue (FreeBSD 8.2) ok, thanks. Yes, let me know how it goes. Please post whatever rate control code you write or modify, so we can all look at what you've achieved :) Thanks, a

Re: Wifi throughput test issue (FreeBSD 8.2)

2011-11-30 Thread Adrian Chadd
ok, thanks. Yes, let me know how it goes. Please post whatever rate control code you write or modify, so we can all look at what you've achieved :) Thanks, adrian ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freeb

Re: Wifi throughput test issue (FreeBSD 8.2)

2011-11-30 Thread Viet-Ha Pham
HAPV -Original Message- From: Adrian Chadd Sent: Wednesday, November 30, 2011 11:06 AM To: Viet-Ha Pham Cc: freebsd-net@freebsd.org ; Bernhard Schmidt Subject: Re: Wifi throughput test issue (FreeBSD 8.2) Hi, Hm. Selecting a static rate would mean that you'd end up populating the ra

Re: Wifi throughput test issue (FreeBSD 8.2)

2011-11-30 Thread Adrian Chadd
Hi, Hm. Selecting a static rate would mean that you'd end up populating the rate control statistics with more "wins" for that particular TX rate, so when you go back to "any", it will choose 54mbit more often. I suggest looking at the code in sys/dev/ath/ath_rate/sample/sample.[ch] and see what's

Re: Wifi throughput test issue (FreeBSD 8.2)

2011-11-30 Thread Viet-Ha Pham
l Message- From: Bernhard Schmidt Sent: Wednesday, November 30, 2011 8:34 AM To: Viet-Ha Pham Cc: freebsd-net@freebsd.org ; Adrian Chadd Subject: Re: Wifi throughput test issue (FreeBSD 8.2) On Wed, Nov 30, 2011 at 13:37, Viet-Ha Pham wrote: Hello, I am doing some throughput measurement fo

Re: Wifi throughput test issue (FreeBSD 8.2)

2011-11-30 Thread Bernhard Schmidt
On Wed, Nov 30, 2011 at 13:37, Viet-Ha Pham wrote: > Hello, > > > I am doing some throughput measurement for Wifi network. I am using > jperf/iperf to generate traffic (at the transmitter) and measure the > throughput (at the receiver). The transmitter and receiver are running > FreeBSD 8.2, us

Wifi throughput test issue (FreeBSD 8.2)

2011-11-30 Thread Viet-Ha Pham
Hello, I am doing some throughput measurement for Wifi network. I am using jperf/iperf to generate traffic (at the transmitter) and measure the throughput (at the receiver). The transmitter and receiver are running FreeBSD 8.2, using CM9-GP as the Wifi NIC. We are testing AWGN channel. So, the