Commit f30f889c authored by Emmanuel Grumbach's avatar Emmanuel Grumbach Committed by Kamal Mostafa

iwlwifi: mvm: disable beacon filtering

commit 7bacc782 upstream.

This feature has been causing trouble - disable it for now.
Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Cc: Seth Forshee <seth.forshee@canonical.com>
Signed-off-by: default avatarKamal Mostafa <kamal@canonical.com>
parent 1e6c38ef
......@@ -619,7 +619,7 @@ static int iwl_mvm_mac_add_interface(struct ieee80211_hw *hw,
if (ret)
goto out_remove_mac;
if (!mvm->bf_allowed_vif &&
if (!mvm->bf_allowed_vif && false &&
vif->type == NL80211_IFTYPE_STATION && !vif->p2p &&
mvm->fw->ucode_capa.flags & IWL_UCODE_TLV_FLAGS_BF_UPDATED){
mvm->bf_allowed_vif = mvmvif;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment