Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic IBSS mode does in fact work on some earlier Symbo...



details:   https://anonhg.NetBSD.org/src/rev/03f1d4da1a59
branches:  trunk
changeset: 538666:03f1d4da1a59
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Fri Oct 25 01:35:12 2002 +0000

description:
IBSS mode does in fact work on some earlier Symbol firmware versions, as
witnessed by my home network.

diffstat:

 sys/dev/ic/wi.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 82d52d3026f0 -r 03f1d4da1a59 sys/dev/ic/wi.c
--- a/sys/dev/ic/wi.c   Fri Oct 25 00:08:43 2002 +0000
+++ b/sys/dev/ic/wi.c   Fri Oct 25 01:35:12 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wi.c,v 1.100 2002/10/15 08:53:46 onoe Exp $    */
+/*     $NetBSD: wi.c,v 1.101 2002/10/25 01:35:12 mycroft Exp $ */
 
 /*
  * Copyright (c) 1997, 1998, 1999
@@ -70,7 +70,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wi.c,v 1.100 2002/10/15 08:53:46 onoe Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wi.c,v 1.101 2002/10/25 01:35:12 mycroft Exp $");
 
 #define WI_HERMES_AUTOINC_WAR  /* Work around data write autoinc bug. */
 #define WI_HERMES_STATS_WAR    /* Work around stats counter bug. */
@@ -298,7 +298,7 @@
 
        case WI_SYMBOL:
                sc->sc_flags |= WI_FLAGS_HAS_DIVERSITY;
-               if (sc->sc_sta_firmware_ver >= 25000)
+               if (sc->sc_sta_firmware_ver >= 20000)
                        ic->ic_flags |= IEEE80211_F_HASIBSS;
                sc->sc_ibss_port = 4;
                break;



Home | Main Index | Thread Index | Old Index