From owner-freebsd-wireless@FreeBSD.ORG Wed Jul 27 11:32:38 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 0803B1065670 for ; Wed, 27 Jul 2011 11:32:38 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id B872C8FC1B for ; Wed, 27 Jul 2011 11:32:37 +0000 (UTC) Received: by gyf3 with SMTP id 3so1201058gyf.13 for ; Wed, 27 Jul 2011 04:32:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=QQqDTLKuElcyqPpIAIRcaYt1EbYO716y983DZoTUmaA=; b=Tmn8LZXxuk0Ef5SdJDUttCYD8mX5qYXAf+MGt6stt+lbWU49sbmezJ6cETazoZ2+Qs bptD/JRhoo8GYj6Up8uBkVdDFj7v5Yv01kmdFqSC1/hrQTllVxJbM6WkThhGWD6g/Ewh yv1y2P77n4MGMSpZC8zHSCfnsW0UZvlNWte/E= MIME-Version: 1.0 Received: by 10.150.74.3 with SMTP id w3mr6483826yba.329.1311766356893; Wed, 27 Jul 2011 04:32:36 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.150.197.5 with HTTP; Wed, 27 Jul 2011 04:32:36 -0700 (PDT) In-Reply-To: References: Date: Wed, 27 Jul 2011 19:32:36 +0800 X-Google-Sender-Auth: UUmAreSVex8hTLSckBV_ZweZDLc Message-ID: From: Adrian Chadd To: Monthadar Al Jaberi Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org Subject: Re: Ack, Net80211 & ath 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: Wed, 27 Jul 2011 11:32:38 -0000 isn't there a tx method that the mesh code overrides? Adrian On 27 July 2011 19:20, Monthadar Al Jaberi wrote: > Sounds like a plan! > > I guess I need to put some code with #ifdefs in: > > ieee80211_start > ieee80211_mgmt_output > > ? > > > > > On Wed, Jul 27, 2011 at 1:06 PM, Adrian Chadd wrote: >> On 27 July 2011 18:59, Monthadar Al Jaberi wrote: >>> Ok. For mesh forwarding information, how do I know about link failure >>> (not able to forward an MSDU/MMPDU). Cause then we need to generate a >>> PERR frame. >> >> Why not create a callback for all TXed frames when you're in mesh mode? >> >> >> Adrian >> > > > > -- > //Monthadar Al Jaberi >