From owner-freebsd-wireless@FreeBSD.ORG Fri Sep 30 02:02:07 2011 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28BA4106566C for ; Fri, 30 Sep 2011 02:02:07 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id DC65F8FC12 for ; Fri, 30 Sep 2011 02:02:06 +0000 (UTC) Received: by yia13 with SMTP id 13so1402782yia.13 for ; Thu, 29 Sep 2011 19:02:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=UWkq0BrHO2NgEnt58yv1aPm5Xko2z4bE8rU3YEcb9vM=; b=WSfn8ocTo5EhgDOlqjvQVrU0BH8BlbSi5KV7VrMrBBS7NI8Bre6hF98x2vRs/Tz8/H hZT+c+uBHAmZGDZmh5W0a2KzVKSPrBr3YjMvoocbwwTl/Cv/xsSqvc62dbetmOowWZPl mNNwUa95aYFILWw7J8bSmYHnsI2+V572bfWHo= MIME-Version: 1.0 Received: by 10.236.201.165 with SMTP id b25mr18486627yho.72.1317348126212; Thu, 29 Sep 2011 19:02:06 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.111.42 with HTTP; Thu, 29 Sep 2011 19:02:06 -0700 (PDT) In-Reply-To: <957EB052144AA64AB39F7AB268783201022F835FD3@VA3DIAXVS881.RED001.local> References: <957EB052144AA64AB39F7AB268783201022F835FD3@VA3DIAXVS881.RED001.local> Date: Fri, 30 Sep 2011 10:02:06 +0800 X-Google-Sender-Auth: vld6QWuxFY7SZzmd0qbplxFal58 Message-ID: From: Adrian Chadd To: Edgar Martinez Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-wireless@freebsd.org" Subject: Re: PANIC - SWBMISS (9.0-CURRENT) X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2011 02:02:07 -0000 On 30 September 2011 09:57, Edgar Martinez wrote: > when I used your patch, it just panic'd on boot. So I took the "spirit" of your patches, and reapplied. > > Also the TDMA patch produced errors, and I left it out from mine, so I haven't tested that yet either. Whacked. I'll go off and test a little more when I next get a chance. I'm still knee deep in isolating some other race conditions (this time my doing) to get full-throughput UDP RX totally solid. Adrian