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

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

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 > --- > @@ -983,6 +1013,8 @@ static void ath10k_peer_assoc_h_phymode(struct ath10k > *ar, > { > enum wmi_phy_mode phymode = MODE_UNKNOWN; > > + /* FIXME: add VHT */

[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 --- 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 files changed, 88 insertion