Merge pull request #277 from cronyx/master

added txpower control
pull/279/head
Dmitry Ermakov 2022-07-25 16:42:58 +03:00 committed by GitHub
commit eb5f49544e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ load_interface() {
iw reg set ${region}
iwconfig ${wlan} channel ${channel}
iw dev ${wlan} set txpower fixed $((${txpower} * 100))
}
start_wfb() {

View File

@ -3,6 +3,7 @@ driver=rtl
wlan=wlan0
region=BO
channel=14
txpower=20
bandwidth=20
stbc=1
ldpc=1