From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Date: Tue, 21 May 2013 22:19:10 +0300 Subject: [ath9k-devel] [PATCH 6/6] ath10k: preliminary VHT support In-Reply-To: <519B5E5A.7090502@tieto.com> (Michal Kazior's message of "Tue, 21 May 2013 13:45:30 +0200") References: <20130520133551.6961.55701.stgit@localhost6.localdomain6> <20130520133712.6961.76158.stgit@localhost6.localdomain6> <519B5E5A.7090502@tieto.com> Message-ID: <871u90b0pd.fsf@kamboji.qca.qualcomm.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org 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_UNKNOWN; >> >> + /* FIXME: add VHT */ >> + >> switch (ar->hw->conf.chandef.chan->band) { >> case IEEE80211_BAND_2GHZ: >> if (sta->ht_cap.ht_supported) { > > Hmm.. so VHT works on the device without setting proper peer phymode? Yes. I assumed this is for the AP mode, but I can be wrong. > Adding phymode here should be trivial here I guess anyway. Yeah. I'll just apply this now. -- Kalle Valo