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 _at__at_ -839,6 +839,9 _at__at_ 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! MailReceived on Sun Dec 16 2007 - 10:41:32 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:24 UTC