diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-10-07 22:03:26 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-10-07 22:03:26 +0000 |
commit | 6647ea05aff742016253d1428e71ed6118918651 (patch) | |
tree | 1758805d37bce478c3abe379c38c72437cdcc05b /sys/dev/ic/ar5210.c | |
parent | c6b2d156b2d32737068bf6da7fc9aa828f277b41 (diff) |
KNF
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; |