From owner-freebsd-wireless@FreeBSD.ORG Sun May 19 00:19:24 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 406DA351 for ; Sun, 19 May 2013 00:19:24 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-x22f.google.com (mail-wg0-x22f.google.com [IPv6:2a00:1450:400c:c00::22f]) by mx1.freebsd.org (Postfix) with ESMTP id D1D41AE5 for ; Sun, 19 May 2013 00:19:23 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id e11so1108326wgh.14 for ; Sat, 18 May 2013 17:19:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:date:x-google-sender-auth:message-id :subject:from:to:content-type; bh=Mn0BwNuJ00xfgS3uYG8Aua3oefG/of1T/rgMUK1jx2I=; b=fYHyPP7BPjUEW9TIEELjGjHXoNqGTB1Hml2CHqcxpKYYYukzzEhZHPuaHlZP0HqOLc ER86RR2sxwboJjiv9If8N4nRuC1ckO3y+yZ4W//0pplOc4WwSMoVJt4jAR/+gEuWuBGT Khv8nh6v53kgv7gmOf6fDqGN/JFXvvLyOdPIxQg6Ka4G1jak53WIL5GrRQ5fpry66ECZ r+SKO5MDzmC0FWgBQ0Pamgxtyv6ufylF6H6w2mYEIjz6lX82oisq8aaOj/XpHlYQ2Eu2 Hzl/NrgVDTVod0DPD/9VkoILAvSj5WykRdVdZFYE3kW5dpabs28Sk3L+HnDcygIKcTU7 D0VQ== MIME-Version: 1.0 X-Received: by 10.194.21.2 with SMTP id r2mr7339999wje.54.1368922762291; Sat, 18 May 2013 17:19:22 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.107.9 with HTTP; Sat, 18 May 2013 17:19:22 -0700 (PDT) Date: Sat, 18 May 2013 17:19:22 -0700 X-Google-Sender-Auth: TvACfmFya7e0cTi9-Qlu0vOGG98 Message-ID: Subject: [rft] please test -HEAD ath; lots of TX changes 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: Sun, 19 May 2013 00:19:24 -0000 Hi, I've gone and hacked on the TX path code a bunch more. I'd appreciate it if people would give it a good thrashing in STA and hostap modes. I'll test out STA, HOSTAP and TDMA modes sometime tomorrow and Monday. Also, I found something new - the "clone" mechanism can optionally use new mac addresses when creating multiple hostap / mesh interfaces. You just have to give 'bssid' as part of the ifconfig wlanX create. No, you don't have to supply a separate mac address. It will just set the clone flag and automatically update the hardware. So if you're using multiple hostap VAPs on one physical device, please try that. Thanks! adrian