diff options
author | 2007-06-11 19:41:18 +0000 | |
---|---|---|
committer | 2007-06-11 19:41:18 +0000 | |
commit | 1b747f2c6f265431e366648b7441f3abd91c5062 (patch) | |
tree | 611ad9a4ebf8ddee78ca9a5370cb23039d47ebc3 | |
parent | adds 802.11e EDCA tables for QAPs and non-AP QSTAs. (diff) | |
download | wireguard-openbsd-1b747f2c6f265431e366648b7441f3abd91c5062.tar.xz wireguard-openbsd-1b747f2c6f265431e366648b7441f3abd91c5062.zip |
remove unused structure.
-rw-r--r-- | sys/net80211/ieee80211.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/net80211/ieee80211.h b/sys/net80211/ieee80211.h index 16c2a78a012..792b5bef128 100644 --- a/sys/net80211/ieee80211.h +++ b/sys/net80211/ieee80211.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee80211.h,v 1.14 2007/06/11 19:35:24 damien Exp $ */ +/* $OpenBSD: ieee80211.h,v 1.15 2007/06/11 19:41:18 damien Exp $ */ /* $NetBSD: ieee80211.h,v 1.6 2004/04/30 23:51:53 dyoung Exp $ */ /*- @@ -81,10 +81,6 @@ struct ieee80211_qosframe { /* see below */ } __packed; -struct ieee80211_qoscntl { - u_int8_t i_qos[2]; -}; - struct ieee80211_frame_addr4 { u_int8_t i_fc[2]; u_int8_t i_dur[2]; |