From owner-freebsd-wireless@FreeBSD.ORG Sat Nov 17 23:57:35 2012 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29FA4812 for ; Sat, 17 Nov 2012 23:57:35 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by mx1.freebsd.org (Postfix) with ESMTP id F0C968FC12 for ; Sat, 17 Nov 2012 23:57:34 +0000 (UTC) Received: by mail-pa0-f54.google.com with SMTP id kp6so2763559pab.13 for ; Sat, 17 Nov 2012 15:57:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=Tmz4Vck7BQ/ibjMisW3SL7YrWpIzio1vWiZD31R8dsU=; b=eFFyH+ny0byt8FROEqd7CVlAQnKCI50ooz1iCn9hcjhklF4Gqydf6i+8XlqyhdQ9Hi i6Mze3HUpf5PPXT7QlhlwlhKomLal4z8M06u4xpYxahUyU/UZMOWy8YK3TYoYNLYUa22 bF69XBGuA1Ha5kWS/0rvFJOxRs5rxt+yjUvDNrETmEU5PCmjt2IQlaXvETwp0QKyuZjH F7ORKRZNzccC6hz6yuDZKdZiwrKKWYtbj+wmXA9T6YVv1TWJGbqDVMbTMw/kC642Ac2D PCrsPQ9KMcBQwmoMmBE8ZXok4RpY/BTsSHmalxVPWUPRW+7MSF+4vCRs+z7BqB9T6Us/ FptA== MIME-Version: 1.0 Received: by 10.69.0.8 with SMTP id au8mr28019194pbd.58.1353196654445; Sat, 17 Nov 2012 15:57:34 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.68.124.130 with HTTP; Sat, 17 Nov 2012 15:57:34 -0800 (PST) Date: Sat, 17 Nov 2012 15:57:34 -0800 X-Google-Sender-Auth: 6eFkdLAAuzRHMEXPzfvS7kFu7Dw Message-ID: Subject: (Re) Verifying TDMA behaviour on -HEAD From: Adrian Chadd To: freebsd-wireless@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 17 Nov 2012 23:57:35 -0000 So for the record, I have a couple of -HEAD devices up and running with TDMA. AP: ath0: irq 16 at device 0.0 on cardbus0 ath0: AR5413 mac 10.4 RF5413 phy 6.1 ifconfig wlan0 create wlandev ath0 wlanmode tdma ifconfig wlan0 ssid ADRIAN_TDMA channel 48:a ifconfig wlan0 tdmaslotcnt 2 tdmaslot 0 tdmaslotlen 2500 ifconfig wlan0 192.168.4.1/24 up STA: [100147] ath1: mem 0xe4310000-0xe431ffff irq 16 at device 0.0 on cardbus0 ath1: AR5413 mac 10.4 RF5413 phy 6.1 ifconfig wlan0 create wlandev ath0 wlanmode tdma ifconfig wlan0 ssid ADRIAN_TDMA ifconfig wlan0 inet 192.168.4.2/24 up I'm running an iperf test right now and it's getting a stable 8.3MBit/sec across it. Now, after the work done last year to make the 11n NICs work, I haven't sat down and tried that. I likely should do that soon. But at least for that very specific MAC version above, it seems to work just fine. Adrian