mirror of
https://github.com/proski/madwifi
synced 2024-11-21 22:11:32 +03:00
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:
parent
763e90cdda
commit
c24f0e8221
@ -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 */
|
||||
|
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user