diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-09-17 01:29:25 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:52:29 -0400 |
commit | 011bfcc4f3d3444b140da3880ae30a62cc93529e (patch) | |
tree | 2c856fefcd132ed308623b1da5cd47a22177d7af /net/mac80211/ieee80211_i.h | |
parent | 72abd81b980ef7ffb83ecb4ac4a7627d9d575f50 (diff) |
[MAC80211]: remove key threshold stuff
This patch removes the key threshold stuff from mac80211.
I have patches for later that add it as a per-key setting
to nl/cfg80211.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-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.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 14e8c366af3d..c3f6f89755b1 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -465,9 +465,6 @@ struct ieee80211_local { | |||
465 | struct crypto_blkcipher *wep_tx_tfm; | 465 | struct crypto_blkcipher *wep_tx_tfm; |
466 | struct crypto_blkcipher *wep_rx_tfm; | 466 | struct crypto_blkcipher *wep_rx_tfm; |
467 | u32 wep_iv; | 467 | u32 wep_iv; |
468 | int key_tx_rx_threshold; /* number of times any key can be used in TX | ||
469 | * or RX before generating a rekey | ||
470 | * notification; 0 = notification disabled. */ | ||
471 | 468 | ||
472 | int bridge_packets; /* bridge packets between associated stations and | 469 | int bridge_packets; /* bridge packets between associated stations and |
473 | * deliver multicast frames both back to wireless | 470 | * deliver multicast frames both back to wireless |
@@ -573,7 +570,6 @@ struct ieee80211_local { | |||
573 | struct dentry *antenna_sel_tx; | 570 | struct dentry *antenna_sel_tx; |
574 | struct dentry *antenna_sel_rx; | 571 | struct dentry *antenna_sel_rx; |
575 | struct dentry *bridge_packets; | 572 | struct dentry *bridge_packets; |
576 | struct dentry *key_tx_rx_threshold; | ||
577 | struct dentry *rts_threshold; | 573 | struct dentry *rts_threshold; |
578 | struct dentry *fragmentation_threshold; | 574 | struct dentry *fragmentation_threshold; |
579 | struct dentry *short_retry_limit; | 575 | struct dentry *short_retry_limit; |
@@ -724,9 +720,6 @@ void ieee80211_if_setup(struct net_device *dev); | |||
724 | void ieee80211_if_mgmt_setup(struct net_device *dev); | 720 | void ieee80211_if_mgmt_setup(struct net_device *dev); |
725 | struct ieee80211_rate *ieee80211_get_rate(struct ieee80211_local *local, | 721 | struct ieee80211_rate *ieee80211_get_rate(struct ieee80211_local *local, |
726 | int phymode, int hwrate); | 722 | int phymode, int hwrate); |
727 | void ieee80211_key_threshold_notify(struct net_device *dev, | ||
728 | struct ieee80211_key *key, | ||
729 | struct sta_info *sta); | ||
730 | 723 | ||
731 | /* ieee80211_ioctl.c */ | 724 | /* ieee80211_ioctl.c */ |
732 | extern const struct iw_handler_def ieee80211_iw_handler_def; | 725 | extern const struct iw_handler_def ieee80211_iw_handler_def; |