mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-05 17:52:59 +01:00
etc/iwd: attempt to prefer 5&6 GHz over 2.4 GHz
This commit is contained in:
parent
2563074575
commit
53dcbb1d28
@ -4,3 +4,10 @@ use_default_interface=true
|
|||||||
# build-in DHCP client
|
# build-in DHCP client
|
||||||
EnableNetworkConfiguration=true
|
EnableNetworkConfiguration=true
|
||||||
EnableIPv6=true
|
EnableIPv6=true
|
||||||
|
|
||||||
|
# This section ranks how iwd prefers networks over 2.4 Ghz. I want to prefer
|
||||||
|
# 5 GHz and I am guessing 6 GHz is better when it exists. Both default to
|
||||||
|
# 1.0
|
||||||
|
[Rank]
|
||||||
|
BandModifier5Ghz=2.0
|
||||||
|
BandModifier6Ghz=2.5
|
||||||
|
Loading…
Reference in New Issue
Block a user