linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mac80211_hwsim: Set global RRM capability
@ 2016-02-25  9:24 Emmanuel Grumbach
  2016-02-25 10:01 ` kbuild test robot
  2016-03-02 12:24 ` Johannes Berg
  0 siblings, 2 replies; 9+ messages in thread
From: Emmanuel Grumbach @ 2016-02-25  9:24 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, David Spinadel, Emmanuel Grumbach

From: David Spinadel <david.spinadel@intel.com>

Allow publishing RRM capabilities for features that are not
HW dependent.

Signed-off-by: David Spinadel <david.spinadel@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
---
 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 ee37af1..ff45688 100644
--- a/drivers/net/wireless/mac80211_hwsim.c
+++ b/drivers/net/wireless/mac80211_hwsim.c
@@ -2458,6 +2458,7 @@ static int mac80211_hwsim_new_radio(struct genl_info *info,
 			       NL80211_FEATURE_DYNAMIC_SMPS |
 			       NL80211_FEATURE_SCAN_RANDOM_MAC_ADDR;
 	wiphy_ext_feature_set(hw->wiphy, NL80211_EXT_FEATURE_VHT_IBSS);
+	wiphy_ext_feature_set(hw->wiphy, NL80211_EXT_FEATURE_RRM);
 
 	/* ask mac80211 to reserve space for magic */
 	hw->vif_data_size = sizeof(struct hwsim_vif_priv);
-- 
2.5.0


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-03-04  5:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-25  9:24 [PATCH] mac80211_hwsim: Set global RRM capability Emmanuel Grumbach
2016-02-25 10:01 ` kbuild test robot
2016-02-26  7:17   ` Kalle Valo
2016-02-26  8:18     ` Fengguang Wu
2016-02-26  9:47       ` Johannes Berg
2016-03-02 12:24 ` Johannes Berg
2016-03-02 12:36   ` Grumbach, Emmanuel
2016-03-03 15:45     ` Johannes Berg
2016-03-04  5:39       ` Grumbach, Emmanuel

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).