From: Luca Coelho <luciano.coelho@xxxxxxxxx> Hi, This is the third patchset with fixes for v5.2. The changes are: * A bunch of RF-kill fixes by Emmanuel; * A fix for AP mode, also related to RF-kill, by Johannes. As usual, I'm pushing this to a pending branch, for kbuild bot. And as we agreed, I'll delegate these patches to you in patchwork for you to apply them directly. Please review. Cheers, Luca. Emmanuel Grumbach (5): iwlwifi: pcie: fix ALIVE interrupt handling for gen2 devices w/o MSI-X iwlwifi: fix RF-Kill interrupt while FW load for gen2 devices iwlwifi: pcie: don't service an interrupt that was masked iwlwifi: don't WARN when calling iwl_get_shared_mem_conf with RF-Kill iwlwifi: mvm: clear rfkill_safe_init_done when we start the firmware Johannes Berg (1): iwlwifi: mvm: delay GTK setting in FW in AP mode drivers/net/wireless/intel/iwlwifi/fw/smem.c | 12 +++- drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 8 ++- .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 53 ++++++++++++++- drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 3 + .../intel/iwlwifi/pcie/ctxt-info-gen3.c | 2 +- .../wireless/intel/iwlwifi/pcie/ctxt-info.c | 2 +- .../wireless/intel/iwlwifi/pcie/internal.h | 27 ++++++++ drivers/net/wireless/intel/iwlwifi/pcie/rx.c | 66 ++++++++++++------- .../wireless/intel/iwlwifi/pcie/trans-gen2.c | 9 +++ 9 files changed, 149 insertions(+), 33 deletions(-) -- 2.20.1