OSDN Git Service

Merge tag 'iwlwifi-next-for-kalle-2017-10-06-2' of git://git.kernel.org/pub/scm/linux...
authorKalle Valo <kvalo@codeaurora.org>
Wed, 11 Oct 2017 08:36:47 +0000 (11:36 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 11 Oct 2017 08:36:47 +0000 (11:36 +0300)
commit20d879e7f0fe632827bcff3016e067b4d80bf791
treec0d1f3580d4b7c6f7fcbc31434520735cad4767d
parent073a435d55a62813d0a871abcb1ae904b5726098
parentf2abcfa6c86e503b352846ace9d6ab9b02ade0ab
Merge tag 'iwlwifi-next-for-kalle-2017-10-06-2' of git://git./linux/kernel/git/iwlwifi/iwlwifi-next

First batch of iwlwifi patches for 4.15 (v2)

* Cleanups: - remove an unused value that we read from the NVM;
            - remove link quality measurement code that was never used;
* One FW command API update;
* A fix and an addition for PCI devices for the A000 family;
* Tiny refactor of ref/unref code used by runtime-PM;
* Some debugging improvements;
* Implementation of a more flexible way to define command queue sizes;
* ACPI code refactoring;
* Some coding-style fixes;
* Avoid redundant command to the firmware;
* Add a struct with the format of one FW command;
* Change an error log to a warning when the FW API is not aligned with
  the driver (important during development);
* Change a WARN_ON to WARN_ONCE to make it more descriptive and less
  noisy (i.e. no repeated warnings on a firmware triggered error);
* Dump PCI registers when an error occurs, to make it easier to debug;