diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-21 01:08:41 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-21 01:08:41 +0000 |
commit | a424e587ecaf65cb0fcf57370c7294cc415abf8b (patch) | |
tree | 8d2ba757b9eab04004154cf39272545871d65109 /sbin | |
parent | 8f4a0450d9cc554868c50d899b0d3be3a216b976 (diff) |
Change 'Airport' to 'Lucent (embedded)' to correspond to reality.
Otherwise, the embedded Lucent wavelan is called 'Airport' on Toshiba
and Sony laptops.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/wicontrol/wicontrol.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/wicontrol/wicontrol.c b/sbin/wicontrol/wicontrol.c index 10d87fe02dc..185ddf6ad0b 100644 --- a/sbin/wicontrol/wicontrol.c +++ b/sbin/wicontrol/wicontrol.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wicontrol.c,v 1.20 2002/02/16 21:27:38 millert Exp $ */ +/* $OpenBSD: wicontrol.c,v 1.21 2002/03/21 01:08:40 millert Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -67,7 +67,7 @@ static const char copyright[] = "@(#) Copyright (c) 1997, 1998, 1999\ Bill Paul. All rights reserved."; static const char rcsid[] = - "@(#) $OpenBSD: wicontrol.c,v 1.20 2002/02/16 21:27:38 millert Exp $"; + "@(#) $OpenBSD: wicontrol.c,v 1.21 2002/03/21 01:08:40 millert Exp $"; #endif static void wi_getval(char *, struct wi_req *); @@ -404,7 +404,7 @@ wi_printcardid(wreq, chip_id) chip_name = "Sony"; break; case 5: - chip_name = "Airport"; + chip_name = "Lucent (embedded)"; break; default: asprintf(&chip_name, "Unknown (%d)", chip_id); |