diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2008-08-29 12:14:54 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2008-08-29 12:14:54 +0000 |
commit | 359889128be1987a3cc82c5d77b962d646d38919 (patch) | |
tree | 0d1f1d64a88c8afbc965d4b571efe913c04132eb /sys/dev/ic | |
parent | ae9a35c130fd9f9d48080253d832d2b5de3889c4 (diff) |
move code to support Frequency-Hopping spread spectrum (FHSS) PHYs
to the Attic. nothing uses it in the tree and it is very unlikely
that something will use it one day.
the only driver supporting FHSS PHYs in the tree is ray(4) and it
does not use net80211.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/pgt.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/pgt.c b/sys/dev/ic/pgt.c index 75131f32ddf..b907be9d68d 100644 --- a/sys/dev/ic/pgt.c +++ b/sys/dev/ic/pgt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pgt.c,v 1.51 2008/08/27 09:05:03 damien Exp $ */ +/* $OpenBSD: pgt.c,v 1.52 2008/08/29 12:14:53 damien Exp $ */ /* * Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org> @@ -2669,8 +2669,6 @@ badopmode: preamble = PGT_OID_PREAMBLE_MODE_SHORT; DPRINTF(("IEEE80211_MODE_11G\n")); break; - case IEEE80211_MODE_FH: - /* FALLTHROUGH */ case IEEE80211_MODE_TURBO: /* not handled */ /* FALLTHROUGH */ case IEEE80211_MODE_AUTO: |