From owner-freebsd-wireless@FreeBSD.ORG Sat Feb 4 20:43:57 2012 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 16A52106564A for ; Sat, 4 Feb 2012 20:43:57 +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 BB2008FC0C for ; Sat, 4 Feb 2012 20:43:56 +0000 (UTC) Received: by vbbfa15 with SMTP id fa15so5039080vbb.13 for ; Sat, 04 Feb 2012 12:43:56 -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=APGco5fWygUQzTjBHGFpleOIvF7e0Xark/5FOPpgchk=; b=fuVZ1uGjptTGTdot80HLWoZ156pUtihrrod6fHxtNYV9xZa81t++0SCOzcDNY9Wirs kz+TMw0h3/3THtmejTTaGL80Zn4Hru8fjbhrkwUHlc8qKhEeXkZsiRRdvgvLPiMyD0nT +S81P6IUID7Q4GGZ4dD5NjWWIPIhQTOd8Riys= MIME-Version: 1.0 Received: by 10.52.66.166 with SMTP id g6mr6145925vdt.34.1328388236001; Sat, 04 Feb 2012 12:43:56 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.172.37 with HTTP; Sat, 4 Feb 2012 12:43:55 -0800 (PST) In-Reply-To: <1328388150.58641@da3m0n8t3r.com> References: <1328388150.58641@da3m0n8t3r.com> Date: Sat, 4 Feb 2012 12:43:55 -0800 X-Google-Sender-Auth: Pc0w5y3UPi7k-YPg87eCtE_XUA8 Message-ID: From: Adrian Chadd To: Waitman Gobble Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org Subject: Re: [net80211] support vendor bitmap entries; teach if_ath to export PHY error code in error frames 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: Sat, 04 Feb 2012 20:43:57 -0000 That stuff is due to slightly incorrect handling of things when doing 802.11n. I'll eventually fix that stuff up; I just have higher priority things to fix (that cause kernel panics..) Adrian