From owner-freebsd-wireless@freebsd.org Thu Dec 3 01:56:18 2015 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 743A5A3F66D for ; Thu, 3 Dec 2015 01:56:18 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x22e.google.com (mail-ig0-x22e.google.com [IPv6:2607:f8b0:4001:c05::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 434A41ADC for ; Thu, 3 Dec 2015 01:56:18 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igcmv3 with SMTP id mv3so3301832igc.0 for ; Wed, 02 Dec 2015 17:56:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=o/dWMskF0ZSqBZDlw1EbrCg6Jl9MiiF/a82HbYo8yAo=; b=ZKuWfVNsmrQvT75BaNbUaKgA8XB7Jk+si4pJhOWlamtNTtpSaij+Da+cGevL3lLk4F ekunhyMOaE11iU+IBEjccDcWHlNE7YvUUbGQg2mVfpN4quNTvwMJzdCX8/ozqNGVlJuQ wVyS4Y/LB+OnhBFzd5fjR7VGmEGhXe6DTj5T8z1H81G1TkErXeDLyZHvcTVncWtj5nZx 0llw4/9XboNcdVQYO3NBIg7SamJpnhfe2QQWCgBE1KYbxsSuth22Gbyuolr/5kAU3DX0 GxHlH1XwpgfuuhU/ZdnGJSMs/Sh7rsu8pDDyyJ0S/qeWKBUjxj3b+eIJCs0Zx9cr2fMN WXgQ== MIME-Version: 1.0 X-Received: by 10.50.136.226 with SMTP id qd2mr6942101igb.37.1449107777653; Wed, 02 Dec 2015 17:56:17 -0800 (PST) Received: by 10.36.217.196 with HTTP; Wed, 2 Dec 2015 17:56:17 -0800 (PST) In-Reply-To: <6f221035529b503f774d6b0e82ff13e5@thefnf.org> References: <6f221035529b503f774d6b0e82ff13e5@thefnf.org> Date: Wed, 2 Dec 2015 17:56:17 -0800 Message-ID: Subject: Re: TDMA at 65k feet on a ras pi 2 From: Adrian Chadd To: Charles Wyble Cc: "freebsd-wireless@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 03 Dec 2015 01:56:18 -0000 Hi! This sounds cool! The TDMA support currently only works on PCI/PCIe ath devices. It doesn't currently work with the 802.11s implementation - you can only use one or the other. In theory the TDMA stuff could be made to work on the AR9271/AR7010 based atheros USB parts, but I or someone else would first have to bring up the USB support. The firmware for those parts is open so it wouldn't take that much to do. -adrian