diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-09-24 09:12:11 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-09-24 09:12:11 +0000 |
commit | a0878f42ce5ffa6f16de0605549063c35234ce80 (patch) | |
tree | 829a0ef7c40b9c96466bb4af5a9cb2bd803594a8 /sys | |
parent | 7ce883fda30a962ea7be6dfabe427c0afe63c64a (diff) |
Remove a bunch of redundant defines that are also in net80211.
From a change by David Young to NetBSD.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/atwvar.h | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/sys/dev/ic/atwvar.h b/sys/dev/ic/atwvar.h index 331749bdb67..cd4946e18b0 100644 --- a/sys/dev/ic/atwvar.h +++ b/sys/dev/ic/atwvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: atwvar.h,v 1.8 2005/05/27 18:57:19 robert Exp $ */ +/* $OpenBSD: atwvar.h,v 1.9 2005/09/24 09:12:10 jsg Exp $ */ /* $NetBSD: atwvar.h,v 1.13 2004/07/23 07:07:55 dyoung Exp $ */ /* @@ -428,29 +428,6 @@ do { \ #define ATW_COUNTRY_MKK 5 /* Japan: 14 */ #define ATW_COUNTRY_MKK2 6 /* Japan: 1-14 */ -/* One Time Unit (TU) is 1Kus = 1024 microseconds. */ -#define IEEE80211_DUR_TU 1024 - -/* IEEE 802.11b durations for DSSS PHY in microseconds */ -#define IEEE80211_DUR_DS_LONG_PREAMBLE 144 -#define IEEE80211_DUR_DS_SHORT_PREAMBLE 72 -#define IEEE80211_DUR_DS_FAST_PLCPHDR 24 -#define IEEE80211_DUR_DS_SLOW_PLCPHDR 48 -#define IEEE80211_DUR_DS_SLOW_ACK 112 -#define IEEE80211_DUR_DS_FAST_ACK 56 -#define IEEE80211_DUR_DS_SLOW_CTS 112 -#define IEEE80211_DUR_DS_FAST_CTS 56 -#define IEEE80211_DUR_DS_SLOT 20 -#define IEEE80211_DUR_DS_SIFS 10 -#define IEEE80211_DUR_DS_PIFS (IEEE80211_DUR_DS_SIFS + IEEE80211_DUR_DS_SLOT) -#define IEEE80211_DUR_DS_DIFS (IEEE80211_DUR_DS_SIFS + \ - 2 * IEEE80211_DUR_DS_SLOT) -#define IEEE80211_DUR_DS_EIFS (IEEE80211_DUR_DS_SIFS + \ - IEEE80211_DUR_DS_SLOW_ACK + \ - IEEE80211_DUR_DS_LONG_PREAMBLE + \ - IEEE80211_DUR_DS_SLOW_PLCPHDR + \ - IEEE80211_DUR_DIFS) - /* * register space access macros */ |