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 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html