add option to shutoff softled

SVN-Revision: 12709
master
Travis Kemen 16 years ago
parent 3c8963aa9b
commit b42c11bb48
  1. 3
      package/madwifi/files/lib/wifi/madwifi.sh

@ -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…
Cancel
Save