diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-03 12:01:33 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-03 12:01:33 +0000 |
commit | 8bb807615b1e0a7a18b46fe46f2f231120e78b9f (patch) | |
tree | f2a09df688159a24343cba2d2d523a6a45462183 /sys | |
parent | b3038d0985db8a59ad770c0dab49c1f27d5b3b2c (diff) |
the prism54 domain is long abandoned
don't give any traffic to whoever registered it afterwards
ok claudio@ stsp@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/pgt.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/ic/pgt.c b/sys/dev/ic/pgt.c index a75179f375a..cb6334653a3 100644 --- a/sys/dev/ic/pgt.c +++ b/sys/dev/ic/pgt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pgt.c,v 1.100 2021/03/03 23:58:28 jsg Exp $ */ +/* $OpenBSD: pgt.c,v 1.101 2022/01/03 12:01:32 jsg Exp $ */ /* * Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org> @@ -96,8 +96,7 @@ /* * This is a driver for the Intersil Prism family of 802.11g network cards, - * based upon version 1.2 of the Linux driver and firmware found at - * http://www.prism54.org/. + * based upon version 1.2 of the Linux driver. */ #define SCAN_TIMEOUT 5 /* 5 seconds */ |