summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_var.h
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-04-28 13:42:13 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-04-28 13:42:13 +0000
commit8b879379b5d5a5746905003923f9b5a269988650 (patch)
tree5b825bfd69966f11a79087acc79fc5fe44ca22c4 /sys/net80211/ieee80211_var.h
parentc10bf61669232d51b99e4d2e5248ed36a141e5c4 (diff)
downloadFreeBSD-src-8b879379b5d5a5746905003923f9b5a269988650.zip
FreeBSD-src-8b879379b5d5a5746905003923f9b5a269988650.tar.gz
Add ic_rxstream and ic_txstream. These variables hold the number of RX
streams and the number of TX streams respectively. Obtained from: //depot/user/rpaulo/80211n/... Sponsored by: iXsystems, inc.
Diffstat (limited to 'sys/net80211/ieee80211_var.h')
-rw-r--r--sys/net80211/ieee80211_var.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_var.h b/sys/net80211/ieee80211_var.h
index ff3694f..eea8dbe 100644
--- a/sys/net80211/ieee80211_var.h
+++ b/sys/net80211/ieee80211_var.h
@@ -213,6 +213,8 @@ struct ieee80211com {
enum ieee80211_protmode ic_htprotmode; /* HT protection mode */
int ic_lastnonerp; /* last time non-ERP sta noted*/
int ic_lastnonht; /* last time non-HT sta noted */
+ uint8_t ic_rxstream; /* # RX streams */
+ uint8_t ic_txstream; /* # TX streams */
/* optional state for Atheros SuperG protocol extensions */
struct ieee80211_superg *ic_superg;
@@ -315,7 +317,6 @@ struct ieee80211com {
void (*ic_ampdu_rx_stop)(struct ieee80211_node *,
struct ieee80211_rx_ampdu *);
uint64_t ic_spare[7];
- uint32_t ic_spare2;
};
struct ieee80211_aclator;
OpenPOWER on IntegriCloud