From owner-freebsd-wireless@FreeBSD.ORG Sat Aug 3 19:36:48 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C370CD23 for ; Sat, 3 Aug 2013 19:36:48 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-x22b.google.com (mail-we0-x22b.google.com [IPv6:2a00:1450:400c:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 566F82BBB for ; Sat, 3 Aug 2013 19:36:48 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id q55so1428909wes.16 for ; Sat, 03 Aug 2013 12:36:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Pm38EmwMiJf6t8Tq6fxGh/GZQE5tAki9Kg/AlrZ81pk=; b=bsJ+EjRX20GERHDpspHLVpKqrVxSDmn+joVi4RMatwy/ll+0maxlWRT0+p5w8q+3k2 129NIFCRsJLQhbnJJ08PRfn2oUXPXDT32HHgzaBxMXd9UrIHx6YZm8ZrGKqGFy6x/+kj nZWNSOB1N7cpgkRyAAcxWac7rawaD4944obfWXon37bEGk4NTfWFz1ziX5yK3bapmq2S tO7ZHtgRYZ6jJ1BcxeTi7zM3lnfJLxmiEOpAQHYQfry85enV9ZH76Ikhj46N1DgZh8eM 9u7rdJ5wDP/GtN6XxT0SCER+MbNnU8Ag7b8xfzD4QRkO0iKOMyMUYX4aNIf+0su8D0e8 eyOQ== MIME-Version: 1.0 X-Received: by 10.194.201.202 with SMTP id kc10mr8697040wjc.1.1375558606627; Sat, 03 Aug 2013 12:36:46 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.94.132 with HTTP; Sat, 3 Aug 2013 12:36:46 -0700 (PDT) In-Reply-To: <001e01ce907e$f1daf220$d590d660$@info> References: <51f3f0ce.055a420a.2e1e.fffff220SMTPIN_ADDED_BROKEN@mx.google.com> <002d01ce8c46$a13b23d0$e3b16b70$@info> <002701ce8e03$c033f640$409be2c0$@info> <002401ce8f5f$fc5ad780$f5108680$@info> <001001ce903b$e77a5f70$b66f1e50$@info> <001e01ce907e$f1daf220$d590d660$@info> Date: Sat, 3 Aug 2013 12:36:46 -0700 X-Google-Sender-Auth: W2uCzztsqwJUOV3WITpoHh3Xu60 Message-ID: Subject: Re: [IWN] Reviw split 2 From: Adrian Chadd To: Cedric GROSS 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: Sat, 03 Aug 2013 19:36:48 -0000 Ok, why'd you change the debug print macro to check if the debug flags match the check, rather than if the debug flags are set in the check? ie (f) & (v) versus ( (f) & (v) == (v) ) ? I'd like to tidy up the debugging changes that are left in your source file before we move onto the next bits. -adrian