From owner-freebsd-wireless@FreeBSD.ORG Thu Oct 27 20:45:49 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 C5DA8106564A; Thu, 27 Oct 2011 20:45:49 +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 635C48FC14; Thu, 27 Oct 2011 20:45:49 +0000 (UTC) Received: by vws11 with SMTP id 11so4424171vws.13 for ; Thu, 27 Oct 2011 13:45:48 -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=cngTq42lxGsNQ4ZkHAciLGaJw9QIoT0nJTGelHhCk5A=; b=llj7iP8Dp+wwZ6UhF7fy5yU6SsgpaEK2mb4p81Q+0DctJvd6ZBzJ1ImZCsL6uECpOt w2GuuBRaQJnFrBI2YvrlnTmgUdDF8czpU28uHbNgKOJij3mElLUUodL7osk5pDTZAzt7 jvrUJT0Xkh8U/1ONPpIogo1A/XONX44ny4ixk= MIME-Version: 1.0 Received: by 10.52.33.69 with SMTP id p5mr1231111vdi.78.1319748348416; Thu, 27 Oct 2011 13:45:48 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.52.176.1 with HTTP; Thu, 27 Oct 2011 13:45:48 -0700 (PDT) In-Reply-To: References: <201110262123.55543.bschmidt@freebsd.org> <201110271502.12654.bschmidt@freebsd.org> Date: Fri, 28 Oct 2011 04:45:48 +0800 X-Google-Sender-Auth: QAXg7_HbN2yrCdBbjJFj244QxvU Message-ID: From: Adrian Chadd To: Bernhard Schmidt Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org Subject: Re: [patch] net80211: reject STA frames not destined to the current STA VAP MAC address 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: Thu, 27 Oct 2011 20:45:49 -0000 .. and I'd like to commit this in the next couple of days. I won't MFC it to -9 just for now as it only appears if you're doing 802.11n RX STA mode on the AR9160. Adrian