Date: Fri, 05 Oct 2007 18:35:43 +0200 From: Frank Staals <frankstaals@gmx.net> To: Pankov Pavel <pankov_p@mail.ru> Cc: Mel <fbsd.mobile@rachie.is-a-geek.net>, freebsd-mobile@freebsd.org Subject: Re: Intel 3945ABG with ipw driver on CURRENT Message-ID: <470667DF.8070609@gmx.net> In-Reply-To: <200710042007.49097.pankov_p@mail.ru> References: <4703B7EF.6030603@gmx.net> <1191486698.1475.40.camel@localhost> <200710041651.12012.fbsd.mobile@rachie.is-a-geek.net> <200710042007.49097.pankov_p@mail.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Pankov Pavel wrote: > On Thursday 04 October 2007 18:51:10 Mel wrote: > >> Does ZOOT have WITNESS? >> >> It loads for me, but locks up machine randomly, sometimes on scan, >> sometimes on up, sometimes on assigning an IP. It points to the lock set at >> the end of _init(). Ben knows. >> I have/had the same problems as Mel. > > Try this patch, please. It makes wpi absolutely stable for me (it looses link > sometimes, but it doesn't panic anymore at least: > > --- 20070923-freebsd-wpi/sys/dev/wpi/if_wpi.c~ 2007-09-23 18:21:03.000000000 > +0400 > +++ 20070923-freebsd-wpi/sys/dev/wpi/if_wpi.c 2007-09-29 21:31:58.000000000 > +0400 > @@ -725,8 +725,9 @@ > ic->ic_newstate = wpi_newstate; > ieee80211_media_init(ic, wpi_media_change, ieee80211_media_status); > > - sc->amrr.amrr_min_success_threshold = 1; > - sc->amrr.amrr_max_success_threshold = 15; > + ieee80211_amrr_init(&sc->amrr, ic, > + IEEE80211_AMRR_MIN_SUCCESS_THRESHOLD, > + IEEE80211_AMRR_MAX_SUCCESS_THRESHOLD); > > /* whilst ieee80211_ifattach will listen for ieee80211 frames, > * we also want to listen for the lower level radio frames > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" > > Allthough it seems as it has some effect ( I can actually setup an ssh connection to my gateway which I couldn't before ) I still have lockups at seemingly random times. -- -Frank Staals
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?470667DF.8070609>
