etc/iwd: attempt to prefer 5&6 GHz over 2.4 GHz

This commit is contained in:
Aminda Suomalainen 2023-01-21 18:32:44 +02:00
parent 2563074575
commit 53dcbb1d28
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 7 additions and 0 deletions

View File

@ -4,3 +4,10 @@ use_default_interface=true
# build-in DHCP client
EnableNetworkConfiguration=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