Re: [ath9k-devel] [PATCH 6/6] ath10k: preliminary VHT support

2013-05-21 Thread Michal Kazior
On 20/05/13 15:37, Kalle Valo wrote: Adds preliminary VHT (802.11ac) support to ath10k. Signed-off-by: Kalle Valo kv...@qca.qualcomm.com --- @@ -983,6 +1013,8 @@ static void ath10k_peer_assoc_h_phymode(struct ath10k *ar, { enum wmi_phy_mode phymode = MODE_UNKNOWN; + /*

Re: [ath9k-devel] [PATCH 6/6] ath10k: preliminary VHT support

2013-05-21 Thread Kalle Valo
Michal Kazior michal.kaz...@tieto.com writes: On 20/05/13 15:37, Kalle Valo wrote: Adds preliminary VHT (802.11ac) support to ath10k. Signed-off-by: Kalle Valo kv...@qca.qualcomm.com --- @@ -983,6 +1013,8 @@ static void ath10k_peer_assoc_h_phymode(struct ath10k *ar, { enum

[ath9k-devel] [PATCH 6/6] ath10k: preliminary VHT support

2013-05-20 Thread Kalle Valo
Adds preliminary VHT (802.11ac) support to ath10k. Signed-off-by: Kalle Valo kv...@qca.qualcomm.com --- drivers/net/wireless/ath/ath10k/mac.c | 66 + drivers/net/wireless/ath/ath10k/wmi.c | 13 ++- drivers/net/wireless/ath/ath10k/wmi.h | 10 + 3