From owner-freebsd-wireless@FreeBSD.ORG Fri Dec 26 11:24:58 2014 Return-Path: Delivered-To: freebsd-wireless@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 068C012B for ; Fri, 26 Dec 2014 11:24:58 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C784C642C3 for ; Fri, 26 Dec 2014 11:24:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBQBOvAe013839 for ; Fri, 26 Dec 2014 11:24:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 196279] New: [iwn] [patch]: Backport Intel Centrino Wireless-N 2230 to 9-STABLE Date: Fri, 26 Dec 2014 11:24:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 9.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: freebsd@chillt.de X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Dec 2014 11:24:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196279 Bug ID: 196279 Summary: [iwn] [patch]: Backport Intel Centrino Wireless-N 2230 to 9-STABLE Product: Base System Version: 9.3-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: wireless Assignee: freebsd-wireless@FreeBSD.org Reporter: freebsd@chillt.de Created attachment 150968 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150968&action=edit Intel Centrino Wireless-N 2230 support for 9-STABLE This is a backport of Intel Centrino Wireless-N 2230 support to 9-STABLE. It is not a straight MFC because the iwn driver implementations in 11-CURRENT and 9-STABLE have diverged quite a bit. Instead, the code took this roundabout route: - Original code added to 11-CURRENT by Adrian Chadd - Extracted to experimental iwl driver by Sean Bruno - Ported to OpenBSD by Fabian Raetz - Ported to 9-STABLE by me I took this route because OpenBSD's iwn driver is very close to 9-STABLE's, making it easy to port over features. This patch is as close to the OpenBSD commit as possible, to make it easy to spot any porting mistakes I may have made. If this is accepted, I will be happy to fix a few style nits I noticed, to update the man page, etc. For reference, the OpenBSD commit is: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/if_iwnreg.h.diff?r1=1.45&r2=1.46 http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/if_iwnvar.h.diff?r1=1.26&r2=1.27 http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/if_iwn.c.diff?r1=1.127&r2=1.128 -- You are receiving this mail because: You are the assignee for the bug.