From owner-freebsd-wireless@FreeBSD.ORG Tue Feb 19 03:31:20 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7C4DFD99 for ; Tue, 19 Feb 2013 03:31:20 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) by mx1.freebsd.org (Postfix) with ESMTP id E51C6935 for ; Tue, 19 Feb 2013 03:31:19 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id l13so4518232wie.2 for ; Mon, 18 Feb 2013 19:31:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Ct88kUxO8CTVlRVlgybCoC3MKcafisfaPxo5ArpoH94=; b=nh3vp3uhcHDF+SauzuApDO9H2ABDBT7lvwOWT7X0QhjLz085AhzoC0o57qENKaiiMj IyWUdCep1hwgBc4NG9f/yngR1rnLuxzb6sSnSJbWU3EdqTQEGDrsOf+c9JVxVAV4GGCC l8Qcpp+rVTpcFp15sFUOlqUUfXcwft+d0s0EM+Yvg2WDGmbskQtREImR88P+Q3dXD+Gr jQToNinEpxVP52L/aXMJxQy6QLz55r5MLdG61WQhtTbhSNunyjF6x92FldEhTMNoXXyR nk7ZY0ANlXeuaYkTpBBf+KoLQzWmlyD69oojz0XZ3R68k6A+RUWkz1Nan1koyVPp2++R nCEA== MIME-Version: 1.0 X-Received: by 10.180.79.227 with SMTP id m3mr20505704wix.12.1361244679143; Mon, 18 Feb 2013 19:31:19 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.236.88 with HTTP; Mon, 18 Feb 2013 19:31:19 -0800 (PST) In-Reply-To: References: Date: Mon, 18 Feb 2013 19:31:19 -0800 X-Google-Sender-Auth: a9lcmbAbAfX9YYeBWNcNrHxtibw Message-ID: Subject: Re: [RFC] serialising net80211 TX From: Adrian Chadd To: Monthadar Al Jaberi Content-Type: text/plain; charset=ISO-8859-1 Cc: PseudoCylon , freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 19 Feb 2013 03:31:20 -0000 oh.. right. We talked about this on irc a bit. Yes, mesh_transmit_to_gate() looks like a copy of what I put in ieee80211_start_pkt(). We'll refactor this common code out later. :-) Same as what we should do with the rest of the duplicate code in the input path for various net80211 modules.. adrian