[PATCH] Change fast frames option from value to flag type

Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
This commit is contained in:
Jo-Philipp Wich 2009-05-07 14:17:58 +00:00
parent f48b4a3744
commit 00f1c31b8b
2 changed files with 2 additions and 1 deletions

View file

@ -377,6 +377,7 @@ config variable
option name 'ff'
option section 'wireless.wifi-iface'
option title 'Fast Frames (atheros)'
option datatype boolean
config variable
option name 'wmm'

View file

@ -226,7 +226,7 @@ if hwtype == "atheros" then
s:option(Flag, "bursting", translate("wifi_bursting")).optional = true
s:option(Flag, "turbo", translate("wifi_turbo")).optional = true
s:option(Value, "ff", translate("wifi_ff")).optional = true
s:option(Flag, "ff", translate("wifi_ff")).optional = true
s:option(Flag, "wmm", translate("wifi_wmm")).optional = true
s:option(Flag, "xr", translate("wifi_xr")).optional = true