summaryrefslogtreecommitdiffstats
path: root/sys/net80211/_ieee80211.h
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-04-22 00:44:27 +0000
committeradrian <adrian@FreeBSD.org>2011-04-22 00:44:27 +0000
commitf0e5a695e9eedf13d440df2d5f8a3218f3a0c9d3 (patch)
treeaa409ca85ae0750514cf2fcf1f11820501938d84 /sys/net80211/_ieee80211.h
parent0f13b0e3bfeafa2d83b5c05c2ff47acb45d02a8b (diff)
downloadFreeBSD-src-f0e5a695e9eedf13d440df2d5f8a3218f3a0c9d3.zip
FreeBSD-src-f0e5a695e9eedf13d440df2d5f8a3218f3a0c9d3.tar.gz
Revert r220907 and r220915.
Changing the size of struct ieee80211_mimo_info changes the STA info data, breaking ifconfig in general.
Diffstat (limited to 'sys/net80211/_ieee80211.h')
-rw-r--r--sys/net80211/_ieee80211.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/sys/net80211/_ieee80211.h b/sys/net80211/_ieee80211.h
index e9808a9..3793c66 100644
--- a/sys/net80211/_ieee80211.h
+++ b/sys/net80211/_ieee80211.h
@@ -395,14 +395,9 @@ struct ieee80211_regdomain {
* XXX This doesn't yet export both ctl/ext chain details
*/
struct ieee80211_mimo_info {
- uint16_t flags; /* IEEE80211_R_* flags */
- uint8_t n_rx_chains; /* number of RX chains involved */
- uint8_t pad[1];
- int8_t rssi_ctl[IEEE80211_MAX_CHAINS]; /* per-antenna rssi */
- int8_t noise_ctl[IEEE80211_MAX_CHAINS]; /* per-antenna noise floor */
- int8_t rssi_ext[IEEE80211_MAX_CHAINS]; /* per-antenna ext rssi */
- int8_t noise_ext[IEEE80211_MAX_CHAINS]; /* per-antenna ext noise floor */
- uint32_t evm[IEEE80211_MAX_CHAINS][IEEE80211_MAX_EVM_PILOTS];
- /* EVM data */
+ int8_t rssi[IEEE80211_MAX_CHAINS]; /* per-antenna rssi */
+ int8_t noise[IEEE80211_MAX_CHAINS]; /* per-antenna noise floor */
+ uint8_t pad[2];
+ uint32_t evm[3]; /* EVM data */
};
#endif /* _NET80211__IEEE80211_H_ */
OpenPOWER on IntegriCloud