From owner-freebsd-net@FreeBSD.ORG Fri Jan 7 15:26:27 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D526106564A; Fri, 7 Jan 2011 15:26:27 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 99C738FC13; Fri, 7 Jan 2011 15:26:26 +0000 (UTC) Received: by wyf19 with SMTP id 19so17665977wyf.13 for ; Fri, 07 Jan 2011 07:26:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:cc:content-type; bh=SzGUJPJVzhDV+PqgpNyofih1qgSv0YxG1L1ay05c1Go=; b=jaGmJq4IkkeM7cRatsH3al2XlpWm2p8ArtB3RZF1r/bpiQNajZTRawWQlFKKYGEJJR TxJgSs0XMSBaEChviQzUNptfe3moPs9kHUVydnhL64wVPMLkVAg1TFDgepUhJxfTmudm fliECiYv6/ciTaeoE0sejWKgJu6v5+t2YDqfU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=acmirXaT1a98b5H2KF0H6pmE5Er6k56xaiWUxoec8KiwZo45HrPAhT6asD/79V2bZx B6TzkDYZ5q8Cpoi/I8Higu/Y+iBfeMqgg4Bk1llLFOhC5NtkCWd02csewiNLedJtILb2 5g6nO0EwFay8yKCkqSiQyvrgUyqCBzRSgJnEw= MIME-Version: 1.0 Received: by 10.216.181.141 with SMTP id l13mr16486698wem.22.1294413981656; Fri, 07 Jan 2011 07:26:21 -0800 (PST) Received: by 10.216.159.201 with HTTP; Fri, 7 Jan 2011 07:26:21 -0800 (PST) Date: Fri, 7 Jan 2011 23:26:21 +0800 Message-ID: From: Adrian Chadd To: Sam Leffler Content-Type: text/plain; charset=ISO-8859-1 Cc: Bernhard Schmidt , freebsd-arch@freebsd.org, Rui Paulo , FreeBSD Net Subject: net80211 11n fixes: Begin handling 11n channel status flags X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2011 15:26:27 -0000 Hi all, Here's the first 11n related patch to push into -HEAD. This adds handling 11na/11ng HT/20 channel flags when scanning for access points. Without this patch, 11na/11ng APs aren't considered for association. I'd like to push this into -HEAD and a modified version of it into -8. With this, my modified ath+hal driver can be built as a module and installed for testing without any further kernel changes. http://people.freebsd.org/~adrian/ath/net80211_11n_fixes_1.diff I'll look at getting HT/40 modes working at a later date. Thanks, Adrian