Don't reference vlan_group without IEEE80211_VLAN_TAG_USED set
[madwifi/.git] / ath_rate / minstrel / minstrel.h
index 7e1c692a21f9166cf478f63edbc92cdcffa35afb..d963e2d3aa73808edc7df308dad0d7ca41116c2f 100644 (file)
 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;
 };