aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2022-04-01 22:30:02 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2022-04-01 22:30:02 +0000
commit4a22cd6c4e5f4fc4a38aa7400742d4005c5ae3de (patch)
treea8e3d206cab4b67ae9cb66b2cb11af4ee20eb56b /sys/net80211
parentd6226d6adb3aab73438e5a7d13e79c532e7b4062 (diff)
Diffstat (limited to 'sys/net80211')
-rw-r--r--sys/net80211/_ieee80211.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net80211/_ieee80211.h b/sys/net80211/_ieee80211.h
index 754e4647e82f..3444dfe0a7fa 100644
--- a/sys/net80211/_ieee80211.h
+++ b/sys/net80211/_ieee80211.h
@@ -602,8 +602,8 @@ struct ieee80211_rx_stats {
int16_t c_rssi_ext[IEEE80211_MAX_CHAINS]; /* per-chain RSSI */
/* 32 bits */
- uint8_t c_nf; /* global NF */
- uint8_t c_rssi; /* global RSSI */
+ int8_t c_nf; /* global NF */
+ int8_t c_rssi; /* global RSSI */
uint8_t c_chain; /* number of RX chains involved */
uint8_t c_rate; /* legacy; 11n rate code; VHT MCS */