[ath9k-devel] about bit rate and wmm

2013-05-30 Thread bing_chou
Dear ath9k teams

 

Some questions , please everybody help me , thanks

 

1.Why does the client’s bit rate highest only show 54M (11g) , when I set
wmm_enabled=0

on the AP?is this normal status?  

2. And if I set wmm_enabled=1 , the client’s bit rate can be running on 11n
mode , but no change to 11g or 11b mode and it will disconnect when I
increase the distance? 

 

Chip is AR9341

 

The hostapd.conf below

 

root@OpenWrt:/# cat /var/run/hostapd-phy0.conf

ctrl_interface=/var/run/hostapd-phy0

driver=nl80211

wmm_ac_bk_cwmin=4

wmm_ac_bk_cwmax=10

wmm_ac_bk_aifs=7

wmm_ac_bk_txop_limit=0

wmm_ac_bk_acm=0

wmm_ac_be_aifs=3

wmm_ac_be_cwmin=4

wmm_ac_be_cwmax=10

wmm_ac_be_txop_limit=0

wmm_ac_be_acm=0

wmm_ac_vi_aifs=2

wmm_ac_vi_cwmin=3

wmm_ac_vi_cwmax=4

wmm_ac_vi_txop_limit=94

wmm_ac_vi_acm=0

wmm_ac_vo_aifs=2

wmm_ac_vo_cwmin=2

wmm_ac_vo_cwmax=3

wmm_ac_vo_txop_limit=47

wmm_ac_vo_acm=0

tx_queue_data3_aifs=7

tx_queue_data3_cwmin=15

tx_queue_data3_cwmax=1023

tx_queue_data3_burst=0

tx_queue_data2_aifs=3

tx_queue_data2_cwmin=15

tx_queue_data2_cwmax=63

tx_queue_data2_burst=0

tx_queue_data1_aifs=1

tx_queue_data1_cwmin=7

tx_queue_data1_cwmax=15

tx_queue_data1_burst=3.0

tx_queue_data0_aifs=1

tx_queue_data0_cwmin=3

tx_queue_data0_cwmax=7

tx_queue_data0_burst=1.5

hw_mode=g

channel=6

 

country_code=US

 

 

logger_syslog=127

logger_syslog_level=2

logger_stdout=127

logger_stdout_level=2

ieee80211n=1

ht_capab=[HT20][LDPC][SHORT-GI-20][SHORT-GI-40][TX-STBC][RX-STBC1][DSSS_CCK-
40]

ieee80211d=1

 

interface=wlan0

ctrl_interface=/var/run/hostapd-phy0

disassoc_low_ack=1

preamble=1

auth_algs=1

wpa=0

ssid=OpenWrt_willis1

bridge=br-lan

wmm_enabled=0

bssid=00:03:7f:00:00:05

ignore_broadcast_ssid=0

 

 

___
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel


Re: [ath9k-devel] [PATCH 0/3] Work on STBC Rx monitoring

2013-05-30 Thread Oleksij Rempel
Any updates here? can some one please apply last two patches?
Felix?

Am 19.05.2013 09:38, schrieb Oleksij Rempel:
> This patch set will pass RxSTBC flags from ath9k to ieee80211
> and to radiotap.
> This field is now a part of radiotap specification:
> http://www.radiotap.org/defined-fields/MCS
>
> Oleksij Rempel (3):
>mac80211: add STBC flag for radiotap
>ath9k: remove useless flag conversation.
>ath9k: check for Rx-STBC flag and pass it to ieee80211
>
>   drivers/net/wireless/ath/ath9k/ar9003_mac.c |  5 +++--
>   drivers/net/wireless/ath/ath9k/mac.c| 16 
>   drivers/net/wireless/ath/ath9k/mac.h|  4 +++-
>   drivers/net/wireless/ath/ath9k/recv.c   |  5 +
>   include/net/ieee80211_radiotap.h|  7 +++
>   include/net/mac80211.h  |  4 
>   net/mac80211/main.c |  3 ++-
>   net/mac80211/rx.c   |  4 
>   net/mac80211/status.c   |  3 ++-
>   9 files changed, 38 insertions(+), 13 deletions(-)
>


-- 
Regards,
Oleksij
___
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel