Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/dev/pcmcia Pull up revision 1.50 (requested by jhawk):
details: https://anonhg.NetBSD.org/src/rev/1ec0a1d98396
branches: netbsd-1-5
changeset: 491799:1ec0a1d98396
user: he <he%NetBSD.org@localhost>
date: Sat May 26 16:10:03 2001 +0000
description:
Pull up revision 1.50 (requested by jhawk):
Change wi(4)'s default from ad-hoc mode to BSS mode. Also
some minor manual page fixes.
diffstat:
sys/dev/pcmcia/if_wi.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b6faf29c9126 -r 1ec0a1d98396 sys/dev/pcmcia/if_wi.c
--- a/sys/dev/pcmcia/if_wi.c Sat May 26 16:05:44 2001 +0000
+++ b/sys/dev/pcmcia/if_wi.c Sat May 26 16:10:03 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_wi.c,v 1.21.2.8 2001/01/25 17:47:08 jhawk Exp $ */
+/* $NetBSD: if_wi.c,v 1.21.2.9 2001/05/26 16:10:03 he Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -384,7 +384,7 @@
sizeof(WI_DEFAULT_IBSS) - 1);
sc->wi_portnum = WI_DEFAULT_PORT;
- sc->wi_ptype = WI_PORTTYPE_ADHOC;
+ sc->wi_ptype = WI_PORTTYPE_BSS;
sc->wi_ap_density = WI_DEFAULT_AP_DENSITY;
sc->wi_rts_thresh = WI_DEFAULT_RTS_THRESH;
sc->wi_tx_rate = WI_DEFAULT_TX_RATE;
Home |
Main Index |
Thread Index |
Old Index