From owner-freebsd-net@FreeBSD.ORG Wed Mar 2 06:48:53 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D26C1065670 for ; Wed, 2 Mar 2011 06:48:53 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id AE8388FC0A for ; Wed, 2 Mar 2011 06:48:52 +0000 (UTC) Received: by vxc34 with SMTP id 34so5726886vxc.13 for ; Tue, 01 Mar 2011 22:48:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=fAE46rdIGVZxotOmsy6i4zhJvAG3jWjxzD/hgzQqQAw=; b=OoHf1JVRf9aCTsRH6aEuJijDD0XfnssuBE9fzuP29qVch5Pm8tf2ljmJVlNUxYSUjB 6QcoswLr3DcccsdbQoZoKOsFfmptsP+HgHsPZ6wqVmnn0in7gMHD9UTFvbvzvQvoxjOt h7hAoJM8lCczAw34z3TkRbCCBFiK2+vn2N+ds= DomainKey-Signature: a=rsa-sha1; c=nofws; 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; b=lX+8aMz+KBOd8zMP3L5byu25KuOcbMtkEBQnFX47cuncODBnMziuH7l//xJlRpp1c9 iBsumCJMKdUxJMFkaSCNawwDJ3ziu4aYwnW/5Opl7elwMxQEOrGU6qsNOGQfN1rC4Oan 4Z7u952VWCj6iO5R6yA0Eybj9ecfvdbENBf3k= MIME-Version: 1.0 Received: by 10.52.91.16 with SMTP id ca16mr7673746vdb.233.1299048530481; Tue, 01 Mar 2011 22:48:50 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.220.188.132 with HTTP; Tue, 1 Mar 2011 22:48:50 -0800 (PST) In-Reply-To: References: Date: Tue, 1 Mar 2011 22:48:50 -0800 X-Google-Sender-Auth: dZyVVGqUru4L2_sq5degemDYmHg Message-ID: From: Adrian Chadd To: Kyungsoo Lee Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-net Subject: Re: Mini PCI express cards for TDMA on FreeBSD? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2011 06:48:53 -0000 I don't think the TDMA code has been thoroughly tested lately. The bus shouldn't matter; it's likely the underlying chipset that matters. It's an AR5424, which should be the AR5212 driver. That should just work fine. If it's panicing, try to get a sensible panic message and backtrace showing where it's actually paniced and get back to me. Adrian On 27 February 2011 19:14, Kyungsoo Lee wrote: > Hi guys, > > anyone uses mini PCI express cards for TDMA on FreeBSD? > > I tried to use Anatel AR5BXB6 on IBM laptops. But it doesn't work when I > set > the node as Master(tdmaslot 0) with PANIC or "ATH0: stuck beacons;..". > Is there any solution to solve the above problem? Or does anybody succeed > to > use TDMA on FreeBSD with mini PCI-e cards? > Please, let me know how to solve or the name of the mini PCI-e card which > works well for FreeBSD TDMA. > > FYI, I set the node with the below command. > > "ifconfig wlan create wlandev ath0 wlanmode tdma tdmaslot 0 up" > > Thanks, > K. > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >