svn commit: r191430 - user/thompsa/vaptq/sys/dev/wi

Andrew Thompson thompsa at FreeBSD.org
Thu Apr 23 17:31:25 UTC 2009


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;


More information about the svn-src-user mailing list