#17323: Add 801.11ac support to luci UI
-------------------------+-------------------
 Reporter:  anatolik     |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:
Component:  luci         |    Version:  Trunk
 Keywords:  802.11ac     |
-------------------------+-------------------
 I've got TP-LINK Archer C7 V2, installed OpenWRT and discovered that UI
 shows my router as 802.11n hw.

 Here is what 'wifi detect' generates. It works. I am able to connect to
 this channel from my devices.

 {{{
 root@OpenWrt:/etc/config# cat wireless
 config wifi-device  radio0
         option type     mac80211
         option channel  36
         option hwmode   11a
         option path     'pci0000:01/0000:01:00.0'
         option htmode   VHT80

 config wifi-iface
         option device radio0
         option network lan
         option mode ap
         option ssid FOOBAR
         option encryption psk2
         option key foobar
 }}}

 admin/network/wireless shows my device as "Generic MAC80211 802.11n
 (radio0)".



 If I edit wireless settings I see that it sets radio section to

 {{{
 root@OpenWrt:/etc/config# cat wireless
 config wifi-device 'radio0'
         option type 'mac80211'
         option channel '36'
         option path 'pci0000:01/0000:01:00.0'
         option txpower '17'
         option country 'US'
 }}}

 it loses 'hwmode' option.

--
Ticket URL: <https://dev.openwrt.org/ticket/17323>
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