Fix wrongly implemented check for 5GHz access point RSSI threshold.
authorstsp <stsp@openbsd.org>
Sat, 19 Mar 2022 15:21:13 +0000 (15:21 +0000)
committerstsp <stsp@openbsd.org>
Sat, 19 Mar 2022 15:21:13 +0000 (15:21 +0000)
commit97c37057a327b8fe0e3798bd3fe91c3f623dd008
treebe652525926111cd739b8e4dd9bf709bd52b02d6
parent4c926d56ef0f7d4b0253cc5f26827b397372a5e0
Fix wrongly implemented check for 5GHz access point RSSI threshold.

This check was wrong for drivers which report RSSI as a percentage,
such as iwm(4) and iwx(4). Such drivers will now prefer 5GHz with
50% or greater RSSI, as was intended.

ok phessler@
sys/net80211/ieee80211_node.c