From owner-freebsd-wireless@FreeBSD.ORG Fri Sep 23 11:23:26 2011 Return-Path: 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 E1340106566C for ; Fri, 23 Sep 2011 11:23:26 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id A4DD88FC12 for ; Fri, 23 Sep 2011 11:23:26 +0000 (UTC) Received: by gxk26 with SMTP id 26so2260893gxk.13 for ; Fri, 23 Sep 2011 04:23:26 -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=nHMfKO8LEBeZuHg7u+OZyx7WQSsvqCaBuWNhEpel88o=; b=aevpVw6plkgDqsnuCt8HFxzCkqMexs3bm1Q1//zVUzTXe3LixDIOzgPHWxjJKEXBNr TYH0U7RJ2CqkY/4riUBm2jBDQ1qbsbxwWAeQqPYQLBhNRHkncdRNP5RJXGqRNTCO1g2h VDueCIo1ZmXhkXeo8Dyzp1cQByuzjAiyCLKtA= MIME-Version: 1.0 Received: by 10.236.124.97 with SMTP id w61mr20373227yhh.106.1316776546388; Fri, 23 Sep 2011 04:15:46 -0700 (PDT) Received: by 10.236.111.42 with HTTP; Fri, 23 Sep 2011 04:15:46 -0700 (PDT) In-Reply-To: References: Date: Fri, 23 Sep 2011 19:15:46 +0800 Message-ID: From: Adrian Chadd To: Monthadar Al Jaberi 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." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2011 11:23:27 -0000 On 23 September 2011 19:10, Monthadar Al Jaberi 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. 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? Adrian