move the txpower option to wifi-iface to mimic madwifi configuration
SVN-Revision: 13239
This commit is contained in:
parent
53f4888b7b
commit
2a4a3ffd6a
1 changed files with 3 additions and 2 deletions
|
@ -123,8 +123,7 @@ enable_broadcom() {
|
||||||
config_get macfilter "$device" macfilter
|
config_get macfilter "$device" macfilter
|
||||||
config_get maclist "$device" maclist
|
config_get maclist "$device" maclist
|
||||||
config_get macaddr "$device" macaddr
|
config_get macaddr "$device" macaddr
|
||||||
config_get txpower "$device" txpower
|
local vif_pre_up vif_post_up vif_do_up txpower
|
||||||
local vif_pre_up vif_post_up vif_do_up
|
|
||||||
|
|
||||||
_c=0
|
_c=0
|
||||||
nas="$(which nas)"
|
nas="$(which nas)"
|
||||||
|
@ -153,6 +152,8 @@ enable_broadcom() {
|
||||||
esac
|
esac
|
||||||
|
|
||||||
for vif in $vifs; do
|
for vif in $vifs; do
|
||||||
|
config_get txpower "$vif" txpower
|
||||||
|
|
||||||
config_get mode "$vif" mode
|
config_get mode "$vif" mode
|
||||||
append vif_pre_up "vif $_c" "$N"
|
append vif_pre_up "vif $_c" "$N"
|
||||||
append vif_post_up "vif $_c" "$N"
|
append vif_post_up "vif $_c" "$N"
|
||||||
|
|
Loading…
Reference in a new issue