From 359889128be1987a3cc82c5d77b962d646d38919 Mon Sep 17 00:00:00 2001 From: Damien Bergamini Date: Fri, 29 Aug 2008 12:14:54 +0000 Subject: 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. --- sys/dev/ic/pgt.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/dev/ic') 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 @@ -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: -- cgit v1.2.3