* [PATCH] mac80211_hwsim: Advertise support for VHT IBSS
@ 2015-11-26 18:51 Jouni Malinen
2015-11-27 10:20 ` Johannes Berg
0 siblings, 1 reply; 2+ messages in thread
From: Jouni Malinen @ 2015-11-26 18:51 UTC (permalink / raw)
To: Johannes Berg; +Cc: linux-wireless
VHT can be used with IBSS without needing any additional changes in
mac80211_hwsim, so start claiming support for this to increase test
coverage.
Signed-off-by: Jouni Malinen <j@w1.fi>
---
drivers/net/wireless/mac80211_hwsim.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/wireless/mac80211_hwsim.c b/drivers/net/wireless/mac80211_hwsim.c
index 551dfff..1c598a5 100644
--- a/drivers/net/wireless/mac80211_hwsim.c
+++ b/drivers/net/wireless/mac80211_hwsim.c
@@ -2449,6 +2449,7 @@ static int mac80211_hwsim_new_radio(struct genl_info *info,
NL80211_FEATURE_STATIC_SMPS |
NL80211_FEATURE_DYNAMIC_SMPS |
NL80211_FEATURE_SCAN_RANDOM_MAC_ADDR;
+ wiphy_ext_feature_set(hw->wiphy, NL80211_EXT_FEATURE_VHT_IBSS);
/* ask mac80211 to reserve space for magic */
hw->vif_data_size = sizeof(struct hwsim_vif_priv);
--
1.9.1
--
Jouni Malinen PGP id EFC895FA
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] mac80211_hwsim: Advertise support for VHT IBSS
2015-11-26 18:51 [PATCH] mac80211_hwsim: Advertise support for VHT IBSS Jouni Malinen
@ 2015-11-27 10:20 ` Johannes Berg
0 siblings, 0 replies; 2+ messages in thread
From: Johannes Berg @ 2015-11-27 10:20 UTC (permalink / raw)
To: Jouni Malinen; +Cc: linux-wireless
On Thu, 2015-11-26 at 20:51 +0200, Jouni Malinen wrote:
> VHT can be used with IBSS without needing any additional changes in
> mac80211_hwsim, so start claiming support for this to increase test
> coverage.
>
Applied all the three, thanks.
johannes
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-11-27 10:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-26 18:51 [PATCH] mac80211_hwsim: Advertise support for VHT IBSS Jouni Malinen
2015-11-27 10:20 ` Johannes Berg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).