aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2007-08-28 17:01:54 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 19:48:52 -0400
commitf658eb90d065c2d76ab3f3eb676ebf53462e323b (patch)
treeff6cbdfc690114390c073fe94c5a28e27046ee78 /net/mac80211/ieee80211_i.h
parent8f37171a6243a8370211a1e86d58be683ccf01f0 (diff)
[MAC80211] key handling: remove default_wep_only
Remove the default_wep_only stuff, this wasn't really done well and no current driver actually cares. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Acked-by: Michael Wu <flamingice@sourmilk.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h5
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 */
734extern const struct iw_handler_def ieee80211_iw_handler_def; 731extern const struct iw_handler_def ieee80211_iw_handler_def;
735 732
736void 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. */