From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from he.sipsolutions.net ([78.46.109.217]:44822 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751614Ab0EKSTc (ORCPT ); Tue, 11 May 2010 14:19:32 -0400 Subject: Re: [RFC PATCH 1/2] mac80211: Add nl80211 antenna configuration From: Johannes Berg To: "Luis R. Rodriguez" Cc: Bruno Randolf , linville@tuxdriver.com, linux-wireless@vger.kernel.org, holgerschurig@gmail.com In-Reply-To: References: <20100511083121.28289.96180.stgit@tt-desk> <20100511083900.28289.43864.stgit@tt-desk> Content-Type: text/plain; charset="UTF-8" Date: Tue, 11 May 2010 20:19:29 +0200 Message-ID: <1273601969.20312.23.camel@jlt3.sipsolutions.net> Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, 2010-05-11 at 11:14 -0700, Luis R. Rodriguez wrote: > > Allow setting TX and RX antenna configuration via nl80211/cfg80211. > > I think we should call this TX / RX chainmask given that with 802.11n > hardware this is what this is called. Well, but even with 11n hw you might be able to select _antennas_ rather than chains. I'm convinced we'll need to differentiate that very closely, and 11g hw has only antenna, not chain, selection. johannes