Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21daff96 authored by Beni Lev's avatar Beni Lev Committed by Emmanuel Grumbach
Browse files

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: default avatarBeni Lev <beni.lev@intel.com>
Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
parent f1704618
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -610,6 +610,8 @@ int iwl_mvm_mac_setup_register(struct iwl_mvm *mvm)
			IWL_UCODE_TLV_CAPA_WFA_TPC_REP_IE_SUPPORT))
		hw->wiphy->features |= NL80211_FEATURE_WFA_TPC_IE_IN_PROBES;

	wiphy_ext_feature_set(hw->wiphy, NL80211_EXT_FEATURE_RRM);

	mvm->rts_threshold = IEEE80211_MAX_RTS_THRESHOLD;

#ifdef CONFIG_PM_SLEEP