From owner-svn-src-all@FreeBSD.ORG Sat Nov 17 02:38:36 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9BF90F3A; Sat, 17 Nov 2012 02:38:36 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8179D8FC19; Sat, 17 Nov 2012 02:38:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAH2caq2007364; Sat, 17 Nov 2012 02:38:36 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAH2caVY007363; Sat, 17 Nov 2012 02:38:36 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201211170238.qAH2caVY007363@svn.freebsd.org> From: Adrian Chadd Date: Sat, 17 Nov 2012 02:38:36 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r243172 - head/tools/tools/ath/athalq X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Nov 2012 02:38:36 -0000 Author: adrian Date: Sat Nov 17 02:38:36 2012 New Revision: 243172 URL: http://svnweb.freebsd.org/changeset/base/243172 Log: Make this a flag. Modified: head/tools/tools/ath/athalq/ar5210_ds.c Modified: head/tools/tools/ath/athalq/ar5210_ds.c ============================================================================== --- head/tools/tools/ath/athalq/ar5210_ds.c Sat Nov 17 02:37:25 2012 (r243171) +++ head/tools/tools/ath/athalq/ar5210_ds.c Sat Nov 17 02:38:36 2012 (r243172) @@ -129,7 +129,7 @@ ar5210_decode_rxstatus(struct if_ath_alq rxs.ds_status0 & AR_DataLen, MF(rxs.ds_status0, AR_More), MS(rxs.ds_status0, AR_RcvSigStrength), - MS(rxs.ds_status0, AR_RcvAntenna)); + MF(rxs.ds_status0, AR_RcvAntenna)); /* ds_rxstatus1 */ printf(" RxDone=%d, RxFrameOk=%d, CrcErr=%d, DecryptCrcErr=%d\n",