From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Kazior Date: Tue, 21 May 2013 13:45:30 +0200 Subject: [ath9k-devel] [PATCH 6/6] ath10k: preliminary VHT support In-Reply-To: <20130520133712.6961.76158.stgit@localhost6.localdomain6> References: <20130520133551.6961.55701.stgit@localhost6.localdomain6> <20130520133712.6961.76158.stgit@localhost6.localdomain6> Message-ID: <519B5E5A.7090502@tieto.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org 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? Adding phymode here should be trivial here I guess anyway. -- Pozdrawiam / Best regards, Michal Kazior.