2015-06-08 05:42:29

by Janusz Dziedzic

[permalink] [raw]
Subject: [PATCH] ath10k: enable VHT for IBSS

Enable VHT support for IBSS.

Signed-off-by: Janusz Dziedzic <[email protected]>
---
drivers/net/wireless/ath/ath10k/mac.c | 2 ++
1 file changed, 2 insertions(+)

diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c
index f4de717..14a8f25 100644
--- a/drivers/net/wireless/ath/ath10k/mac.c
+++ b/drivers/net/wireless/ath/ath10k/mac.c
@@ -6949,6 +6949,8 @@ int ath10k_mac_register(struct ath10k *ar)
goto err_free;
}

+ wiphy_ext_feature_set(ar->hw->wiphy, NL80211_EXT_FEATURE_VHT_IBSS);
+
/*
* on LL hardware queues are managed entirely by the FW
* so we only advertise to mac we can do the queues thing
--
1.9.1



2015-06-08 13:17:37

by Kalle Valo

[permalink] [raw]
Subject: Re: [PATCH] ath10k: enable VHT for IBSS

Janusz Dziedzic <[email protected]> writes:

> Enable VHT support for IBSS.
>
> Signed-off-by: Janusz Dziedzic <[email protected]>

You should give background info here. For example, why did you enable
now and not earlier? How did you test it? What user space requirements
(wpasupplicant version etc) there are? What kind of throughput did you
see?

--
Kalle Valo