Luca Coelho <luca@xxxxxxxxx> writes: > Here's my first pull-request intended for v4.13. This one is double the > size of my normal pull-request since I'm sending to batches at once. It > contain generic development work, with improvements, bug fixes and > cleanup all around. More details in the tag description. > > 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 219569ad0c41df7a7f999a2cad688c6b6ce173e2: > > rsi: use subdirectory for firmware file (2017-06-01 12:51:19 +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-2017-06-06 > > for you to fetch changes up to 0ae0bb3f409d48251a9a1730a514b3521d8f6042: > > iwlwifi: remove unnecessary code in iwl_trans_alloc_tx_cmd (2017-06-05 23:34:31 +0300) > > ---------------------------------------------------------------- > First batch of iwlwifi driver patches 4.13 > > * Loads of FW API documentation improvements (for tools and htmldoc); > * Continued work for the new A000 family; > * Bumped the maximum supported FW API to 31; > * Improve the differentiation between 8000, 9000 and A000 families; > * A lot of fixes and cleanups here and there; > > ---------------------------------------------------------------- Pulled, thanks. Because an hour earlier I had fast forwarded to latest net-next there were two conflicts. This is what I wrote to the commit log, please double check: kvalo: There were conflicts iwl_mvm_stop_device() and iwl_mvm_tcool_set_cur_state(). The former was easy but latter needed more thought. Apparently the mutex was taken too late, so I fixed so that the mutex is taken first and then check for iwl_mvm_firmware_running(). https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git/commit/?id=833689044e13a3fb8c6c03ad868375670d97010b -- Kalle Valo