Remove unused sysctl code

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@4087 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
proski 2009-08-21 19:33:14 +00:00
parent 763e90cdda
commit c24f0e8221
2 changed files with 0 additions and 6 deletions

View File

@ -99,7 +99,6 @@
#include <linux/random.h>
#include <linux/delay.h>
#include <linux/cache.h>
#include <linux/sysctl.h>
#include <linux/proc_fs.h>
#include <linux/if_arp.h>
#include <linux/net.h> /* for net_random */

View File

@ -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;
};