From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Berg Date: Fri, 24 May 2013 12:08:08 +0200 Subject: [ath9k-devel] [PATCH v4 1/3] mac80211: add STBC flag for radiotap In-Reply-To: <1369389945-805-1-git-send-email-linux@rempel-privat.de> (sfid-20130524_120552_318974_4993675A) References: <1369250674.8207.26.camel@jlt4.sipsolutions.net> <1369389945-805-1-git-send-email-linux@rempel-privat.de> (sfid-20130524_120552_318974_4993675A) Message-ID: <1369390088.8290.5.camel@jlt4.sipsolutions.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On Fri, 2013-05-24 at 12:05 +0200, Oleksij Rempel wrote: > Some chips can tell us if received frame was > encoded with STBC or not. To make this information available > in user space we can use updated radiotap specification: > http://www.radiotap.org/defined-fields/MCS > > This patch will set number of STBC encoded spatial streams (Nss). > The HAVE_STBC flag should be provided by driver. Applied, thanks. johannes