linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Emmanuel Grumbach <egrumbach@gmail.com>
To: linux-firmware@kernel.org
Cc: linux-wireless <linux-wireless@vger.kernel.org>,
	Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Subject: pull request: firmware updates for Intel Wireless devices 3160/7260/7265
Date: Sun, 23 Nov 2014 22:10:03 +0200	[thread overview]
Message-ID: <54723F1B.4030509@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 3863 bytes --]

Hello,

Intel officially released a new spin of the -9 version of the firmware for devices 3160, 7260 and 7265.
This release had been announced a while ago, but the linux-firmware.git's maintainers didn't pick it up.
This is a new pull request with almost the exact same -9 version - it has one more bug fix.
Version: 25.228.9.0.

We also release new version (-10) of the firmware for the same devices. This firmware includes new features
such as TDLS, Channel switch and others.
Version: 23.10.10.0.

Please pull...

The following changes since commit 0e5f63771d0df6d7859f7c4100a74d737c62ac88:

  linux-firmware: Add firmware patch for Intel Bluetooth 7265 ROM-spin(D0) (2014-10-09 11:59:44 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/egrumbach/linux-firmware.git master

for you to fetch changes up to 064309720ed861dde985c39cdc1a34e7bcf93cc9:

  iwlwifi: add new firmware for 3160 / 7260 / 7265 / 7265D (2014-11-21 11:11:06 +0200)

----------------------------------------------------------------
Emmanuel Grumbach (2):
      iwlwifi: update firmware for 3160 / 7260 / 7265
      iwlwifi: add new firmware for 3160 / 7260 / 7265 / 7265D

 WHENCE                 |  18 +++++++++++++++---
 iwlwifi-3160-10.ucode  | Bin 0 -> 610168 bytes
 iwlwifi-3160-9.ucode   | Bin 669156 -> 669872 bytes
 iwlwifi-7260-10.ucode  | Bin 0 -> 672480 bytes
 iwlwifi-7260-9.ucode   | Bin 681464 -> 680508 bytes
 iwlwifi-7265-10.ucode  | Bin 0 -> 736968 bytes
 iwlwifi-7265-9.ucode   | Bin 697012 -> 697828 bytes
 iwlwifi-7265D-10.ucode | Bin 0 -> 740636 bytes
 8 files changed, 15 insertions(+), 3 deletions(-)
 create mode 100644 iwlwifi-3160-10.ucode
 create mode 100644 iwlwifi-7260-10.ucode
 create mode 100644 iwlwifi-7265-10.ucode
 create mode 100644 iwlwifi-7265D-10.ucode

diff --git a/WHENCE b/WHENCE
index b77516d..a4bf645 100644
--- a/WHENCE
+++ b/WHENCE
@@ -813,7 +813,10 @@ File: iwlwifi-7260-8.ucode
 Version: 22.24.8.0
 
 File: iwlwifi-7260-9.ucode
-Version: 25.222.9.0
+Version: 25.228.9.0
+
+File: iwlwifi-7260-10.ucode
+Version: 23.10.10.0
 
 File: iwlwifi-3160-7.ucode
 Version: 22.1.7.0
@@ -822,13 +825,22 @@ File: iwlwifi-3160-8.ucode
 Version: 22.24.8.0
 
 File: iwlwifi-3160-9.ucode
-Version: 25.222.9.0
+Version: 25.228.9.0
+
+File: iwlwifi-3160-10.ucode
+Version: 23.10.10.0
 
 File: iwlwifi-7265-8.ucode
 Version: 22.24.8.0
 
 File: iwlwifi-7265-9.ucode
-Version: 25.222.9.0
+Version: 25.228.9.0
+
+File: iwlwifi-7265-10.ucode
+Version: 23.10.10.0
+
+File: iwlwifi-7265D-10.ucode
+Version: 23.10.10.0
 
 Licence: Redistributable. See LICENCE.iwlwifi_firmware for details
 
diff --git a/iwlwifi-3160-10.ucode b/iwlwifi-3160-10.ucode
new file mode 100644
index 0000000..8cec7bf
Binary files /dev/null and b/iwlwifi-3160-10.ucode differ
diff --git a/iwlwifi-3160-9.ucode b/iwlwifi-3160-9.ucode
index 638c7fa..287a3a5 100644
Binary files a/iwlwifi-3160-9.ucode and b/iwlwifi-3160-9.ucode differ
diff --git a/iwlwifi-7260-10.ucode b/iwlwifi-7260-10.ucode
new file mode 100644
index 0000000..9e5b930
Binary files /dev/null and b/iwlwifi-7260-10.ucode differ
diff --git a/iwlwifi-7260-9.ucode b/iwlwifi-7260-9.ucode
index 3175322..b271e86 100644
Binary files a/iwlwifi-7260-9.ucode and b/iwlwifi-7260-9.ucode differ
diff --git a/iwlwifi-7265-10.ucode b/iwlwifi-7265-10.ucode
new file mode 100644
index 0000000..488ddd0
Binary files /dev/null and b/iwlwifi-7265-10.ucode differ
diff --git a/iwlwifi-7265-9.ucode b/iwlwifi-7265-9.ucode
index 1767a33..bbca2fe 100644
Binary files a/iwlwifi-7265-9.ucode and b/iwlwifi-7265-9.ucode differ
diff --git a/iwlwifi-7265D-10.ucode b/iwlwifi-7265D-10.ucode
new file mode 100644
index 0000000..01194db
Binary files /dev/null and b/iwlwifi-7265D-10.ucode differ


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

             reply	other threads:[~2014-11-23 20:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-23 20:10 Emmanuel Grumbach [this message]
2014-12-01  1:54 ` pull request: firmware updates for Intel Wireless devices 3160/7260/7265 Kyle McMartin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54723F1B.4030509@gmail.com \
    --to=egrumbach@gmail.com \
    --cc=emmanuel.grumbach@intel.com \
    --cc=linux-firmware@kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).