From owner-svn-src-all@FreeBSD.ORG Tue Sep 29 12:21:54 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65826106566B; Tue, 29 Sep 2009 12:21:54 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by mx1.freebsd.org (Postfix) with ESMTP id 6DC5E8FC15; Tue, 29 Sep 2009 12:21:53 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 4so1200084eyf.9 for ; Tue, 29 Sep 2009 05:21:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:references:in-reply-to :mime-version:content-type:message-id:content-transfer-encoding:from :subject:date:to:x-mailer; bh=umsVUkBqc9wZQqpeIceDTFaO1ipCJ1cXa8JPctf4nck=; b=KVavDy2dn01WVQ4RVXun6vwjcHXVh3gCMz7cyxBkcQW81JIHWMcxB2mPap667CNrAp pjeoVAm4T3QWggha2JwUHtsqhWXdHwK/e1H4/w3TlqwcGu6d525v+zY8502NZlGUMeJI XTHBvH5c5NLsTkV7JZu462aq8kCadhA+l8Blg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:references:in-reply-to:mime-version:content-type:message-id :content-transfer-encoding:from:subject:date:to:x-mailer; b=oSYGSZ2Pvthr21Hh3JRzLuaVeli49TUQuqjtRp0Uxeqw+cY+N3oxG4GnT7q3JuvEv7 OtXDcb7AHVsT2QNEzZlb9maMVoFcpek7uxRj5NkmjJCeEu7fPyhOTeMnXG27asNDfWcy 96WfH6OBpj2UFSXMTBoY5ppmNn+gwl4nuj03I= Received: by 10.216.53.205 with SMTP id g55mr1054404wec.160.1254226912397; Tue, 29 Sep 2009 05:21:52 -0700 (PDT) Received: from rui-macbook.lan (bl11-195-254.dsl.telepac.pt [85.244.195.254]) by mx.google.com with ESMTPS id 10sm551126eyd.4.2009.09.29.05.21.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 29 Sep 2009 05:21:51 -0700 (PDT) Sender: Rui Paulo References: <200909291218.n8TCINmv085038@svn.freebsd.org> In-Reply-To: <200909291218.n8TCINmv085038@svn.freebsd.org> Mime-Version: 1.0 (Apple Message framework v1076) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Message-Id: Content-Transfer-Encoding: 7bit From: Rui Paulo Date: Tue, 29 Sep 2009 13:21:49 +0100 To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-Mailer: Apple Mail (2.1076) Cc: Subject: Re: svn commit: r197614 - stable/8/sys/net80211 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Sep 2009 12:21:54 -0000 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. Argh, MFC revision number is missing. This is an MFC for 197413. Sorry, -- Rui Paulo