From owner-freebsd-wireless@FreeBSD.ORG Fri Dec 13 19:17:26 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8BBE726E for ; Fri, 13 Dec 2013 19:17:26 +0000 (UTC) Received: from mail-qa0-x22e.google.com (mail-qa0-x22e.google.com [IPv6:2607:f8b0:400d:c00::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 43B6D137F for ; Fri, 13 Dec 2013 19:17:26 +0000 (UTC) Received: by mail-qa0-f46.google.com with SMTP id f11so1073961qae.12 for ; Fri, 13 Dec 2013 11:17:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=kem2grKUyLwobD7jEEt0EiACn/OXtS1hiiquim5o0LY=; b=sybPvdaJIKEbgO1/pYT/ZPYrv9GUPd7U7LubaJ1slVTScnjU/358e8K6Jh+RDQ1fXi ztsIjomAKW9nGqlt7zI23FdVXgQFCp9h93f/Ov3nbwlVmyGbiCUdA4apz8lVmaCMwi8J hoAz3uDYgaHeQcPVi6DRUVaEMUHHIvtYnBD5U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=kem2grKUyLwobD7jEEt0EiACn/OXtS1hiiquim5o0LY=; b=hRsga6nU09HfoIuxuTCu2qN8JuJY88fGUrc5R6ocmnnaYiV/ozK7lpFJkobVB1j7sM o/UYGCO/H1k5Ir8XT2OkYFwQdDcGkMiX/nU7npVXwMd5muBk5FoVY3UVpomOB4+PG5bE 9tEeaL5UTNXomRMGHln/1i7QcvKxV32oT13WofsKP0H2BzBVYMS52lwaVvrq9bc5YorR ES1gE7zwWp5WYvxxFB9rXQ2L6kwfFN05scidv98fU2BR5lDhXAH+qoKpQSJw2gE4cs+Y M4XRRohZrpMooYKESYxXqzvKtPF26RH9oxZYOQoO6ZSbn85JwoqwovyA0oU5KMz97u+i ONTg== X-Gm-Message-State: ALoCoQmI/nsPlLthmn9oaWsZ0NbevMitiDXpqoBuBmOKRnmdfn1ifsJH6rZUneU8tH4DeP/WIl6D X-Received: by 10.229.13.133 with SMTP id c5mr7511342qca.22.1386962245433; Fri, 13 Dec 2013 11:17:25 -0800 (PST) MIME-Version: 1.0 Received: by 10.96.86.42 with HTTP; Fri, 13 Dec 2013 11:16:55 -0800 (PST) In-Reply-To: References: From: Eitan Adler Date: Fri, 13 Dec 2013 14:16:55 -0500 Message-ID: Subject: Re: constant connects and disconnects To: Adrian Chadd Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.17 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, 13 Dec 2013 19:17:26 -0000 On Fri, Dec 13, 2013 at 1:49 PM, Adrian Chadd wrote: > Ok, can you just try bisecting the iwn versions between 259022 and > 259286? There's not that much work there. I tried in r259063 and r259064 and neither showed the problem. Note that I *only* did "svn up -r..." and rebuilt sys/dev/iwn. While the problem showed itself right away on r259286 I wonder if this was just a fluke and if I should have waited longer with each of the above revisions.