From owner-svn-src-all@freebsd.org Fri Aug 5 23:42:05 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 778B5BB0E10; Fri, 5 Aug 2016 23:42:05 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-it0-x22b.google.com (mail-it0-x22b.google.com [IPv6:2607:f8b0:4001:c0b::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 357001729; Fri, 5 Aug 2016 23:42:05 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-it0-x22b.google.com with SMTP id f6so37801278ith.0; Fri, 05 Aug 2016 16:42:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=BfSuyefOK6CYMmePLDKn/OuHkYN6AqDsnxa/5d3Q6+U=; b=DVhcIh2COMkSrs4FDQld0XxIa6zCsPR5g+bEEmPDsWZ+nfq/ssdFbpaUq2/ahD9JWS AiDV1KMDQERgp6bYw5yghWV+rBRFYByENedS+Re8UL/6/MJN+YGo1GZ4iKcNXWWfEnxn SlOeEkETIYQpWlw1e2Rto42PC+kezkVeyW5jXXYpR6RH9500+wklE4pzgcEBlV/dRQZY v2WGeOMvPcwQm6T2UIaslKEV1GDAh+Mb/SRG9tLgGLDpHUmvhTxE/dI8Hhx23uVutBBH ek1AvdboBJfZcwAvE9/o7o8RvL3bGDnWiigUObojswg9S99Tg8eEL11UsA46PwL+Bg+x vLvg== 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; bh=BfSuyefOK6CYMmePLDKn/OuHkYN6AqDsnxa/5d3Q6+U=; b=kVw8QpsjolFBO7CrIJppGOl31JCeRuIEXwJn8VlNJvqV5h0GN7i77/LdOVyLzcEXiR Q2nQr7u1z3UX/oMVcRxW8CowoFL44Tiy1KUGsVBgByN8WnWiXmyzk+BWzj3nUGZpRh+O GEozF0uW1mKomQ+M8XBD8/CxLigJ+eFtyO08hY3oVx5FdoyCqVLVzilRbHmv/ynJiFPt 2G9X1amHOKIUgUXgkTEnF4Sj1lj+UHYzXDQKbCmJhzQ0/Ey2pnFqSucGK7uF0ZWejrJC ITGZLGOMnBiPbztK53+bAgbk0eJAbfVVL15WYARZmtSO/m1ILMibWOHZImwWNODZYLU0 42sg== X-Gm-Message-State: AEkooust4Ih5X0PsUa3H+Wj83xsM56X4ydcw/rDSVM+IcgE8e2SrMaLhQx+PP1eu17Eiuqh9CKEIJ8ZGPutIoQ== X-Received: by 10.36.101.195 with SMTP id u186mr6884559itb.80.1470440524418; Fri, 05 Aug 2016 16:42:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.141.129 with HTTP; Fri, 5 Aug 2016 16:42:03 -0700 (PDT) In-Reply-To: References: <201605212321.u4LNLgDI029432@repo.freebsd.org> From: Adrian Chadd Date: Fri, 5 Aug 2016 16:42:03 -0700 Message-ID: Subject: Re: svn commit: r300383 - head/sys/net80211 To: Andriy Voskoboinyk Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2016 23:42:05 -0000 Hi, Just a reminder and notice to others - yeah, I've found that this actually stops scan from working well and reliably. Notably, I've found that we get a scan completion notification and then we can't restart a subsequent scan for some reason. I may have to revert this and put in something slightly more explicit - eg, we put on an explicit full scan timeout and we explicitly complete the scan if we don't finish it in time. -adrian On 21 May 2016 at 16:24, Andriy Voskoboinyk wrote: > Tested with wpi(4) and urtwn(4) in STA mode. >