Unify RSSI check
authorkn <kn@openbsd.org>
Sun, 18 Dec 2022 18:56:38 +0000 (18:56 +0000)
committerkn <kn@openbsd.org>
Sun, 18 Dec 2022 18:56:38 +0000 (18:56 +0000)
commitf06e4e2ba1cacafaf39a5edc287236455813625e
treea5786a5cad8ec38ecb60baff826bdd223ee691ff
parent126bb2a7ffeb428cb48088992dadfee44b097779
Unify RSSI check

Two spots in ifconfig print the signal strength, one for the "ieee80211: "
line and one for each SSID in scan output.

Only the former checks nr_rssi, which is not needed as nr_max_rssi alone
indicates whether the driver reports signal strength in percentage or dBm.

Zap the nr_rssi check to simplify;  "worst case" we display 0% or 0dBm
instead of nothing.

Feedback OK stsp
sbin/ifconfig/ifconfig.c