Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Dec 2007 12:41:30 +0100 (CET)
From:      Leonardo Midolo <leo_midolo@yahoo.it>
To:        Kevin Lo <kevlo@kevlo.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Panic 7.0 BETA-3 (page fault) using D-Link DWL-G122
Message-ID:  <858819.12532.qm@web27110.mail.ukl.yahoo.com>
In-Reply-To: <1197640392.6307.3.camel@monet>

next in thread | previous in thread | raw e-mail | index | archive | help
I tried your patch but it didn't solve the problem.
The backtrace is the same (ieee80211_free_node(ni=0x0)). 
I also tried to use wep instead of wpa without success.

Thanks, 
Leonardo

Kevin Lo <kevlo@kevlo.org> ha scritto: Leonardo Midolo wrote:
> Thanks for your reply,
> I downloaded the if_rum.c rev 1.15 and recompiled the kernel (BETA-3, 2
> dec). I still get a page fault:

Please try attached patch, thanks.

> Thanks,
> best regards.
> 
> Leonardo Midolo

 Kevin
--- if_rum.c.orig 2007-12-14 21:37:20.000000000 +0800
+++ if_rum.c 2007-12-14 21:45:46.000000000 +0800
@@ -839,6 +839,9 @@
  struct rum_softc *sc = data->sc;
  struct ifnet *ifp = sc->sc_ic.ic_ifp;
 
+ if (!priv)
+  return;
+
  if (data->m != NULL && data->m->m_flags & M_TXCB)
   ieee80211_process_callback(data->ni, data->m, 0/*XXX*/);
 
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"

       
---------------------------------

---------------------------------
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?858819.12532.qm>