Hi Kalle, Here are 7 patches intended for 4.9.  They fix some small issues, as described in the tag itself. I sent them out for review on 2016-10-19, and pushed to a pending branch. Kbuildbot didn't find any issues. Let me know if everything's fine (or not). :) Luca. The following changes since commit 1ea2643961b0d1b8d0e4a11af5aa69b0f92d0533: ath6kl: add Dell OEM SDIO I/O for the Venue 8 Pro (2016-10-13 14:16:33 +0300) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes.git tags/iwlwifi-for-kalle-2016-10-25 for you to fetch changes up to 5a143db8c4a28dab6423cb6197e9f1389da375f2: iwlwifi: mvm: fix netdetect starting/stopping for unified images (2016-10-19 09:54:45 +0300) ---------------------------------------------------------------- * some fixes for suspend/resume with unified FW images; * a fix for a false-positive lockdep report; * a fix for multi-queue that caused an unnecessary 1 second latency; * a fix for an ACPI parsing bug that caused a misleading error message; ---------------------------------------------------------------- Haim Dreyfuss (1): iwlwifi: mvm: comply with fw_restart mod param on suspend Johannes Berg (1): iwlwifi: pcie: mark command queue lock with separate lockdep class Luca Coelho (4): iwlwifi: mvm: use ssize_t for len in iwl_debugfs_mem_read() iwlwifi: mvm: fix d3_test with unified D0/D3 images iwlwifi: pcie: fix SPLC structure parsing iwlwifi: mvm: fix netdetect starting/stopping for unified images Sara Sharon (1): iwlwifi: mvm: wake the wait queue when the RX sync counter is zero drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 49 +++++++++++++++++++++++++++++++++++++----------- drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c | 4 ++-- drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 3 +-- drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 1 + drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 1 + drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c | 3 ++- drivers/net/wireless/intel/iwlwifi/mvm/scan.c | 33 +++++++++++++++++++++++++++------ drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 79 +++++++++++++++++++++++++++++++++++++++++++++++------------------------------- drivers/net/wireless/intel/iwlwifi/pcie/tx.c | 8 ++++++++ 9 files changed, 128 insertions(+), 53 deletions(-)