Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Add undefined variable 'ic' to rtw_attach.
details: https://anonhg.NetBSD.org/src/rev/38323c5c8ab6
branches: trunk
changeset: 582912:38323c5c8ab6
user: dyoung <dyoung%NetBSD.org@localhost>
date: Mon Jul 11 06:01:42 2005 +0000
description:
Add undefined variable 'ic' to rtw_attach.
diffstat:
sys/dev/ic/rtw.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r e0c2ac2488a3 -r 38323c5c8ab6 sys/dev/ic/rtw.c
--- a/sys/dev/ic/rtw.c Mon Jul 11 02:37:31 2005 +0000
+++ b/sys/dev/ic/rtw.c Mon Jul 11 06:01:42 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rtw.c,v 1.52 2005/07/06 23:58:14 dyoung Exp $ */
+/* $NetBSD: rtw.c,v 1.53 2005/07/11 06:01:42 dyoung Exp $ */
/*-
* Copyright (c) 2004, 2005 David Young. All rights reserved.
*
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rtw.c,v 1.52 2005/07/06 23:58:14 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rtw.c,v 1.53 2005/07/11 06:01:42 dyoung Exp $");
#include "bpfilter.h"
@@ -3879,6 +3879,7 @@
rtw_attach(struct rtw_softc *sc)
{
struct ifnet *ifp = &sc->sc_if;
+ struct ieee80211com *ic = &sc->sc_ic;
struct rtw_txsoft_blk *tsb;
int pri, rc;
Home |
Main Index |
Thread Index |
Old Index