add option to shutoff softled
SVN-Revision: 12709
This commit is contained in:
parent
3c8963aa9b
commit
b42c11bb48
1 changed files with 3 additions and 0 deletions
|
@ -182,6 +182,9 @@ enable_atheros() {
|
|||
config_get distance "$device" distance
|
||||
[ -n "$distance" ] && athctrl -i "$device" -d "$distance" >&-
|
||||
|
||||
config_get_bool softled "$device" softled 1
|
||||
[ -n "$softled" ] && sysctl -w dev."$device".softled="$softled" >&-
|
||||
|
||||
config_get txpwr "$vif" txpower
|
||||
[ -n "$txpwr" ] && iwconfig "$ifname" txpower "${txpwr%%.*}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue