From owner-freebsd-hackers@FreeBSD.ORG Wed Mar 5 04:00:34 2008 Return-Path: Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 630BF1065670; Wed, 5 Mar 2008 04:00:34 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from heff.fud.org.nz (203-109-251-39.static.bliink.ihug.co.nz [203.109.251.39]) by mx1.freebsd.org (Postfix) with ESMTP id F2EC68FC21; Wed, 5 Mar 2008 04:00:33 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from heff.fud.org.nz (localhost [127.0.0.1]) by heff.fud.org.nz (Postfix) with ESMTP id BEA6788CB; Wed, 5 Mar 2008 17:00:32 +1300 (NZDT) Received: (from thompsa@localhost) by heff.fud.org.nz (8.14.2/8.14.2/Submit) id m2540VLa049244; Wed, 5 Mar 2008 17:00:31 +1300 (NZDT) (envelope-from thompsa@FreeBSD.org) X-Authentication-Warning: heff.fud.org.nz: thompsa set sender to thompsa@FreeBSD.org using -f Date: Wed, 5 Mar 2008 17:00:30 +1300 From: Andrew Thompson To: Sam Leffler Message-ID: <20080305040030.GB48412@heff.fud.org.nz> References: <47CDC37B.5010405@FreeBSD.org> <20080304223854.GB34712@heff.fud.org.nz> <47CDE20E.1020100@FreeBSD.org> <47CE100B.5090701@errno.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47CE100B.5090701@errno.com> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: FreeBSD Hackers , Pietro Cerutti Subject: Re: wpi -- periodic disconnections X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Mar 2008 04:00:34 -0000 On Tue, Mar 04, 2008 at 07:14:19PM -0800, Sam Leffler wrote: > Pietro Cerutti wrote: >> Andrew Thompson wrote: >> >>>> >>> I have a WIP patch that may help, please give this a go. >>> >>> http://citylink.unixathome.org/~thompsa/wpi_testing8.diff >>> >>> Its the combination of several peoples work and I am planning to send it >>> out again later in the week after some more review. >>> >> >> Hello, >> your patch helps, partially: >> >> - I've had a disconnection after a few minutes: >> Michael MIC failure wireless event: keyix=0 src_addr=00:1a:70:47:cc:5c >> Michael MIC failure detected >> >> - I've been able to reconnect without kld-reloading the module, by >> killing and restarting wpa_supplicant >> >> > Something is corrupting data on rx; it is unlikely you are getting MIC > errors. I have noticed in some of my wpi tracelogs that some frames are rejected as not being to the bss with one or two octets of the mac address being incorrect. The variation suggests its not just a rouge station with a similar mac. Andrew