From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 28 08:20:00 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A2048172 for ; Sat, 28 Sep 2013 08:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8093123BE for ; Sat, 28 Sep 2013 08:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8S8K0IS052982 for ; Sat, 28 Sep 2013 08:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8S8K0QE052981; Sat, 28 Sep 2013 08:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 28 Sep 2013 08:20:00 GMT Resent-Message-Id: <201309280820.r8S8K0QE052981@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, bapt Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0956BF65 for ; Sat, 28 Sep 2013 08:12:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E62BB2305 for ; Sat, 28 Sep 2013 08:12:55 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8S8Cto3094534 for ; Sat, 28 Sep 2013 08:12:55 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8S8CtWE094467; Sat, 28 Sep 2013 08:12:55 GMT (envelope-from nobody) Message-Id: <201309280812.r8S8CtWE094467@oldred.freebsd.org> Date: Sat, 28 Sep 2013 08:12:55 GMT From: bapt To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: kern/182455: iwn with 6235 chipset X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Sep 2013 08:20:00 -0000 >Number: 182455 >Category: kern >Synopsis: iwn with 6235 chipset >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 28 08:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: bapt >Release: r255576 >Organization: >Environment: FreeBSD jolan.lan 10.0-ALPHA1 FreeBSD 10.0-ALPHA1 #20 r255576M: Sun Sep 15 01:37:58 CEST 2013 bapt@jolan.lan:/usr/obj/usr/src/sys/JOLAN amd64 >Description: iwn0@pci0:2:0:0: class=0x028000 card=0x40608086 chip=0x088e8086 rev=0x24 hdr=0x00 vendor = 'Intel Corporation' device = 'Centrino Advanced-N 6235' class = network >How-To-Repeat: >Fix: Patch attached with submission follows: Index: sys/dev/iwn/if_iwn.c =================================================================== --- sys/dev/iwn/if_iwn.c (revision 255576) +++ sys/dev/iwn/if_iwn.c (working copy) @@ -119,6 +119,8 @@ { 0x8086, IWN_DID_5x50_2, "Intel WiMAX/WiFi Link 5350" }, { 0x8086, IWN_DID_5x50_3, "Intel WiMAX/WiFi Link 5150" }, { 0x8086, IWN_DID_5x50_4, "Intel WiMAX/WiFi Link 5150" }, + { 0x8086, IWN_DID_6035_1, "Centrino Advanced-N 6235" }, + { 0x8086, IWN_DID_6035_2, "Centrino Advanced-N 6235" }, { 0, 0, NULL } }; Index: sys/modules/iwnfw/iwn6000g2b/Makefile =================================================================== --- sys/modules/iwnfw/iwn6000g2b/Makefile (revision 255576) +++ sys/modules/iwnfw/iwn6000g2b/Makefile (working copy) @@ -1,6 +1,6 @@ # $FreeBSD$ KMOD= iwn6000g2bfw -IMG= iwlwifi-6000g2b-17.168.5.2 +IMG= iwlwifi-6000g2b-18.168.6.1 .include >Release-Note: >Audit-Trail: >Unformatted: