From owner-svn-src-all@FreeBSD.ORG Sun Mar 10 05:04:27 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7021E16F; Sun, 10 Mar 2013 05:04:27 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-x231.google.com (mail-we0-x231.google.com [IPv6:2a00:1450:400c:c03::231]) by mx1.freebsd.org (Postfix) with ESMTP id 94024CB3; Sun, 10 Mar 2013 05:04:26 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id d7so2395032wer.8 for ; Sat, 09 Mar 2013 21:04:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=iO5oMm7Z+N6X681iVmxwglrEtQCekphv9q8zMr39k6g=; b=OK7ZSwzmAgdeBaMeeCiFTKWm7ESgtgnUtlov5Q3iq1B/Pr4drRiZadT1ysT8JoNYwL lIyrumeCMPZttDIzAwrJJwsWU8kHvHBLli2ySDLjqSExbW8IANjM155hQYy+YyYdbiBD wdXX0UIiBytvqeNKnyUtYAmeqUEyGootvXE2fxgl0O//1JQ4IbPr90X4fwQ3f0eObgrI rYWhb9+yn75hkZT/TUK3LijOKjCGWCpjUJOLDfF1wMD0k1RwDwX3NVGScI4SJAeOmG8W CxsJMBaGfeNxotbse71cMrpgPOn433aw3AYlvCRJb1oI+XLEmyXOW/T3jUdZ3QkK1H/A 1YUw== MIME-Version: 1.0 X-Received: by 10.180.94.135 with SMTP id dc7mr5982973wib.11.1362891865796; Sat, 09 Mar 2013 21:04:25 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.111.201 with HTTP; Sat, 9 Mar 2013 21:04:25 -0800 (PST) In-Reply-To: <201303100438.r2A4c61V049385@svn.freebsd.org> References: <201303100438.r2A4c61V049385@svn.freebsd.org> Date: Sat, 9 Mar 2013 21:04:25 -0800 X-Google-Sender-Auth: m3fUlwh4x41pNVpb3hskmFhbMZ0 Message-ID: Subject: Re: svn commit: r248127 - head/sys/net80211 From: Adrian Chadd To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 10 Mar 2013 05:04:27 -0000 if I break the build again before bsdcan, I promise I'll buy a nice bottle of scotch and distribute small quantities to developers who ask. Adrian On 9 March 2013 20:38, Adrian Chadd wrote: > Author: adrian > Date: Sun Mar 10 04:38:06 2013 > New Revision: 248127 > URL: http://svnweb.freebsd.org/changeset/base/248127 > > Log: > Kill this, it's not needed at this point and (hopefully) the parent > has correctly locked the ic/vap. > > Modified: > head/sys/net80211/ieee80211_superg.c > > Modified: head/sys/net80211/ieee80211_superg.c > ============================================================================== > --- head/sys/net80211/ieee80211_superg.c Sun Mar 10 03:52:35 2013 (r248126) > +++ head/sys/net80211/ieee80211_superg.c Sun Mar 10 04:38:06 2013 (r248127) > @@ -534,8 +534,6 @@ ff_flush(struct mbuf *head, struct mbuf > struct ieee80211_node *ni; > struct ieee80211vap *vap; > > - IEEE80211_TX_LOCK_ASSERT(vap->iv_ic); > - > for (m = head; m != last; m = next) { > next = m->m_nextpkt; > m->m_nextpkt = NULL;