mbox series

[Xenial,Pull] Update Intel Wifi firmwares for ETSI

Message ID 20180517164004.GA10030@ThinkPad-X1-Carbon
State New
Headers show
Series [Xenial,Pull] Update Intel Wifi firmwares for ETSI | expand

Pull-request

https://git.launchpad.net/~anthonywong/+git/linux-firmware xenial

Message

Anthony Wong May 17, 2018, 4:40 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1769980

These are the new firmware updates to support the upcoming ETSI 5GHz
Adaptivity Requirement, OEM has to meet it in order to ship.

Some of the firmwares such as 8000 and 9000 series have newer APIs
which are not yet supported by our kernel. Kernel patches will be
submitted later to support them. Verified the 7260 FW as the API
remains the same.

Signed-off-by: Anthony Wong <anthony.wong@canonical.com>

----------------------------------------------------------------

The following changes since commit bef3a2d9b2957b2ab0dc29737ebc8d93f0ed00e6:

  UBUNTU: Ubuntu-1.157.18 (2018-04-24 11:17:07 -0500)

are available in the git repository at:

  https://git.launchpad.net/~anthonywong/+git/linux-firmware xenial

for you to fetch changes up to acbd731a57ef340d09440ee34839bd07c52f2b53:

  iwlwifi: update firmwares for 3160, 3168 and 7265 (2018-05-17 19:27:25 +0800)

----------------------------------------------------------------
Luca Coelho (2):
      iwlwifi: add some new FW versions and update older ones
      iwlwifi: update firmwares for 3160, 3168 and 7265

 WHENCE                            |  26 +++++++++++++++++++-------
 iwlwifi-3160-17.ucode             | Bin 918268 -> 918268 bytes
 iwlwifi-3168-29.ucode             | Bin 1036372 -> 1036276 bytes
 iwlwifi-7260-17.ucode             | Bin 1049340 -> 1049340 bytes
 iwlwifi-7265-17.ucode             | Bin 1180412 -> 1180412 bytes
 iwlwifi-7265D-29.ucode            | Bin 1036528 -> 1036432 bytes
 iwlwifi-8000C-36.ucode            | Bin 0 -> 2486572 bytes
 iwlwifi-8265-36.ucode             | Bin 0 -> 2498044 bytes
 iwlwifi-9000-pu-b0-jf-b0-38.ucode | Bin 0 -> 2520568 bytes
 iwlwifi-9260-th-b0-jf-b0-38.ucode | Bin 0 -> 2521412 bytes
 10 files changed, 19 insertions(+), 7 deletions(-)
 create mode 100644 iwlwifi-8000C-36.ucode
 create mode 100644 iwlwifi-8265-36.ucode
 create mode 100644 iwlwifi-9000-pu-b0-jf-b0-38.ucode
 create mode 100644 iwlwifi-9260-th-b0-jf-b0-38.ucode

Comments

Seth Forshee May 18, 2018, 6:08 p.m. UTC | #1
On Fri, May 18, 2018 at 12:40:05AM +0800, Anthony Wong wrote:
> BugLink: https://bugs.launchpad.net/bugs/1769980
> 
> These are the new firmware updates to support the upcoming ETSI 5GHz
> Adaptivity Requirement, OEM has to meet it in order to ship.
> 
> Some of the firmwares such as 8000 and 9000 series have newer APIs
> which are not yet supported by our kernel. Kernel patches will be
> submitted later to support them. Verified the 7260 FW as the API
> remains the same.
> 
> Signed-off-by: Anthony Wong <anthony.wong@canonical.com>

Applied, thanks!