From owner-freebsd-wireless@FreeBSD.ORG Wed Sep 7 07:59:41 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 58F1F106564A for ; Wed, 7 Sep 2011 07:59:41 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gx0-f178.google.com (mail-gx0-f178.google.com [209.85.161.178]) by mx1.freebsd.org (Postfix) with ESMTP id 1953C8FC0C for ; Wed, 7 Sep 2011 07:59:40 +0000 (UTC) Received: by gxk8 with SMTP id 8so5289086gxk.37 for ; Wed, 07 Sep 2011 00:59:40 -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=2T6qwdxvLCZD1TrfKMGr0Z2viwO7EG3TtWxWe3BHU2Q=; b=aaJD8cWJDCrXLnp+b6SsNAHK49rwZ1tOnwVd7Yv1PQ9g/LNeL9tR6CL1tij+EWajqe V8Tomh7CjflN4021rui3eADfHbAZ9E+Ow4HlcoHZSPdpovXoutKZy3oRZP7wWAh/Kefy 6FsPTW/4I9E2ZtdzFcdolplqdsmRY3nWWpYWU= MIME-Version: 1.0 Received: by 10.236.187.2 with SMTP id x2mr29811113yhm.95.1315382380376; Wed, 07 Sep 2011 00:59:40 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.103.6 with HTTP; Wed, 7 Sep 2011 00:59:40 -0700 (PDT) In-Reply-To: References: Date: Wed, 7 Sep 2011 15:59:40 +0800 X-Google-Sender-Auth: jpg92c8CmAYe2vwMRQpaFUTHf8Y Message-ID: From: Adrian Chadd To: Kang Yin Su Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org Subject: Re: AR5416 - tdma ?? 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, 07 Sep 2011 07:59:41 -0000 Hm! On 7 September 2011 15:56, Kang Yin Su wrote: > Hi, > > you need one for master and one for slave > > master: > ifconfig wlan1 tdmaslotcnt 2 tdmaslot 0 > > slave: > ifconfig wlan1 tdmaslotcnt 2 tdmaslot 1 Did you ever tinker with the net80211 ieee80211_tdma.c code to handle >2 slots? I'm pretty sure the code in there assumed only two slots and I've not seen any patches from you about it? Adrian