mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
brcmwifi: use bandsteering option instead of bsd
This commit is contained in:
parent
9fe6844f61
commit
3d02f139b4
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ enableBSD() {
|
|||
nvram set bsd_role=0
|
||||
nvram unset bsd_ifnames
|
||||
|
||||
[ "$(uci -q get wireless.status.bsd)" == "1" ] || return 1
|
||||
[ "$(uci -q get wireless.status.bandsteering)" == "1" ] || return 1
|
||||
|
||||
nvram set bsd_role=3
|
||||
nvram set bsd_pport=9878
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue