From 595c128a0c73152f143b64a8391beea410493560 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 14 Sep 2013 13:10:25 +0000 Subject: [PATCH] Don't include atw_hw_decrypted, it is not used. Keep it for documentation purposes. --- sys/dev/ic/atw.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/dev/ic/atw.c b/sys/dev/ic/atw.c index b2e904f6d881..76941d9bd0a0 100644 --- a/sys/dev/ic/atw.c +++ b/sys/dev/ic/atw.c @@ -1,4 +1,4 @@ -/* $NetBSD: atw.c,v 1.153 2011/04/02 08:11:32 mbalmer Exp $ */ +/* $NetBSD: atw.c,v 1.154 2013/09/14 13:10:25 joerg Exp $ */ /*- * Copyright (c) 1998, 1999, 2000, 2002, 2003, 2004 The NetBSD Foundation, Inc. @@ -34,7 +34,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: atw.c,v 1.153 2011/04/02 08:11:32 mbalmer Exp $"); +__KERNEL_RCSID(0, "$NetBSD: atw.c,v 1.154 2013/09/14 13:10:25 joerg Exp $"); #include @@ -3024,6 +3024,7 @@ atw_linkintr(struct atw_softc *sc, u_int32_t linkstatus) } } +#if 0 static inline int atw_hw_decrypted(struct atw_softc *sc, struct ieee80211_frame_min *wh) { @@ -3033,6 +3034,7 @@ atw_hw_decrypted(struct atw_softc *sc, struct ieee80211_frame_min *wh) return 0; return (sc->sc_wepctl & ATW_WEPCTL_WEPRXBYP) == 0; } +#endif /* * atw_rxintr: