Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Apr 2009 17:31:24 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r191430 - user/thompsa/vaptq/sys/dev/wi
Message-ID:  <200904231731.n3NHVO0u094740@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thompsa
Date: Thu Apr 23 17:31:24 2009
New Revision: 191430
URL: http://svn.freebsd.org/changeset/base/191430

Log:
  Remove unused field.

Modified:
  user/thompsa/vaptq/sys/dev/wi/if_wivar.h

Modified: user/thompsa/vaptq/sys/dev/wi/if_wivar.h
==============================================================================
--- user/thompsa/vaptq/sys/dev/wi/if_wivar.h	Thu Apr 23 17:28:01 2009	(r191429)
+++ user/thompsa/vaptq/sys/dev/wi/if_wivar.h	Thu Apr 23 17:31:24 2009	(r191430)
@@ -72,7 +72,6 @@ struct wi_softc	{
 	device_t		sc_dev;
 	struct mtx		sc_mtx;
 	struct callout		sc_watchdog;
-	struct task		sc_oor_task;
 	int			sc_unit;
 	int			wi_gone;
 	int			sc_enabled;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904231731.n3NHVO0u094740>