diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index cc87e9d988f8..7b5cc146c81b 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -551,9 +551,6 @@ struct ieee80211_local { | |||
551 | #endif /* CONFIG_MAC80211_DEBUG_COUNTERS */ | 551 | #endif /* CONFIG_MAC80211_DEBUG_COUNTERS */ |
552 | 552 | ||
553 | 553 | ||
554 | int default_wep_only; /* only default WEP keys are used with this | ||
555 | * interface; this is used to decide when hwaccel | ||
556 | * can be used with default keys */ | ||
557 | int total_ps_buffered; /* total number of all buffered unicast and | 554 | int total_ps_buffered; /* total number of all buffered unicast and |
558 | * multicast packets for power saving stations | 555 | * multicast packets for power saving stations |
559 | */ | 556 | */ |
@@ -733,8 +730,6 @@ void ieee80211_key_threshold_notify(struct net_device *dev, | |||
733 | /* ieee80211_ioctl.c */ | 730 | /* ieee80211_ioctl.c */ |
734 | extern const struct iw_handler_def ieee80211_iw_handler_def; | 731 | extern const struct iw_handler_def ieee80211_iw_handler_def; |
735 | 732 | ||
736 | void ieee80211_update_default_wep_only(struct ieee80211_local *local); | ||
737 | |||
738 | 733 | ||
739 | /* Least common multiple of the used rates (in 100 kbps). This is used to | 734 | /* Least common multiple of the used rates (in 100 kbps). This is used to |
740 | * calculate rate_inv values for each rate so that only integers are needed. */ | 735 | * calculate rate_inv values for each rate so that only integers are needed. */ |