summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_ioctl.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2007-09-18 20:40:21 +0000
committersam <sam@FreeBSD.org>2007-09-18 20:40:21 +0000
commit20c40e534c1aa754aca8d819824e7844e8c28b41 (patch)
tree0239e1f57f8810b8b2851f9df1ace1745e9c0e13 /sys/net80211/ieee80211_ioctl.h
parent1f33ce6db98e41c07754378fdde8a0ecf551f9d1 (diff)
downloadFreeBSD-src-20c40e534c1aa754aca8d819824e7844e8c28b41.zip
FreeBSD-src-20c40e534c1aa754aca8d819824e7844e8c28b41.tar.gz
o move IEEE80211_NONQOS_TID into a public location
o add IEEE80211_TID_SIZE and replace all the nake constants Approved by: re (blanket wireless)
Diffstat (limited to 'sys/net80211/ieee80211_ioctl.h')
-rw-r--r--sys/net80211/ieee80211_ioctl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/net80211/ieee80211_ioctl.h b/sys/net80211/ieee80211_ioctl.h
index 3221539..95ae8eb 100644
--- a/sys/net80211/ieee80211_ioctl.h
+++ b/sys/net80211/ieee80211_ioctl.h
@@ -336,8 +336,9 @@ struct ieee80211req_sta_info {
uint16_t isi_associd; /* assoc response */
uint16_t isi_txpower; /* current tx power */
uint16_t isi_vlan; /* vlan tag */
- uint16_t isi_txseqs[17]; /* seq to be transmitted */
- uint16_t isi_rxseqs[17]; /* seq previous for qos frames*/
+ /* NB: [IEEE80211_NONQOS_TID] holds seq#'s for non-QoS stations */
+ uint16_t isi_txseqs[IEEE80211_TID_SIZE];/* tx seq #/TID */
+ uint16_t isi_rxseqs[IEEE80211_TID_SIZE];/* rx seq#/TID */
uint16_t isi_inact; /* inactivity timer */
/* XXX frag state? */
/* variable length IE data */
OpenPOWER on IntegriCloud