From owner-freebsd-wireless@FreeBSD.ORG Sun May 19 01:38:31 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 97A87288 for ; Sun, 19 May 2013 01:38:31 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-x235.google.com (mail-we0-x235.google.com [IPv6:2a00:1450:400c:c03::235]) by mx1.freebsd.org (Postfix) with ESMTP id 2F9B0D4D for ; Sun, 19 May 2013 01:38:31 +0000 (UTC) Received: by mail-we0-f181.google.com with SMTP id q55so4354207wes.40 for ; Sat, 18 May 2013 18:38:30 -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=fsw+ZJ0UrxVC1CjEACYC6oeshu64jJLyOb9tmwOrNjg=; b=OJdkMboNgYBRDsgpKBiglG/9JxMF1ShIuRyOIcc61iFS2JKbG5b71IhrA2GtVTyEC7 b6Fq/GoZw/FyRVoMkOi8DeEhhHt6p8xNxAJfgvAdwEipa02LfLYsBEuPh4wMEgEDdZyl gLd5P90uVYN/mPufe6aCOmeSm4GwqV78OKner4L01YCFj4U1/T/0/T2CfqKAU2SXvqIb NPsmokpjHtecmq47apO9jKoF8R4ohEm3eLb8/fZKcQknvOtbEBR3sD12zGQQpjkvVpeT wXzozN2S9hX7RW5pAUj+I46xec1CC25w4D1PhlMx/whTulBsdMShWVx/bRifeui8z1q/ H+dg== MIME-Version: 1.0 X-Received: by 10.194.178.68 with SMTP id cw4mr7448878wjc.0.1368927169918; Sat, 18 May 2013 18:32:49 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.107.9 with HTTP; Sat, 18 May 2013 18:32:49 -0700 (PDT) In-Reply-To: References: Date: Sat, 18 May 2013 18:32:49 -0700 X-Google-Sender-Auth: CEVWlw2bEo1an9EQdlFr_GjVFNE 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 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 01:38:31 -0000 Just fixed this one in -HEAD too. thanks! Adrian On 18 May 2013 18:03, Outback Dingo wrote: > > > > On Sat, May 18, 2013 at 8:54 PM, Outback Dingo > wrote: >> >> >> >> >> On Sat, May 18, 2013 at 8:51 PM, Adrian Chadd wrote: >>> >>> Hm. Ok ill fix that. Ta! >>> >>> Thanks > > Heres another > > 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_tx.c -I/usr/src/sys/dev/ath > /usr/src/sys/dev/ath/if_ath_tx.c:952:21: error: use of undeclared identifier > 'ATH_DEBUG_RESET' > if (sc->sc_debug & ATH_DEBUG_RESET) > ^ > 1 error generated. > *** Error code 1 >