diff options
author | Beni Lev <beni.lev@intel.com> | 2015-12-23 09:39:57 -0500 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2016-02-27 15:00:13 -0500 |
commit | 21daff96a90e8bc2dfa57499c8305dbb9430f661 (patch) | |
tree | b2523c3bc7a4342897aa2b8a2dc464f02ffd5ecb | |
parent | f1704618987b2710760582c87b5f7f600e529a60 (diff) |
iwlwifi: mvm: Set global RRM capability
Allow to publish RRM capabilities without the need to support a minimal
capability set. Since some RRM features(e.g. neighbor report) are fw
independent, set this capability unconditionally.
Signed-off-by: Beni Lev <beni.lev@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c b/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c index 85ea5a8b5e3a..4c2449b0ba86 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c +++ b/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | |||
@@ -610,6 +610,8 @@ int iwl_mvm_mac_setup_register(struct iwl_mvm *mvm) | |||
610 | IWL_UCODE_TLV_CAPA_WFA_TPC_REP_IE_SUPPORT)) | 610 | IWL_UCODE_TLV_CAPA_WFA_TPC_REP_IE_SUPPORT)) |
611 | hw->wiphy->features |= NL80211_FEATURE_WFA_TPC_IE_IN_PROBES; | 611 | hw->wiphy->features |= NL80211_FEATURE_WFA_TPC_IE_IN_PROBES; |
612 | 612 | ||
613 | wiphy_ext_feature_set(hw->wiphy, NL80211_EXT_FEATURE_RRM); | ||
614 | |||
613 | mvm->rts_threshold = IEEE80211_MAX_RTS_THRESHOLD; | 615 | mvm->rts_threshold = IEEE80211_MAX_RTS_THRESHOLD; |
614 | 616 | ||
615 | #ifdef CONFIG_PM_SLEEP | 617 | #ifdef CONFIG_PM_SLEEP |