partial backout of last commit: #if 0 references to sc->wi_mor_enabled

since it doesn't exist in the softc.
This commit is contained in:
sommerfeld 2000-08-25 03:11:14 +00:00
parent 392f867be8
commit 3a2b5d49a6
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_wi.c,v 1.31 2000/08/23 19:01:04 jhawk Exp $ */
/* $NetBSD: if_wi.c,v 1.32 2000/08/25 03:11:14 sommerfeld Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@ -1190,7 +1190,9 @@ wi_setdef(sc, wreq)
sc->wi_pm_enabled = wreq->wi_val[0];
break;
case WI_RID_MICROWAVE_OVEN:
#if 0
sc->wi_mor_enabled = wreq->wi_val[0];
#endif
break;
case WI_RID_MAX_SLEEP:
sc->wi_max_sleep = wreq->wi_val[0];
@ -1266,7 +1268,9 @@ wi_getdef(sc, wreq)
wreq->wi_val[0] = sc->wi_pm_enabled;
break;
case WI_RID_MICROWAVE_OVEN:
#if 0
wreq->wi_val[0] = sc->wi_mor_enabled;
#endif
break;
case WI_RID_MAX_SLEEP:
wreq->wi_val[0] = sc->wi_max_sleep;