luci-0.8/modules/admin-full: fix madwifi turbo modes
This commit is contained in:
parent
56f41d6393
commit
463bfccc7e
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ if hwtype == "atheros" then
|
||||||
mode:value("11g", "802.11g")
|
mode:value("11g", "802.11g")
|
||||||
mode:value("11a", "802.11a")
|
mode:value("11a", "802.11a")
|
||||||
mode:value("11bg", "802.11b+g")
|
mode:value("11bg", "802.11b+g")
|
||||||
mode:value("11gdt", "802.11adt")
|
mode:value("11gst", "802.11g + Turbo")
|
||||||
mode:value("11adt", "802.11adt")
|
mode:value("11ast", "802.11a + Turbo")
|
||||||
mode:value("fh", translate("wifi_fh"))
|
mode:value("fh", translate("wifi_fh"))
|
||||||
|
|
||||||
s:option(Flag, "diversity", translate("wifi_diversity")).rmempty = false
|
s:option(Flag, "diversity", translate("wifi_diversity")).rmempty = false
|
||||||
|
|
Loading…
Reference in a new issue