]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
net80211: correct types for nf and rssi
authorBjoern A. Zeeb <bz@FreeBSD.org>
Fri, 1 Apr 2022 22:30:02 +0000 (22:30 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Tue, 5 Apr 2022 14:47:08 +0000 (14:47 +0000)
commit7311128e69b8927d866f9db8c9fa7c5d54eff692
tree88883a938eec2504f0f97d6c145068ca41759f65
parent2a8e509ba30c6546ceeec49f9447c2e3d21a1d22
net80211: correct types for nf and rssi

NF and RSSI should be signed and not unsigned to avoid problems.
Change the type accordingly.

Sponsored by: The FreeBSD Foundation

(cherry picked from commit 4a22cd6c4e5f4fc4a38aa7400742d4005c5ae3de)
sys/net80211/_ieee80211.h