From owner-freebsd-wireless@FreeBSD.ORG Wed Sep 7 08:57: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 88BEE1065674 for ; Wed, 7 Sep 2011 08:57:41 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gw0-f49.google.com (mail-gw0-f49.google.com [74.125.83.49]) by mx1.freebsd.org (Postfix) with ESMTP id 45C468FC0C for ; Wed, 7 Sep 2011 08:57:40 +0000 (UTC) Received: by gwb1 with SMTP id 1so4641752gwb.36 for ; Wed, 07 Sep 2011 01:57: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=rCk6Dy6/yt58Z3F7m2AhK/EaJplmzj/M/YxhQb/ZfTA=; b=GgSDJgIfozcg86AcB+KIHdGdprDxkY1SB6sUDWiFLQzYDOVKCL/qAiH57Kl563tWog XWyL2psMY9A3knXgshjKc3yeP5nObSv2ApzEyTkccyaHiZmualBLoV7/0HKA+giQLzn0 nsTCAqdRKffV8peiA+IfTwUzaeC29b74Y7JSk= MIME-Version: 1.0 Received: by 10.236.173.131 with SMTP id v3mr30456788yhl.112.1315385860502; Wed, 07 Sep 2011 01:57:40 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.103.6 with HTTP; Wed, 7 Sep 2011 01:57:40 -0700 (PDT) In-Reply-To: References: Date: Wed, 7 Sep 2011 16:57:40 +0800 X-Google-Sender-Auth: DVDBHjFRXLNL2roU7ynyHXpknG0 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 08:57:41 -0000 On 7 September 2011 16:52, Kang Yin Su wrote: > Right. I didn't change these, 8 slots is enough for my setup and the > default slot cnt can override by ifconfig. Ok. Well, it's likely you should've changed the #define to be 8, not 2. Along with TDMA_MAXSLOTS. Adrian