Return-path: Received: from wolverine02.qualcomm.com ([199.106.114.251]:52577 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753072AbbKLWNX (ORCPT ); Thu, 12 Nov 2015 17:13:23 -0500 From: Peter Oh To: CC: Subject: [PATCH] ath10k: Enable VHT for Mesh Date: Thu, 12 Nov 2015 14:12:35 -0800 Message-ID: <1447366355-4900-1-git-send-email-poh@qca.qualcomm.com> (sfid-20151112_231327_369329_408B7C97) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: Mesh until now has no framework for VHT support which requires NL80211 and wpa_supplicant updates communicating with wireless drivers for capabilities. I've sent patches of NL80211 and wpa_supplicant separately that can be used for Mesh VHT support. Also enable ath10k Mesh VHT support in this patch. Signed-off-by: Peter Oh --- drivers/net/wireless/ath/ath10k/mac.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c index a53e213..d38e4d8 100644 --- a/drivers/net/wireless/ath/ath10k/mac.c +++ b/drivers/net/wireless/ath/ath10k/mac.c @@ -7266,6 +7266,7 @@ int ath10k_mac_register(struct ath10k *ar) } wiphy_ext_feature_set(ar->hw->wiphy, NL80211_EXT_FEATURE_VHT_IBSS); + wiphy_ext_feature_set(ar->hw->wiphy, NL80211_EXT_FEATURE_VHT_MESH); /* * on LL hardware queues are managed entirely by the FW -- 1.9.1