Hi Kalle, Here is the first pull request for 4.4. I admit that the FW API is borderline but since we are very early in the cycle, I think it is fine. The firmware is far from being released yet (so that this patch doesn't change much now), but having this patch in will allow me to provide the new firmware to the 4.4 users. Along with that various bug fixes, a fix for a NULL pointer exception other things as explained in the tag. Please pull - thanks! The following changes since commit a493bcf8d6caf28f062c5f8f2ba486fdbf1ae899: Merge tag 'wireless-drivers-next-for-davem-2015-10-29' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next (2015-10-30 20:38:24 +0900) are available in the git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes.git tags/iwlwifi-for-kalle-2015-11-15 for you to fetch changes up to 9513c5e18a0dc55a1fc9c890715098ba2315830b: iwlwifi: mvm: Avoid dereferencing sta if it was already flushed (2015-11-15 21:18:01 +0200) ---------------------------------------------------------------- * bump API to firmware 19 - not released yet. * fix D3 flows (Luca) * new device IDs (Oren) * fix NULL pointer dereference (Avri) ---------------------------------------------------------------- Avri Altman (1): iwlwifi: mvm: Avoid dereferencing sta if it was already flushed Emmanuel Grumbach (1): iwlwifi: bump firmware API to 19 Luca Coelho (1): iwlwifi: mvm: don't overwrite the key indices in D3 entry Oren Givon (1): iwlwifi: Add new PCI IDs for the 8260 series drivers/net/wireless/iwlwifi/iwl-7000.c | 2 +- drivers/net/wireless/iwlwifi/iwl-8000.c | 2 +- drivers/net/wireless/iwlwifi/mvm/d3.c | 8 ++------ drivers/net/wireless/iwlwifi/mvm/mac80211.c | 11 ++++++++--- drivers/net/wireless/iwlwifi/mvm/sta.c | 88 +++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------- drivers/net/wireless/iwlwifi/mvm/sta.h | 4 ++-- drivers/net/wireless/iwlwifi/pcie/drv.c | 19 ++++++++++++++++++- 7 files changed, 79 insertions(+), 55 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html