From owner-svn-src-all@FreeBSD.ORG Thu Dec 15 22:34:22 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6E54106566C; Thu, 15 Dec 2011 22:34:22 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 249898FC08; Thu, 15 Dec 2011 22:34:21 +0000 (UTC) Received: by vbbfr13 with SMTP id fr13so3241484vbb.13 for ; Thu, 15 Dec 2011 14:34:21 -0800 (PST) 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=2rsdKyArgk9xMsJgE43FT5vvtX6umx5AFy5W+Awfbbc=; b=vy1aaHhW8XNVqLzUqXjpdiqZFT0PyK8NG50nl8MJ3JgO866/hPNtwgpO/7CRIMmqYF MOC1YSCJ4oXpzwJjKuF4XDvaqFRa2YhowQl41lyQhzu1aYZyz0htgZDWWi1wvHJ8YAC+ Xp2YopmLuK7DWvk9BEAV8coQSrOcgA+ttVgFA= MIME-Version: 1.0 Received: by 10.52.175.9 with SMTP id bw9mr4525702vdc.130.1323988461366; Thu, 15 Dec 2011 14:34:21 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.26.50 with HTTP; Thu, 15 Dec 2011 14:34:21 -0800 (PST) In-Reply-To: References: <201112150052.pBF0qUA5022051@svn.freebsd.org> Date: Thu, 15 Dec 2011 14:34:21 -0800 X-Google-Sender-Auth: N2qTH2hE-9JJhwpyaJcBiCT4IyA Message-ID: From: Adrian Chadd To: Bernhard Schmidt Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r228514 - head/sys/net80211 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 15 Dec 2011 22:34:22 -0000 On 15 December 2011 02:15, Bernhard Schmidt wrote: >> So in short: if you're happy removing it, remove it. :) > > I agree on passing the frame as an argument to iac_check() and obtain > the mac from there, that definitely is required for more advanced > ACLs. Passing both tough, is imho not required and redundant, so, yes > I think I'm going to remove it. Go for it. ;) Adrian