From patchwork Sun Mar 8 13:58:08 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Emmanuel Grumbach X-Patchwork-Id: 5961911 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 0F2DD9F2A9 for ; Sun, 8 Mar 2015 13:58:17 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3ECA5202E6 for ; Sun, 8 Mar 2015 13:58:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 58071202C8 for ; Sun, 8 Mar 2015 13:58:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751821AbbCHN6N (ORCPT ); Sun, 8 Mar 2015 09:58:13 -0400 Received: from mga09.intel.com ([134.134.136.24]:56177 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751414AbbCHN6M (ORCPT ); Sun, 8 Mar 2015 09:58:12 -0400 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 08 Mar 2015 06:56:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,362,1422950400"; d="asc'?scan'208";a="695545739" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga002.jf.intel.com with ESMTP; 08 Mar 2015 06:58:12 -0700 Received: from hasmsx108.ger.corp.intel.com (10.184.198.18) by irsmsx110.ger.corp.intel.com (163.33.3.25) with Microsoft SMTP Server (TLS) id 14.3.195.1; Sun, 8 Mar 2015 13:58:10 +0000 Received: from hasmsx107.ger.corp.intel.com ([169.254.6.10]) by hasmsx108.ger.corp.intel.com ([169.254.9.16]) with mapi id 14.03.0224.002; Sun, 8 Mar 2015 15:58:09 +0200 From: "Grumbach, Emmanuel" To: "linux-firmware@kernel.org" CC: "linux-wireless@vger.kernel.org" Subject: pull request: new firmware for Intel wireless Intel 3160 / 7260 / 7265 / 7265D devices Thread-Topic: pull request: new firmware for Intel wireless Intel 3160 / 7260 / 7265 / 7265D devices Thread-Index: AQHQWafooYRiYnSK7U63iMW0SFK6XA== Date: Sun, 8 Mar 2015 13:58:08 +0000 Message-ID: <1425823087.14627.1.camel@egrumbacBox> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: x-originating-ip: [10.12.117.5] 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 Hi, This is a pull request for new firmwares for the Intel wireless devices mentioned in the subject. I replace -10.ucode with new ones (that includes bug fixes). Please pull. The following changes since commit 1e67c28c65137dd1647e597ebef45d8a0c9168f9: ath9k_htc: update versions in WHENCE (2015-03-06 11:35:57 -0500) 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 d81bc142d7068073699ce6ffbfbdf268baa9f200: iwlwifi: update -10.ucode for 3160 / 7260 / 7265 / 7265D (2015-03-08 15:55:20 +0200) ---------------------------------------------------------------- Emmanuel Grumbach (1): iwlwifi: update -10.ucode for 3160 / 7260 / 7265 / 7265D WHENCE | 8 ++++---- iwlwifi-3160-10.ucode | Bin 610008 -> 609892 bytes iwlwifi-7260-10.ucode | Bin 672368 -> 672352 bytes iwlwifi-7265-10.ucode | Bin 736860 -> 736844 bytes iwlwifi-7265D-10.ucode | Bin 740452 -> 740436 bytes 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/iwlwifi-3160-10.ucode b/iwlwifi-3160-10.ucode index 8029b17..843d4d4 100644 Binary files a/iwlwifi-3160-10.ucode and b/iwlwifi-3160-10.ucode differ diff --git a/iwlwifi-7260-10.ucode b/iwlwifi-7260-10.ucode index 917378a..1a828d7 100644 Binary files a/iwlwifi-7260-10.ucode and b/iwlwifi-7260-10.ucode differ diff --git a/iwlwifi-7265-10.ucode b/iwlwifi-7265-10.ucode index d1b0504..a58d323 100644 Binary files a/iwlwifi-7265-10.ucode and b/iwlwifi-7265-10.ucode differ diff --git a/iwlwifi-7265D-10.ucode b/iwlwifi-7265D-10.ucode index 79dcb31..2f6ce2c 100644 Binary files a/iwlwifi-7265D-10.ucode and b/iwlwifi-7265D-10.ucode differ diff --git a/WHENCE b/WHENCE index d07ddba..9230517 100644 --- a/WHENCE +++ b/WHENCE @@ -825,7 +825,7 @@ File: iwlwifi-7260-9.ucode Version: 25.228.9.0 File: iwlwifi-7260-10.ucode -Version: 23.14.10.0 +Version: 23.15.10.0 File: iwlwifi-7260-12.ucode Version: 25.15.12.0 @@ -840,7 +840,7 @@ File: iwlwifi-3160-9.ucode Version: 25.228.9.0 File: iwlwifi-3160-10.ucode -Version: 23.14.10.0 +Version: 23.15.10.0 File: iwlwifi-3160-12.ucode Version: 25.15.12.0 @@ -852,13 +852,13 @@ File: iwlwifi-7265-9.ucode Version: 25.228.9.0 File: iwlwifi-7265-10.ucode -Version: 23.14.10.0 +Version: 23.15.10.0 File: iwlwifi-7265-12.ucode Version: 25.15.12.0 File: iwlwifi-7265D-10.ucode -Version: 23.14.10.0 +Version: 23.15.10.0 File: iwlwifi-7265D-12.ucode Version: 25.15.12.0 diff --git a/iwlwifi-3160-10.ucode b/iwlwifi-3160-10.ucode index 8029b17..843d4d4 100644 Binary files a/iwlwifi-3160-10.ucode and b/iwlwifi-3160-10.ucode differ diff --git a/iwlwifi-7260-10.ucode b/iwlwifi-7260-10.ucode index 917378a..1a828d7 100644 Binary files a/iwlwifi-7260-10.ucode and b/iwlwifi-7260-10.ucode differ diff --git a/iwlwifi-7265-10.ucode b/iwlwifi-7265-10.ucode index d1b0504..a58d323 100644 Binary files a/iwlwifi-7265-10.ucode and b/iwlwifi-7265-10.ucode differ diff --git a/iwlwifi-7265D-10.ucode b/iwlwifi-7265D-10.ucode index 79dcb31..2f6ce2c 100644 Binary files a/iwlwifi-7265D-10.ucode and b/iwlwifi-7265D-10.ucode differ The following changes since commit 1e67c28c65137dd1647e597ebef45d8a0c9168f9: ath9k_htc: update versions in WHENCE (2015-03-06 11:35:57 -0500) 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 d81bc142d7068073699ce6ffbfbdf268baa9f200: iwlwifi: update -10.ucode for 3160 / 7260 / 7265 / 7265D (2015-03-08 15:55:20 +0200) ---------------------------------------------------------------- Emmanuel Grumbach (1): iwlwifi: update -10.ucode for 3160 / 7260 / 7265 / 7265D WHENCE | 8 ++++---- iwlwifi-3160-10.ucode | Bin 610008 -> 609892 bytes iwlwifi-7260-10.ucode | Bin 672368 -> 672352 bytes iwlwifi-7265-10.ucode | Bin 736860 -> 736844 bytes iwlwifi-7265D-10.ucode | Bin 740452 -> 740436 bytes 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WHENCE b/WHENCE index d07ddba..9230517 100644 --- a/WHENCE +++ b/WHENCE @@ -825,7 +825,7 @@ File: iwlwifi-7260-9.ucode Version: 25.228.9.0 File: iwlwifi-7260-10.ucode -Version: 23.14.10.0 +Version: 23.15.10.0 File: iwlwifi-7260-12.ucode Version: 25.15.12.0 @@ -840,7 +840,7 @@ File: iwlwifi-3160-9.ucode Version: 25.228.9.0 File: iwlwifi-3160-10.ucode -Version: 23.14.10.0 +Version: 23.15.10.0 File: iwlwifi-3160-12.ucode Version: 25.15.12.0 @@ -852,13 +852,13 @@ File: iwlwifi-7265-9.ucode Version: 25.228.9.0 File: iwlwifi-7265-10.ucode -Version: 23.14.10.0 +Version: 23.15.10.0 File: iwlwifi-7265-12.ucode Version: 25.15.12.0 File: iwlwifi-7265D-10.ucode -Version: 23.14.10.0 +Version: 23.15.10.0 File: iwlwifi-7265D-12.ucode Version: 25.15.12.0