[ath9k-devel] [PATCH v4 1/3] mac80211: add STBC flag for radiotap

2013-05-24 Thread Oleksij Rempel
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

Re: [ath9k-devel] [PATCH v4 1/3] mac80211: add STBC flag for radiotap

2013-05-24 Thread Johannes Berg
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

Re: [ath9k-devel] [PATCH v4 1/3] mac80211: add STBC flag for radiotap

2013-05-24 Thread Oleksij Rempel
Am 24.05.2013 12:08, schrieb Johannes Berg: 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: