Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Wrap a line. Remove a useless comment.
details: https://anonhg.NetBSD.org/src/rev/49011b4f2bf5
branches: trunk
changeset: 567082:49011b4f2bf5
user: dyoung <dyoung%NetBSD.org@localhost>
date: Mon May 31 09:05:01 2004 +0000
description:
Wrap a line. Remove a useless comment.
diffstat:
sys/dev/ic/atw.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 405ac5834c41 -r 49011b4f2bf5 sys/dev/ic/atw.c
--- a/sys/dev/ic/atw.c Mon May 31 09:02:51 2004 +0000
+++ b/sys/dev/ic/atw.c Mon May 31 09:05:01 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: atw.c,v 1.26 2004/05/31 09:00:24 dyoung Exp $ */
+/* $NetBSD: atw.c,v 1.27 2004/05/31 09:05:01 dyoung Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2002, 2003, 2004 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atw.c,v 1.26 2004/05/31 09:00:24 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atw.c,v 1.27 2004/05/31 09:05:01 dyoung Exp $");
#include "bpfilter.h"
@@ -2110,7 +2110,8 @@
if (ic->ic_if.if_flags & IFF_DEBUG)
do_print = (ic->ic_if.if_flags & IFF_LINK0)
- ? 1 : ratecheck(&sc->sc_last_beacon, &atw_beacon_mininterval);
+ ? 1 : ratecheck(&sc->sc_last_beacon,
+ &atw_beacon_mininterval);
wh = mtod(m0, struct ieee80211_frame *);
@@ -3707,7 +3708,6 @@
BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE);
/* Wake up the transmitter. */
- /* XXX USE AUTOPOLLING? */
ATW_WRITE(sc, ATW_TDR, 0x1);
/* Set a watchdog timer in case the chip flakes out. */
Home |
Main Index |
Thread Index |
Old Index