svn commit: r262970 - head/sys/contrib/dev/ath/ath_hal/ar9300

Adrian Chadd adrian at FreeBSD.org
Mon Mar 10 06:05:27 UTC 2014


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;
 }
 


More information about the svn-src-all mailing list