From owner-svn-src-all@FreeBSD.ORG Sat Jan 21 02:42:58 2012 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 4417D106566B; Sat, 21 Jan 2012 02:42:58 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from felyko.com (stark.strangled.net [IPv6:2607:f2f8:a528::3:1337:ca7]) by mx1.freebsd.org (Postfix) with ESMTP id 2CCB78FC08; Sat, 21 Jan 2012 02:42:58 +0000 (UTC) Received: from [66.109.103.71] (unknown [66.109.103.71]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by felyko.com (Postfix) with ESMTPSA id F168039823; Fri, 20 Jan 2012 18:42:56 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1256.1) Content-Type: text/plain; charset=us-ascii From: Rui Paulo In-Reply-To: <201201210042.q0L0gTwK066301@svn.freebsd.org> Date: Fri, 20 Jan 2012 18:42:57 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <92FCD394-73E5-42A4-BA56-5E39EA36EF75@FreeBSD.org> References: <201201210042.q0L0gTwK066301@svn.freebsd.org> To: Adrian Chadd X-Mailer: Apple Mail (2.1256.1) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r230409 - head/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: Sat, 21 Jan 2012 02:42:58 -0000 On 2012/01/20, at 16:42, Adrian Chadd wrote: > Author: adrian > Date: Sat Jan 21 00:42:28 2012 > New Revision: 230409 > URL: http://svn.freebsd.org/changeset/base/230409 >=20 > Log: > Fix the hwmp code to handle nodes in a "line" topology. >=20 > For example, this particular topology didn't work correctly from all > nodes: >=20 > [A] - [B] - [C] - [D] >=20 > Submitted by: Monthadar Al Jaberi > Reviewed by: bschmidt, adrian I tested this exact topology when I implemented HWMP, so I don't know = what went wrong. The commit log doesn't say much about what was wrong = and the code changes are, again, mixed with style changes so I haven't = had time to fully appreciate these changes. Regards, -- Rui Paulo