summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_radiotap.h
diff options
context:
space:
mode:
authorStefan Sperling <stsp@cvs.openbsd.org>2016-01-12 09:28:11 +0000
committerStefan Sperling <stsp@cvs.openbsd.org>2016-01-12 09:28:11 +0000
commitcd5b009365d52a9aa0b1b087962a978d5755a98d (patch)
treef5f6bc83c712b915b7b9e1e4f7a043a9135d749b /sys/net80211/ieee80211_radiotap.h
parent94881a87cf9a49c8d87defff73cd7926f29cdcab (diff)
Remove wireless turbo mode support. It is a non-standard extension
which only worked with ath(4) devices from a decade ago. Diff tested on ath(4) hardware by me to verify that 11a/b modes still work. ok reyk deraadt chris sthen kettenis
Diffstat (limited to 'sys/net80211/ieee80211_radiotap.h')
-rw-r--r--sys/net80211/ieee80211_radiotap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net80211/ieee80211_radiotap.h b/sys/net80211/ieee80211_radiotap.h
index 826d8602a2c..20b9172d72e 100644
--- a/sys/net80211/ieee80211_radiotap.h
+++ b/sys/net80211/ieee80211_radiotap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ieee80211_radiotap.h,v 1.12 2015/11/15 01:05:25 stsp Exp $ */
+/* $OpenBSD: ieee80211_radiotap.h,v 1.13 2016/01/12 09:28:09 stsp Exp $ */
/* $FreeBSD: src/sys/net80211/ieee80211_radiotap.h,v 1.3 2004/04/05 22:13:21 sam Exp $ */
/* $NetBSD: ieee80211_radiotap.h,v 1.9 2004/06/06 04:13:28 dyoung Exp $ */
@@ -187,7 +187,6 @@ enum ieee80211_radiotap_type {
#ifndef _KERNEL
/* For IEEE80211_RADIOTAP_CHANNEL */
-#define IEEE80211_CHAN_TURBO 0x0010 /* Turbo channel */
#define IEEE80211_CHAN_CCK 0x0020 /* CCK channel */
#define IEEE80211_CHAN_OFDM 0x0040 /* OFDM channel */
#define IEEE80211_CHAN_2GHZ 0x0080 /* 2 GHz spectrum channel */