From owner-svn-src-all@FreeBSD.ORG Fri Apr 29 14:01:50 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 5874E106567E; Fri, 29 Apr 2011 14:01:50 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0DB378FC15; Fri, 29 Apr 2011 14:01:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p3TE1n8Q001993; Fri, 29 Apr 2011 14:01:49 GMT (envelope-from jhb@svn.freebsd.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p3TE1nvn001991; Fri, 29 Apr 2011 14:01:49 GMT (envelope-from jhb@svn.freebsd.org) Message-Id: <201104291401.p3TE1nvn001991@svn.freebsd.org> From: John Baldwin Date: Fri, 29 Apr 2011 14:01:49 +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: r221207 - head/sys/arm/conf 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: Fri, 29 Apr 2011 14:01:50 -0000 Author: jhb Date: Fri Apr 29 14:01:49 2011 New Revision: 221207 URL: http://svn.freebsd.org/changeset/base/221207 Log: Fix build of this kernel config. The ath(4) bits need the 11n frame format even though ar5416 isn't enabled. Reviewed by: adrian Modified: head/sys/arm/conf/CAMBRIA Modified: head/sys/arm/conf/CAMBRIA ============================================================================== --- head/sys/arm/conf/CAMBRIA Fri Apr 29 12:52:18 2011 (r221206) +++ head/sys/arm/conf/CAMBRIA Fri Apr 29 14:01:49 2011 (r221207) @@ -144,7 +144,7 @@ device ath_rf5112 device ath_rf5413 # #device ath_ar5416 -#options AH_SUPPORT_AR5416 # NB: for 11n descriptor format +options AH_SUPPORT_AR5416 # NB: for 11n descriptor format #device ath_ar9160 #device ath_ar9280