From owner-svn-src-head@FreeBSD.ORG Fri Nov 8 16:28:01 2013 Return-Path: Delivered-To: svn-src-head@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 822728D9; Fri, 8 Nov 2013 16:28:01 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6EE0723D1; Fri, 8 Nov 2013 16:28:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA8GS1PD056539; Fri, 8 Nov 2013 16:28:01 GMT (envelope-from ian@svn.freebsd.org) Received: (from ian@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA8GS171056538; Fri, 8 Nov 2013 16:28:01 GMT (envelope-from ian@svn.freebsd.org) Message-Id: <201311081628.rA8GS171056538@svn.freebsd.org> From: Ian Lepore Date: Fri, 8 Nov 2013 16:28:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r257855 - head/sys/contrib/dev/ath/ath_hal/ar9300 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Nov 2013 16:28:01 -0000 Author: ian Date: Fri Nov 8 16:28:00 2013 New Revision: 257855 URL: http://svnweb.freebsd.org/changeset/base/257855 Log: Remove 'inline' from ar9300_init_pll(), it's too big to inline. Submitted by: adrian@ Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c ============================================================================== --- head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c Fri Nov 8 16:25:00 2013 (r257854) +++ head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c Fri Nov 8 16:28:00 2013 (r257855) @@ -1332,7 +1332,7 @@ ar9300_set_operating_mode(struct ath_hal } /* XXX need the logic for Osprey */ -inline void +void ar9300_init_pll(struct ath_hal *ah, struct ieee80211_channel *chan) { u_int32_t pll;