From 6647ea05aff742016253d1428e71ed6118918651 Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Fri, 7 Oct 2005 22:03:26 +0000 Subject: KNF --- sys/dev/ic/ar5210.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/ic/ar5210.c') 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 @@ -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; -- cgit v1.2.3