From owner-svn-src-stable-8@FreeBSD.ORG Thu Oct 1 02:06:07 2009 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DD781065670; Thu, 1 Oct 2009 02:06:07 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id 650AB8FC08; Thu, 1 Oct 2009 02:06:06 +0000 (UTC) Received: by ewy5 with SMTP id 5so1221623ewy.36 for ; Wed, 30 Sep 2009 19:06:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=1AsJSJbd7un45z59OujtTRprc9bz1RsWCxu1gu14i1c=; b=vWkQM9PVdx0RqYdeOt9bJT4oxVJ9mv7NoB60GTOCbsojzNMi+C7zjgU0G89Uchqmb5 hJLLEbH+bEeZPfGr2+35ifK0EbhJtgu1LusNTuCB/ROz6dvEAnyLyMGrUiuKAuw2So7i L+cKAG3YwLIPmxdct5vvk0MExfcXy8HQVheVM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=ITtFpCj7kZ/n/OKN6E+iYKedBc9nmNuufFKP8gtX0y04YIceTMxHMBrWozHIOVWcx0 dbbk0cz0d+fudWW3R9Rj431gh1dUCesiib2TEcEKVj6GU669TML6pYhsoW8BVWkWeW83 siXFcGgWyWyBKTuOqQov92AU9FoTTi9XTqKU0= Received: by 10.211.138.11 with SMTP id q11mr695015ebn.1.1254362765483; Wed, 30 Sep 2009 19:06:05 -0700 (PDT) Received: from mac-mini.lan (bl6-144-180.dsl.telepac.pt [82.155.144.180]) by mx.google.com with ESMTPS id 28sm671056eyg.35.2009.09.30.19.06.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 30 Sep 2009 19:06:03 -0700 (PDT) Sender: Rui Paulo Mime-Version: 1.0 (Apple Message framework v1076) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes From: Rui Paulo In-Reply-To: <4AC3B02B.90703@FreeBSD.org> Date: Thu, 1 Oct 2009 03:06:01 +0100 Content-Transfer-Encoding: 7bit Message-Id: References: <200909291218.n8TCINmv085038@svn.freebsd.org> <558A76C2-0F8C-472F-A235-16BDAD15C634@freebsd.org> <4AC3B02B.90703@FreeBSD.org> To: Doug Barton X-Mailer: Apple Mail (2.1076) Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org Subject: Re: svn commit: r197614 - stable/8/sys/net80211 X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2009 02:06:07 -0000 On 30 Sep 2009, at 20:23, Doug Barton wrote: > Rui Paulo wrote: >> On 29 Sep 2009, at 13:18, Rui Paulo wrote: >> >>> Author: rpaulo >>> Date: Tue Sep 29 12:18:23 2009 >>> New Revision: 197614 >>> URL: http://svn.freebsd.org/changeset/base/197614 >>> >>> Log: >>> Update 802.11s mesh support to draft 3.03. This includes a revised >>> frame >>> format for peering and changes to the PERR frames. >>> Note that this is incompatible with the previous code. >>> >>> Reviewed by: sam >>> Approved by: re (kib) >> >> >> Please note that, while these changes are being made very late in the >> release process, they are necessary to keep in sync with the new >> draft. >> There should be no impact on ports, mesh support is brand new to 8.0. > > Is it my imagination, or does GENERIC still refer to D3.0? Perhaps > other places as well? I'll fix it. Thanks. -- Rui Paulo