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

This commit is contained in:
Adrian Chadd 2014-03-10 06:05:26 +00:00
parent 8a67b42a74
commit bbd4b4346c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262970

View File

@ -713,6 +713,7 @@ ar9300_set_power_mode(struct ath_hal *ah, HAL_POWER_MODE mode, int set_chip)
"%s: unknown power mode %u\n", __func__, mode);
return AH_FALSE;
}
ah->ah_powerMode = status;
return status;
}