mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
luci-0.8/modules/admin-full: fix madwifi turbo modes
This commit is contained in:
@@ -62,8 +62,8 @@ if hwtype == "atheros" then
|
||||
mode:value("11g", "802.11g")
|
||||
mode:value("11a", "802.11a")
|
||||
mode:value("11bg", "802.11b+g")
|
||||
mode:value("11gdt", "802.11adt")
|
||||
mode:value("11adt", "802.11adt")
|
||||
mode:value("11gst", "802.11g + Turbo")
|
||||
mode:value("11ast", "802.11a + Turbo")
|
||||
mode:value("fh", translate("wifi_fh"))
|
||||
|
||||
s:option(Flag, "diversity", translate("wifi_diversity")).rmempty = false
|
||||
|
||||
Reference in New Issue
Block a user