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

2013-05-22 Thread Johannes Berg
On Sun, 2013-05-19 at 09:38 +0200, Oleksij Rempel wrote: > + * @RX_FLAG_STBC_MASK: STBC 2 bit bitmask. 1 - Nss=1, 2 - Nss=2, 3 - Nss=3 > + RX_FLAG_STBC_MASK = BIT(26) | BIT(27), > @@ -258,6 +258,7 @@ ieee80211_add_rx_radiotap_header(struct ieee80211_local > *local, > p

Re: [ath9k-devel] How to set a scan with ath9k driver

2013-05-22 Thread Mohammed Shafi Shajakhan
On Wed, May 22, 2013 at 02:12:13PM +0200, Francisco Cuesta wrote: > Hello, > > I would like to know whether someone might point out where a sta-mode > scan in ath9k driver is carried out. I mean, if I want to perform such > a scan, I have seen that hostapd or wpa supplicant requests the driver >

[ath9k-devel] How to set a scan with ath9k driver

2013-05-22 Thread Francisco Cuesta
Hello, I would like to know whether someone might point out where a sta-mode scan in ath9k driver is carried out. I mean, if I want to perform such a scan, I have seen that hostapd or wpa supplicant requests the driver through nl80211 interface such a petition. But I cannot understand how this pe

[ath9k-devel] [PATCH] ath10k: sync WMI interface to FW 636

2013-05-22 Thread Michal Kazior
Signed-off-by: Michal Kazior --- drivers/net/wireless/ath/ath10k/wmi.h | 32 1 file changed, 32 insertions(+) diff --git a/drivers/net/wireless/ath/ath10k/wmi.h b/drivers/net/wireless/ath/ath10k/wmi.h index f08dbb2..9555f5a 100644 --- a/drivers/net/wireless/at