Hi Kalle, Here are some fixes intended for 4.7. Nothing really big, just some fixes for bugs introduced in recent patches and a long-standing bug with IGTK keys, which apparently had never worked properly before.  A few more details in the tag message. Let me know if everything's fine (or not). :) Luca. The following changes since commit 182fd9eecb287e696c82b30d06c6150d80a49c5b:   MAINTAINERS: Add file patterns for wireless device tree bindings (2016-06-04 17:24:02 +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-06-10 for you to fetch changes up to 280a3efa82fccc9532c968a77e5162cb9f0af497:   iwlwifi: mvm: fix a few firmware capability checks (2016-06-10 14:20:08 +0300) ---------------------------------------------------------------- * fix the scan timeout for long scans * fix an RCU splat caused when updating the TKIP key * fix a potential NULL-derefence introduced recently * fix a IGTK key bug that has existed since the MVM driver was introduced * fix some fw capabilities checks that got accidentally inverted ---------------------------------------------------------------- Ayala Beker (1):       iwlwifi: mvm: set the encryption type of an IGTK key Emmanuel Grumbach (1):       iwlwifi: mvm: fix RCU splat in TKIP's update_key Johannes Berg (1):       iwlwifi: mvm: fix a few firmware capability checks Luca Coelho (2):       iwlwifi: mvm: increase scan timeout to 20 seconds       iwlwifi: mvm: fix potential NULL-dereference in iwl_mvm_reorder()  drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c |  8 ++++----  drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c     |  4 +++-  drivers/net/wireless/intel/iwlwifi/mvm/scan.c     |  2 +-  drivers/net/wireless/intel/iwlwifi/mvm/sta.c      | 16 +++++++++++++++-  4 files changed, 23 insertions(+), 7 deletions(-)