This is a note to let you know that I've just added the patch titled iwlwifi: mvm: disable beacon filtering to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: iwlwifi-mvm-disable-beacon-filtering.patch and it can be found in the queue-3.14 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 7bacc782270ff7db3b9f29fa5d24ad2ee1e8e81d Mon Sep 17 00:00:00 2001 From: Emmanuel Grumbach <emmanuel.grumbach@xxxxxxxxx> Date: Sun, 18 May 2014 19:05:23 +0300 Subject: iwlwifi: mvm: disable beacon filtering From: Emmanuel Grumbach <emmanuel.grumbach@xxxxxxxxx> commit 7bacc782270ff7db3b9f29fa5d24ad2ee1e8e81d upstream. This feature has been causing trouble - disable it for now. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@xxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/net/wireless/iwlwifi/mvm/mac80211.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/net/wireless/iwlwifi/mvm/mac80211.c +++ b/drivers/net/wireless/iwlwifi/mvm/mac80211.c @@ -606,7 +606,7 @@ static int iwl_mvm_mac_add_interface(str 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; Patches currently in stable-queue which might be from emmanuel.grumbach@xxxxxxxxx are queue-3.14/iwlwifi-7000-bump-api-to-9.patch queue-3.14/iwlwifi-add-module_firmware-for-7265.patch queue-3.14/mac80211-fix-suspend-vs.-association-race.patch queue-3.14/iwlwifi-mvm-disable-beacon-filtering.patch queue-3.14/iwlwifi-mvm-delay-enabling-smart-fifo-until-after-beacon-rx.patch queue-3.14/iwlwifi-mvm-fix-setting-channel-in-monitor-mode.patch queue-3.14/iwlwifi-mvm-rs-clear-per-rate-stats-when-aggregation-changes.patch queue-3.14/iwlwifi-mvm-rs-fallback-to-legacy-tx-columns.patch queue-3.14/iwlwifi-mvm-bt-coex-fix-look-up-table.patch queue-3.14/iwlwifi-add-new-7265-hw-ids.patch queue-3.14/iwlwifi-mvm-rs-reinit-rs-if-no-tx-for-a-long-time.patch queue-3.14/iwlwifi-add-rs_rate_scale_clear_tbl_windows-helper-function.patch queue-3.14/iwlwifi-pcie-disable-interrupts-upon-pcie-alloc.patch queue-3.14/iwlwifi-mvm-rs-fix-mimo-delimiter-in-lq-cmd.patch queue-3.14/iwlwifi-mvm-rs-fix-and-cleanup-rs_get_rate_action.patch queue-3.14/iwlwifi-mvm-avoid-searching-unnecessary-columns.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html