From: Andreas Hartmann <andihartmann@01019freenet.de>
To: Dane Shih <daneshih1981@gmail.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: AR9285 Wireless 80211n mode get only 25Mbit with Linux 2.6.38.8 and compat-wireless-2.6.38.2-2
Date: Tue, 09 Aug 2011 12:08:24 +0200 [thread overview]
Message-ID: <4E410718.8090205@01019freenet.de> (raw)
In-Reply-To: <CAH-LUqojjVCqbg_rQYNCU6Ge2D2ekNWoq03MDKKidqwrNqod0g@mail.gmail.com>
Dane Shih schrieb:
> thanks
> kernel upgrade to 3.0
> and install compat-wireless_3.0_stable_releases ath9k driver
Well, I'm using the original drivers from 3.0.
> [ 4] local 192.168.100.254 port 5001 connected with 192.168.100.47 port 49230
> [ ID] Interval Transfer Bandwidth
> [ 4] 0.0- 2.1 sec 10.0 MBytes 40.5 Mbits/sec
> [ 5] local 192.168.100.254 port 5001 connected with 192.168.100.47 port 49231
> [ 5] 0.0- 6.4 sec 30.0 MBytes 39.2 Mbits/sec
Where does this output come from? I don't know it. You could use netperf
for testing the bandwith.
#!/bin/sh
dest="your_srv" # set the servername
while true ; do
netperf -t TCP_MAERTS -H $dest
netperf -t TCP_STREAM -H $dest
netperf -t TCP_SENDFILE -H $dest
done
Start netserver on the server side before you start this script (script
can be stopped with CTRL-C).
I'm using hostapd from hostapd git from 21.04.2011.
>
> 80211n maxinum throughput 40Mbit
>
> what i should be check
>
> another question
> wireless client also get 100 MBit/s
>
> thanks
Sorry - I don't understand you :-(.
Andreas
prev parent reply other threads:[~2011-08-09 10:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-09 3:00 AR9285 Wireless 80211n mode get only 25Mbit with Linux 2.6.38.8 and compat-wireless-2.6.38.2-2 Dane Shih
2011-08-09 3:02 ` Adrian Chadd
2011-08-09 3:07 ` Dane Shih
2011-08-09 3:10 ` Adrian Chadd
2011-08-09 3:18 ` Dane Shih
2011-08-09 3:52 ` Adrian Chadd
2011-08-09 5:29 ` Mohammed Shafi
2011-08-09 6:36 ` Andreas Hartmann
2011-08-09 9:11 ` Dane Shih
2011-08-09 10:08 ` Andreas Hartmann [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E410718.8090205@01019freenet.de \
--to=andihartmann@01019freenet.de \
--cc=daneshih1981@gmail.com \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.