<div class="gmail_quote"><br>Hello!<br><br>I&#39;m trying to do an access point with an embedded plataform, running linux 2.6.35 and a wifi module atheros 9285 bgn PCIe. I&#39;m using the driver for the atheros 9285 from the linux 2.6.35.<br>

<br>I&#39;m using hostapd to do the soft AP with the atheros module. Everything works, but the speed I get from my notebook or other device is always 65mbps...<br>
<br>I changed all the configs possible related to this in hostapd (ht_capab), but it didn&#39;t work at all, I always get 65mbps... I&#39;m trying to get 130 or 150 mpbs, the higher speed of this module...<br><br>I&#39;ve got the latest hostapd from the git repository and I have the same feedback like this:<br>

<br>-sh-4.0# hostapd /etc/hostapd.conf                                                                                                               <br>Configuration file: /etc/hostapd.conf                                                                                                            <br>

20/40 MHz operation not permitted on channel pri=7 sec=3 based on overlapping BSSes   <br><br>I have tried all the channels, but no one is permitted to work on 40mhz...<br><br>Someone knows any workaround or a solution to this problem?<br>


<br>Thank you in advance<br><br><br>My config in hostapd:<br>--------------------------------------------------------------------------------------------------------------<br>interface=wlan0<br>driver=nl80211<br>ssid=SSIDTEST<br>


ignore_broadcast_ssid=0<br>channel=7<br>hw_mode=g<br>beacon_int=100<br>dtim_period=1<br>max_num_sta=255<br>rts_threshold=2347<br>fragm_threshold=2346<br>preamble=0<br>ieee80211n=1<br>ht_capab=[HT40+][SHORT-GI-40][TX-STBC][RX-STBC1][DSSS_CCK-40]<br>


#wmm_enabled=1<br>macaddr_acl=0<br>logger_syslog=-1<br>logger_syslog_level=2<br>logger_stdout=-1<br>logger_stdout_level=1<br>dump_file=/tmp/hostapd.dump<br>ctrl_interface=/var/run/hostapd<br>ctrl_interface_group=0<br>wpa=3<br>


wpa_passphrase=testing<br>wpa_key_mgmt=WPA-PSK WPA-EAP<br>wpa_pairwise=TKIP CCMP<br>rsn_pairwise=CCMP<br clear="all">--------------------------------------------------------------------------------------------------------------<span class="HOEnZb"><font color="#888888"></font></span><br clear="all">

</div><br>-- <br>Igor Kramer Pinotti<br><br>