From owner-freebsd-wireless@FreeBSD.ORG Sun May 19 00:52:00 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 6AF17734 for ; Sun, 19 May 2013 00:52:00 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-x236.google.com (mail-we0-x236.google.com [IPv6:2a00:1450:400c:c03::236]) by mx1.freebsd.org (Postfix) with ESMTP id 025D9BE7 for ; Sun, 19 May 2013 00:51:59 +0000 (UTC) Received: by mail-we0-f182.google.com with SMTP id t60so4370604wes.13 for ; Sat, 18 May 2013 17:51:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Hu6S/pPTXdrDufRZ/JSfkdkA7q2f+Jz6bEQHVNdmMyM=; b=a3T9k+1VoUd4TGb6AroG6mdz440aXLMAPuRl+lywr5OHyJCPFgCKSvBDCIFAs58eHY dscDDDjTUyy7JNpQF9NiagG4uUcJRQb1/EGN0uLmdNUlFn3AfNAXm0NUL2n2V+WXvlfr +Qm7OxTom8ljR80ZB6pAPOivJ7rv8fbwMSROSxtGhxcmEpNW5oQaxJeTpmjZbZCn77tu IjphM2bUOQasrVy1bq72FOTi4/lExxGlpxiUuARvQb43IjElJMPEvJASzK2nVw+GI9LU bJgrlToLdvQsJlWtjuKGxaezzdoxKrmxujrA99Xv7N/3HLEaD3U2HW7jxxa55AWVQJdH FcSA== MIME-Version: 1.0 X-Received: by 10.180.21.193 with SMTP id x1mr4050216wie.31.1368924719054; Sat, 18 May 2013 17:51:59 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.107.9 with HTTP; Sat, 18 May 2013 17:51:58 -0700 (PDT) Received: by 10.217.107.9 with HTTP; Sat, 18 May 2013 17:51:58 -0700 (PDT) In-Reply-To: References: Date: Sat, 18 May 2013 17:51:58 -0700 X-Google-Sender-Auth: MqmnCorRlyPP4lQ7cfc7Z5dfuF4 Message-ID: Subject: Re: [rft] please test -HEAD ath; lots of TX changes From: Adrian Chadd To: Outback Dingo 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:52:00 -0000 Hm. Ok ill fix that. Ta! On May 18, 2013 8:33 PM, "Outback Dingo" wrote: > 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" >> > >