Panic 7.0 BETA-3 (page fault) using D-Link DWL-G122

Leonardo Midolo leo_midolo at yahoo.it
Sun Dec 16 03:41:32 PST 2007


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 at 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 at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe at freebsd.org"

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

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


More information about the freebsd-current mailing list