Hi Kalle, This is a batch of patches intended for v4.17. Nothing major here, just the usual continued development, bugfixes, new FW APIs and some minor features. More details about the contents in the tag description.
The commit messages you commented on have been fixed, as you can see in
v2 of those patches that I sent to the list.
I have sent this out before and kbuildbot reported success.
Please let me know if there are any issues.
Cheers,
Luca.
The following changes since commit 6b7d5c0745905b71127d0c1ae6eeddc09bbdaad8:
Merge
git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
(2018-03-28 11:57:34 +0300)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git
tags/iwlwifi-next-for-kalle-2018-03-28
for you to fetch changes up to 378c8931342f99c5a6fce21e38ef46ac39395464:
iwlwifi: wrt: add fw force restart via triggers (2018-03-28 22:43:40 +0300)
----------------------------------------------------------------
iwlwifi patches for 4.14
* Fix a UBSAN warning;
* Improvement in the net-stack/driver log syncing
* An RCU lock fix in the new rate-scaling code;
* Support for new PCI IDs for the 9000 family;
* Support for a new API version;
* Initial work for supporting the new ETSI rules;
* Support for advanced dwell in scanning;
* Support for OCE in scanning;
* Some debugging improvements;
* Other small improvements and cleanups here and there.
----------------------------------------------------------------
Ayala Beker (1):
iwlwifi: fw api: support the new scan request FW API version
Emmanuel Grumbach (1):
iwlwifi: bump the max API version for 9000 and 22000 devices
Haim Dreyfuss (1):
iwlwifi: api: Add geographic profile information to MCC_UPDATE_CMD
Ilan Peer (1):
iwlwifi: mvm: Allow iwl_mvm_mac_mgd_prepare_tx() when associated
Luca Coelho (2):
iwlwifi: mvm: check if mac80211_queue is valid in iwl_mvm_disable_txq
iwlwifi: add a bunch of new 9000 PCI IDs
Mordechay Goodstein (1):
iwlwifi: set default timstamp marker cmd
Sara Sharon (4):
iwlwifi: mvm: flip AMSDU addresses only for 9000 family
iwlwifi: mvm: take RCU lock before dereferencing
iwlwifi: mvm: move TSO segment to a separate function
iwlwifi: mvm: save low latency causes in an enum
Shahar S Matityahu (1):
iwlwifi: wrt: add fw force restart via triggers
Zamir, Roee (2):
iwlwifi: mvm: add adaptive dwell support
iwlwifi: mvm: add support for oce
drivers/net/wireless/intel/iwlwifi/cfg/22000.c | 4 +-
drivers/net/wireless/intel/iwlwifi/cfg/9000.c | 4 +-
drivers/net/wireless/intel/iwlwifi/fw/api/nvm-reg.h | 20 ++++++++--
drivers/net/wireless/intel/iwlwifi/fw/api/scan.h | 73
+++++++++++++++++++++++++++---------
drivers/net/wireless/intel/iwlwifi/fw/dbg.c | 10 +++++
drivers/net/wireless/intel/iwlwifi/fw/debugfs.c | 24 +++++++-----
drivers/net/wireless/intel/iwlwifi/fw/debugfs.h | 5 +++
drivers/net/wireless/intel/iwlwifi/fw/file.h | 16 +++++++-
drivers/net/wireless/intel/iwlwifi/mvm/constants.h | 2 +
drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c | 11 ++----
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 15 ++++++--
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 48
++++++++++++++++++++----
drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c | 6 ++-
drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c | 25 ++++++++-----
drivers/net/wireless/intel/iwlwifi/mvm/scan.c | 199
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------
drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 158
++++++++++++++++++++++++++++++++++++++++-------------------------------------
drivers/net/wireless/intel/iwlwifi/mvm/utils.c | 19 ++++++++--
drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 157
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
18 files changed, 600 insertions(+), 196 deletions(-)
signature.asc
Description: This is a digitally signed message part
