From owner-svn-src-head@FreeBSD.ORG Mon Jun 10 20:10:35 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6B6703BB; Mon, 10 Jun 2013 20:10:35 +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 5CC301ECE; Mon, 10 Jun 2013 20:10:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5AKAZ7R013140; Mon, 10 Jun 2013 20:10:35 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5AKAZlF013139; Mon, 10 Jun 2013 20:10:35 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201306102010.r5AKAZlF013139@svn.freebsd.org> From: Adrian Chadd Date: Mon, 10 Jun 2013 20:10:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r251606 - head/sys/dev/ath 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: Mon, 10 Jun 2013 20:10:35 -0000 Author: adrian Date: Mon Jun 10 20:10:34 2013 New Revision: 251606 URL: http://svnweb.freebsd.org/changeset/base/251606 Log: Add another comment about WB195 (AR9285+AR3011) when using ASPM. Modified: head/sys/dev/ath/if_ath_btcoex.c Modified: head/sys/dev/ath/if_ath_btcoex.c ============================================================================== --- head/sys/dev/ath/if_ath_btcoex.c Mon Jun 10 17:12:22 2013 (r251605) +++ head/sys/dev/ath/if_ath_btcoex.c Mon Jun 10 20:10:34 2013 (r251606) @@ -134,6 +134,10 @@ ath_btcoex_cfg_wb195(struct ath_softc *s * When using bluetooth coexistence, ASPM needs to be disabled * otherwise the sleeping interferes with the bluetooth (USB) * operation and the MAC sleep/wakeup hardware. + * + * The PCIe powersave routine also needs to not be called + * by the driver during suspend/resume, else things will get + * a little odd. Check Linux ath9k for more details. */ static int ath_btcoex_aspm_wb195(struct ath_softc *sc)