From owner-freebsd-wireless@FreeBSD.ORG  Fri Sep 23 11:42:35 2011
Return-Path: <owner-freebsd-wireless@FreeBSD.ORG>
Delivered-To: freebsd-wireless@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 286C01065674
	for <freebsd-wireless@freebsd.org>;
	Fri, 23 Sep 2011 11:42:35 +0000 (UTC)
	(envelope-from monthadar@gmail.com)
Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com
	[209.85.213.54])
	by mx1.freebsd.org (Postfix) with ESMTP id DF1D48FC0A
	for <freebsd-wireless@freebsd.org>;
	Fri, 23 Sep 2011 11:42:34 +0000 (UTC)
Received: by ywp17 with SMTP id 17so3302755ywp.13
	for <freebsd-wireless@freebsd.org>;
	Fri, 23 Sep 2011 04:42:34 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:cc:content-type;
	bh=aKtkJaJNFE1M5jTt/kIBXAGAxwsdC7jXRentXe/Pre0=;
	b=IsK+SQmLCfCDjbDJ3sXyFnGEZIQ/yfA4O9UuGeoyyL1Oy65SWTFfvINycHaQNI06VC
	ypO6NhbRW3iZu9TK02aVNhZaf9WiGLTBH92Ss8nWzrvj6usQUQ1v1+nFF00460aS3D6R
	myXLxvlvanwqEKpsBqj6jAd5nj9N9SDD2S2Q4=
MIME-Version: 1.0
Received: by 10.42.146.7 with SMTP id h7mr4129303icv.197.1316778154076; Fri,
	23 Sep 2011 04:42:34 -0700 (PDT)
Received: by 10.42.172.198 with HTTP; Fri, 23 Sep 2011 04:42:34 -0700 (PDT)
In-Reply-To: <CAJ-Vmokmv4NZaDF4hYmtoUZu5dVEFU9PpXC=JRrj9bZCoXoqUg@mail.gmail.com>
References: <CA+sBSoJwkVMTAbybPbHFdz6CHbjDzF5PRgxpXoWHVESpAfEQKg@mail.gmail.com>
	<CA+sBSo+s1bFw3KLvf+Th_vdR_5ato_xhEE5saLh6aK=1Avbb=w@mail.gmail.com>
	<CAJ-Vmokmv4NZaDF4hYmtoUZu5dVEFU9PpXC=JRrj9bZCoXoqUg@mail.gmail.com>
Date: Fri, 23 Sep 2011 13:42:34 +0200
Message-ID: <CA+sBSoL2+oqAkj3_ubarNGe6UMQ3ZVE5zUw7K8bM_9kW=W2=Nw@mail.gmail.com>
From: Monthadar Al Jaberi <monthadar@gmail.com>
To: Adrian Chadd <adrian.chadd@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Cc: freebsd-wireless@freebsd.org
Subject: Re: FreeBSD net80211s HWMP code
X-BeenThere: freebsd-wireless@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "Discussions of 802.11 stack,
	tools device driver development." <freebsd-wireless.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-wireless>, 
	<mailto:freebsd-wireless-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-wireless>
List-Post: <mailto:freebsd-wireless@freebsd.org>
List-Help: <mailto:freebsd-wireless-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-wireless>, 
	<mailto:freebsd-wireless-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 23 Sep 2011 11:42:35 -0000

On Fri, Sep 23, 2011 at 1:15 PM, Adrian Chadd <adrian.chadd@gmail.com> wrote:
> On 23 September 2011 19:10, Monthadar Al Jaberi <monthadar@gmail.com> wrote:
>> Hi again,
>>
>> This diff fixed the broken parts in the last one. So it should be
>> usable instead of the current FreeBSD HWMP. Also this diff is updated
>> to draft 12.0.
>
> Thanks very much for this!
>
>> I hope you could try it and let me know how it goes.
>>
>> Will work with Adrian to break it into smaller commits to HEAD.
>
> Cool. Let's get the simulator tidied up and dumped into -HEAD once it
> reopens for commit.
> Then we can work on fixing up mesh related issues in small chunks.

Sounds like a plan.

>
> I'd first like to see if we can get some automated scripts written
> (like what you've already done, but "more" :) to do some automated
> mesh testing; then we can run it on each commit.
>
> Finally - have you done any interoperability testing yet with LInux?

No, but I have talked to the Linux guys and they are willing to put a
Freebsd node in their Linux testbench. I just need to make sure they
are theoretically compatible.

>
>
>
> Adrian
>



-- 
//Monthadar Al Jaberi