diff options
Diffstat (limited to 'sys/dev/ic/ar5210.c')
-rw-r--r-- | sys/dev/ic/ar5210.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ar5210.c b/sys/dev/ic/ar5210.c index 412b16fc919..11d2758024a 100644 --- a/sys/dev/ic/ar5210.c +++ b/sys/dev/ic/ar5210.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5210.c,v 1.31 2005/10/04 13:50:00 reyk Exp $ */ +/* $OpenBSD: ar5210.c,v 1.32 2005/10/07 22:03:25 reyk Exp $ */ /* * Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net> @@ -1907,7 +1907,7 @@ ar5k_ar5210_set_power(struct ath_hal *hal, HAL_POWER_MODE mode, /* Fail if the AR5210 didn't wake up */ if (i <= 0) return (AH_FALSE); - + staid &= ~AR5K_AR5210_STA_ID1_PWR_SV; break; |