Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2014 06:05:26 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r262970 - head/sys/contrib/dev/ath/ath_hal/ar9300
Message-ID:  <201403100605.s2A65Q0G077292@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Mon Mar 10 06:05:26 2014
New Revision: 262970
URL: http://svnweb.freebsd.org/changeset/base/262970

Log:
  Also tag the current HAL power mode in ar9300_set_power_mode().

Modified:
  head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_power.c

Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_power.c
==============================================================================
--- head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_power.c	Mon Mar 10 06:03:35 2014	(r262969)
+++ head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_power.c	Mon Mar 10 06:05:26 2014	(r262970)
@@ -713,6 +713,7 @@ ar9300_set_power_mode(struct ath_hal *ah
             "%s: unknown power mode %u\n", __func__, mode);
         return AH_FALSE;
     }
+    ah->ah_powerMode = status;
     return status;
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403100605.s2A65Q0G077292>