From owner-freebsd-wireless@FreeBSD.ORG Sun May 19 00:33:18 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BDD8C60A; Sun, 19 May 2013 00:33:18 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from mail-oa0-f46.google.com (mail-oa0-f46.google.com [209.85.219.46]) by mx1.freebsd.org (Postfix) with ESMTP id 81136B46; Sun, 19 May 2013 00:33:18 +0000 (UTC) Received: by mail-oa0-f46.google.com with SMTP id h2so6472641oag.19 for ; Sat, 18 May 2013 17:33:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=IJO/ehISruCMb7wb1sqTX3+6Iw7hCQsbB5MM1w9VjI8=; b=ESaWe3uFVcdadHTgZX2sggiu03Z5loJASNtGC8oYWXW2D53isO2BfrfbVYSfDz5TQw VRn835uQ6xjK8bWeNKOPlvOkpXoy2bEFeuO239EXc20hk/xnT3FWZFgrGlLfrsQudm5a qlcDxtkhvypGJp0nCCRltYaLpCCMq6gWYIntgLMhLH1XIna6+cSDMlLe6tbJq1GpFZDd z0T5k5gj4mfqgqzSN7icBaIoY+ePvehXTbvQN81zUF4RbKy0mwtZ3rJci/hwALl8YMy+ XHKXCDZRFqe3Eoe/6Mzxpu2+T0EFEeaQ2QfrbaA/cQbykU4YVGbag/Pv1v3SbFZS7ugr qgYw== MIME-Version: 1.0 X-Received: by 10.182.46.228 with SMTP id y4mr24465687obm.28.1368923592218; Sat, 18 May 2013 17:33:12 -0700 (PDT) Received: by 10.76.96.49 with HTTP; Sat, 18 May 2013 17:33:12 -0700 (PDT) In-Reply-To: References: Date: Sat, 18 May 2013 20:33:12 -0400 Message-ID: Subject: Re: [rft] please test -HEAD ath; lots of TX changes From: Outback Dingo To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-wireless@freebsd.org 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:33:18 -0000 cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror /usr/src/sys/dev/ath/if_ath.c -I/usr/src/sys/dev/ath /usr/src/sys/dev/ath/if_ath.c:4751:31: error: use of undeclared identifier 'ah' ath_hal_gettxdesclinkptr(ah, ^ /usr/src/sys/dev/ath/if_athvar.h:1333:6: note: expanded from macro 'ath_hal_gettxdesclinkptr' ((*(_ah)->ah_getTxDescLinkPtr)((_ah), (_ds), (_linkptr))) ^ /usr/src/sys/dev/ath/if_ath.c:4751:31: error: use of undeclared identifier 'ah' /usr/src/sys/dev/ath/if_athvar.h:1333:34: note: expanded from macro 'ath_hal_gettxdesclinkptr' ((*(_ah)->ah_getTxDescLinkPtr)((_ah), (_ds), (_linkptr))) ^ 2 errors generated. *** Error code 1 On Sat, May 18, 2013 at 8:19 PM, Adrian Chadd wrote: > 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 > _______________________________________________ > freebsd-wireless@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@freebsd.org > " >