#17392: Channel 'auto' problem
--------------------------+-----------------------------------
  Reporter:  anonymous    |      Owner:  developers
      Type:  defect       |     Status:  new
  Priority:  highest      |  Milestone:  Barrier Breaker 14.07
 Component:  base system  |    Version:  Barrier Breaker 14.07
Resolution:               |   Keywords:
--------------------------+-----------------------------------

Comment (by anonymous):

 I see no problems in OpenWRT r42406 (RC3?) and ath9k in ar71xx platform.

 Channel auto-selection is working for me, with very few extra seconds
 delay on wireless interface initialization.

 I've read that not all the drivers support "acs_survey" in Hostapd though,
 only ath5k, ath9k and ath10k support "acs_survey" at the moment. See
 [http://wireless.kernel.org/en/users/Documentation/acs]

 Tested using the following wireless configuration in /etc/config/wireless:

 config wifi-device 'radio0'
         option phy 'phy0'
         option type 'mac80211'
         option hwmode '11ng'
         option htmode 'HT40+'
         list ht_capab 'SHORT-GI-40'
         list ht_capab 'TX-STBC'
         list ht_capab 'RX-STBC1'
         list ht_capab 'DSSS_CCK-40'
         option noscan '1'
         option wmm '1'
         option channel 'acs_survey'

 config wifi-iface
         option device 'radio0'
         option network 'wlan'
         option mode 'ap'
         option ssid 'SomeAp'
         option encryption 'psk2'
         option key 'SomeKey'

--
Ticket URL: <https://dev.openwrt.org/ticket/17392#comment:3>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to