From owner-svn-src-all@FreeBSD.ORG Sat Mar 26 13:06:44 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D073106564A; Sat, 26 Mar 2011 13:06:44 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1CDEA8FC0A; Sat, 26 Mar 2011 13:06:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p2QD6iGE022710; Sat, 26 Mar 2011 13:06:44 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p2QD6hJj022708; Sat, 26 Mar 2011 13:06:43 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201103261306.p2QD6hJj022708@svn.freebsd.org> From: Adrian Chadd Date: Sat, 26 Mar 2011 13:06:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r220035 - head/sys/dev/ath/ath_hal X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Mar 2011 13:06:44 -0000 Author: adrian Date: Sat Mar 26 13:06:43 2011 New Revision: 220035 URL: http://svn.freebsd.org/changeset/base/220035 Log: .. And another missed commit - add the PSPOLL capability. Modified: head/sys/dev/ath/ath_hal/ah.h Modified: head/sys/dev/ath/ath_hal/ah.h ============================================================================== --- head/sys/dev/ath/ath_hal/ah.h Sat Mar 26 11:59:18 2011 (r220034) +++ head/sys/dev/ath/ath_hal/ah.h Sat Mar 26 13:06:43 2011 (r220035) @@ -112,7 +112,8 @@ typedef enum { HAL_CAP_INTRMASK = 37, /* bitmask of supported interrupts */ HAL_CAP_BSSIDMATCH = 38, /* hardware has disable bssid match */ HAL_CAP_STREAMS = 39, /* how many 802.11n spatial streams are available */ - HAP_CAP_SPLIT_4KB_TRANS = 40, /* hardware supports descriptors straddling a 4k page boundary */ + HAL_CAP_SPLIT_4KB_TRANS = 40, /* hardware supports descriptors straddling a 4k page boundary */ + HAL_CAP_HAS_PSPOLL = 41, /* hardware has ps-poll support */ } HAL_CAPABILITY_TYPE; /*