summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_ioctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net80211/ieee80211_ioctl.h')
-rw-r--r--sys/net80211/ieee80211_ioctl.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_ioctl.h b/sys/net80211/ieee80211_ioctl.h
index ac1376317db..035c1208e2e 100644
--- a/sys/net80211/ieee80211_ioctl.h
+++ b/sys/net80211/ieee80211_ioctl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ieee80211_ioctl.h,v 1.24 2016/04/27 11:58:10 stsp Exp $ */
+/* $OpenBSD: ieee80211_ioctl.h,v 1.25 2016/04/28 13:50:14 stsp Exp $ */
/* $NetBSD: ieee80211_ioctl.h,v 1.7 2004/04/30 22:51:04 dyoung Exp $ */
/*-
@@ -332,6 +332,12 @@ struct ieee80211_nodereq {
/* Node flags */
u_int8_t nr_flags;
+
+ /* HT */
+ uint16_t nr_htcaps;
+ uint8_t nr_rxmcs[howmany(80,NBBY)];
+ uint16_t nr_max_rxrate; /* in Mb/s, 0 <= rate <= 1023 */
+ uint8_t nr_tx_mcs_set;
};
#define IEEE80211_NODEREQ_STATE(_s) (1 << _s)