From owner-freebsd-wireless@FreeBSD.ORG Wed Sep 7 08:02:50 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 5511C1065672; Wed, 7 Sep 2011 08:02:50 +0000 (UTC) (envelope-from paradyse@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 002B18FC25; Wed, 7 Sep 2011 08:02:49 +0000 (UTC) Received: by gxk8 with SMTP id 8so5292353gxk.37 for ; Wed, 07 Sep 2011 01:02:49 -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:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=/2j2becF783TDqxpgiByQXMJXf0c25eqEQo+11ietbg=; b=vFa4r8s7Ci+3lr8GRT+wApD9RwgpX9lue2apEMXrIG4v+CrUIEfsfQAAtLcVs62Svm JVsj8LW1hyXVr4Nf6N8Czod3IKhMuGaAcXFdFwbzifTncKXI1Hh+IisiVWB8a6WKVj3F RucTYWA0wZ5WIyoAIHEoyIvtlD1oVvEWblTiM= Received: by 10.150.218.11 with SMTP id q11mr4732314ybg.11.1315382569241; Wed, 07 Sep 2011 01:02:49 -0700 (PDT) MIME-Version: 1.0 Sender: paradyse@gmail.com Received: by 10.150.178.20 with HTTP; Wed, 7 Sep 2011 01:02:29 -0700 (PDT) In-Reply-To: References: From: Kang Yin Su Date: Wed, 7 Sep 2011 16:02:29 +0800 X-Google-Sender-Auth: CfOCq4NmYj0ZX8YuPKgm6_KEOKs Message-ID: To: Adrian Chadd 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 08:02:50 -0000 Sure, For testing >2 slot, I just comment out the line from ieee80211_tdma.c 110://CTASSERT(TDMA_MAXSLOTS == 2); Yin On Wed, Sep 7, 2011 at 3:59 PM, Adrian Chadd wrote: > 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 >