mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Also tag the current HAL power mode in ar9300_set_power_mode().
This commit is contained in:
parent
8a67b42a74
commit
bbd4b4346c
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue