From c24f0e822146b2e6c6512752bb8ca200301cf29a Mon Sep 17 00:00:00 2001 From: proski Date: Fri, 21 Aug 2009 19:33:14 +0000 Subject: [PATCH] Remove unused sysctl code git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@4087 0192ed92-7a03-0410-a25b-9323aeb14dbd --- ath_rate/minstrel/minstrel.c | 1 - ath_rate/minstrel/minstrel.h | 5 ----- 2 files changed, 6 deletions(-) diff --git a/ath_rate/minstrel/minstrel.c b/ath_rate/minstrel/minstrel.c index eba7332..24d6413 100644 --- a/ath_rate/minstrel/minstrel.c +++ b/ath_rate/minstrel/minstrel.c @@ -99,7 +99,6 @@ #include #include #include -#include #include #include #include /* for net_random */ diff --git a/ath_rate/minstrel/minstrel.h b/ath_rate/minstrel/minstrel.h index 7e1c692..d963e2d 100644 --- a/ath_rate/minstrel/minstrel.h +++ b/ath_rate/minstrel/minstrel.h @@ -73,14 +73,9 @@ struct minstrel_softc { struct ath_ratectrl arc; /* base state */ -#ifdef CONFIG_SYSCTL - struct ctl_table_header *sysctl_header; - struct ctl_table *sysctls; -#endif struct ath_softc *sc; struct net_device *sc_dev; - struct timer_list timer; /* periodic timer */ int close_timer_now; };