linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request: firmware updates for Intel Wireless devices 3160/7260/7265
@ 2014-11-23 20:10 Emmanuel Grumbach
  2014-12-01  1:54 ` Kyle McMartin
  0 siblings, 1 reply; 2+ messages in thread
From: Emmanuel Grumbach @ 2014-11-23 20:10 UTC (permalink / raw)
  To: linux-firmware; +Cc: linux-wireless, Emmanuel Grumbach

[-- 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 --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-01  1:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-23 20:10 pull request: firmware updates for Intel Wireless devices 3160/7260/7265 Emmanuel Grumbach
2014-12-01  1:54 ` Kyle McMartin

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).