mirror of https://github.com/OpenIPC/firmware.git
commit
eb5f49544e
|
@ -31,6 +31,7 @@ load_interface() {
|
||||||
|
|
||||||
iw reg set ${region}
|
iw reg set ${region}
|
||||||
iwconfig ${wlan} channel ${channel}
|
iwconfig ${wlan} channel ${channel}
|
||||||
|
iw dev ${wlan} set txpower fixed $((${txpower} * 100))
|
||||||
}
|
}
|
||||||
|
|
||||||
start_wfb() {
|
start_wfb() {
|
||||||
|
|
|
@ -3,6 +3,7 @@ driver=rtl
|
||||||
wlan=wlan0
|
wlan=wlan0
|
||||||
region=BO
|
region=BO
|
||||||
channel=14
|
channel=14
|
||||||
|
txpower=20
|
||||||
bandwidth=20
|
bandwidth=20
|
||||||
stbc=1
|
stbc=1
|
||||||
ldpc=1
|
ldpc=1
|
||||||
|
|
Loading…
Reference in New Issue