From patchwork Sun May 3 12:30:02 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Emmanuel Grumbach X-Patchwork-Id: 6320841 X-Patchwork-Delegate: kvalo@adurom.com Return-Path: X-Original-To: patchwork-linux-wireless@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id D55059F32E for ; Sun, 3 May 2015 12:30:15 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0FB24203AA for ; Sun, 3 May 2015 12:30:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 25705202B8 for ; Sun, 3 May 2015 12:30:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750886AbbECMaJ (ORCPT ); Sun, 3 May 2015 08:30:09 -0400 Received: from mga09.intel.com ([134.134.136.24]:43272 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750870AbbECMaH (ORCPT ); Sun, 3 May 2015 08:30:07 -0400 Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 03 May 2015 05:30:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,360,1427785200"; d="asc'?scan'208";a="488715375" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by FMSMGA003.fm.intel.com with ESMTP; 03 May 2015 05:30:06 -0700 Received: from lcsmsx152.ger.corp.intel.com (10.186.165.231) by IRSMSX109.ger.corp.intel.com (163.33.3.23) with Microsoft SMTP Server (TLS) id 14.3.224.2; Sun, 3 May 2015 13:30:04 +0100 Received: from hasmsx107.ger.corp.intel.com ([169.254.6.230]) by LCSMSX152.ger.corp.intel.com ([169.254.4.105]) with mapi id 14.03.0224.002; Sun, 3 May 2015 15:30:03 +0300 From: "Grumbach, Emmanuel" To: "linux-firmware@kernel.org" CC: "linux-wireless@vger.kernel.org" , "Guo, Chaohong" , "Grumbach, Emmanuel" Subject: pull request: update for -12.ucode firmware for Intel WiFi devices driven by iwlmvm Thread-Topic: pull request: update for -12.ucode firmware for Intel WiFi devices driven by iwlmvm Thread-Index: AQHQhZzgt75ambhN/UKLUcsVoM9JEQ== Date: Sun, 3 May 2015 12:30:02 +0000 Message-ID: <1430656195.25666.8.camel@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: x-originating-ip: [10.12.116.134] MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, T_TVD_MIME_EPI, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Dear linux-firmware maintainers, Intel released a new version of the firmware for the devices below: 3160, 7260 and 7265. This release fixes disconnections and stability issues. The following changes since commit ec89525b2ab65f1d5ae4f67e27f0d525ddedd2ef: firmware: WHENCE: note nvidia xusb.bin firmware versions (2015-04-10 11:00:59 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware.git master for you to fetch changes up to 888ea193da7f6e3f03758e89bd1785d3fa393760: iwlwifi: update -12.ucode for 3160 / 7260 / 7265 / 7265D (2015-05-03 15:08:00 +0300) ---------------------------------------------------------------- Emmanuel Grumbach (1): iwlwifi: update -12.ucode for 3160 / 7260 / 7265 / 7265D WHENCE | 8 ++++---- iwlwifi-3160-12.ucode | Bin 683996 -> 683996 bytes iwlwifi-7260-12.ucode | Bin 782300 -> 782300 bytes iwlwifi-7265-12.ucode | Bin 880604 -> 880604 bytes iwlwifi-7265D-12.ucode | Bin 1002800 -> 1002800 bytes 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/iwlwifi-3160-12.ucode b/iwlwifi-3160-12.ucode index 45bce48..84b1bad 100644 Binary files a/iwlwifi-3160-12.ucode and b/iwlwifi-3160-12.ucode differ diff --git a/iwlwifi-7260-12.ucode b/iwlwifi-7260-12.ucode index 7ec91f0..a5da1d2 100644 Binary files a/iwlwifi-7260-12.ucode and b/iwlwifi-7260-12.ucode differ diff --git a/iwlwifi-7265-12.ucode b/iwlwifi-7265-12.ucode index 84ae2ce..7a9a579 100644 Binary files a/iwlwifi-7265-12.ucode and b/iwlwifi-7265-12.ucode differ diff --git a/iwlwifi-7265D-12.ucode b/iwlwifi-7265D-12.ucode index 3f36b55..cd2c1e0 100644 Binary files a/iwlwifi-7265D-12.ucode and b/iwlwifi-7265D-12.ucode differ diff --git a/WHENCE b/WHENCE index 8d81633..ca97c1c 100644 --- a/WHENCE +++ b/WHENCE @@ -832,7 +832,7 @@ File: iwlwifi-7260-10.ucode Version: 23.15.10.0 File: iwlwifi-7260-12.ucode -Version: 25.15.12.0 +Version: 25.17.12.0 File: iwlwifi-3160-7.ucode Version: 22.1.7.0 @@ -847,7 +847,7 @@ File: iwlwifi-3160-10.ucode Version: 23.15.10.0 File: iwlwifi-3160-12.ucode -Version: 25.15.12.0 +Version: 25.17.12.0 File: iwlwifi-7265-8.ucode Version: 22.24.8.0 @@ -859,13 +859,13 @@ File: iwlwifi-7265-10.ucode Version: 23.15.10.0 File: iwlwifi-7265-12.ucode -Version: 25.15.12.0 +Version: 25.17.12.0 File: iwlwifi-7265D-10.ucode Version: 23.15.10.0 File: iwlwifi-7265D-12.ucode -Version: 25.15.12.0 +Version: 25.17.12.0 Licence: Redistributable. See LICENCE.iwlwifi_firmware for details diff --git a/iwlwifi-3160-12.ucode b/iwlwifi-3160-12.ucode index 45bce48..84b1bad 100644 Binary files a/iwlwifi-3160-12.ucode and b/iwlwifi-3160-12.ucode differ diff --git a/iwlwifi-7260-12.ucode b/iwlwifi-7260-12.ucode index 7ec91f0..a5da1d2 100644 Binary files a/iwlwifi-7260-12.ucode and b/iwlwifi-7260-12.ucode differ diff --git a/iwlwifi-7265-12.ucode b/iwlwifi-7265-12.ucode index 84ae2ce..7a9a579 100644 Binary files a/iwlwifi-7265-12.ucode and b/iwlwifi-7265-12.ucode differ diff --git a/iwlwifi-7265D-12.ucode b/iwlwifi-7265D-12.ucode index 3f36b55..cd2c1e0 100644 Binary files a/iwlwifi-7265D-12.ucode and b/iwlwifi-7265D-12.ucode differ The following changes since commit ec89525b2ab65f1d5ae4f67e27f0d525ddedd2ef: firmware: WHENCE: note nvidia xusb.bin firmware versions (2015-04-10 11:00:59 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware.git master for you to fetch changes up to 888ea193da7f6e3f03758e89bd1785d3fa393760: iwlwifi: update -12.ucode for 3160 / 7260 / 7265 / 7265D (2015-05-03 15:08:00 +0300) ---------------------------------------------------------------- Emmanuel Grumbach (1): iwlwifi: update -12.ucode for 3160 / 7260 / 7265 / 7265D WHENCE | 8 ++++---- iwlwifi-3160-12.ucode | Bin 683996 -> 683996 bytes iwlwifi-7260-12.ucode | Bin 782300 -> 782300 bytes iwlwifi-7265-12.ucode | Bin 880604 -> 880604 bytes iwlwifi-7265D-12.ucode | Bin 1002800 -> 1002800 bytes 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WHENCE b/WHENCE index 8d81633..ca97c1c 100644 --- a/WHENCE +++ b/WHENCE @@ -832,7 +832,7 @@ File: iwlwifi-7260-10.ucode Version: 23.15.10.0 File: iwlwifi-7260-12.ucode -Version: 25.15.12.0 +Version: 25.17.12.0 File: iwlwifi-3160-7.ucode Version: 22.1.7.0 @@ -847,7 +847,7 @@ File: iwlwifi-3160-10.ucode Version: 23.15.10.0 File: iwlwifi-3160-12.ucode -Version: 25.15.12.0 +Version: 25.17.12.0 File: iwlwifi-7265-8.ucode Version: 22.24.8.0 @@ -859,13 +859,13 @@ File: iwlwifi-7265-10.ucode Version: 23.15.10.0 File: iwlwifi-7265-12.ucode -Version: 25.15.12.0 +Version: 25.17.12.0 File: iwlwifi-7265D-10.ucode Version: 23.15.10.0 File: iwlwifi-7265D-12.ucode -Version: 25.15.12.0 +Version: 25.17.12.0 Licence: Redistributable. See LICENCE.iwlwifi_firmware for details