aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/debugfs.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2007-09-17 01:29:25 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 19:52:29 -0400
commit011bfcc4f3d3444b140da3880ae30a62cc93529e (patch)
tree2c856fefcd132ed308623b1da5cd47a22177d7af /net/mac80211/debugfs.c
parent72abd81b980ef7ffb83ecb4ac4a7627d9d575f50 (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/debugfs.c')
-rw-r--r--net/mac80211/debugfs.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/mac80211/debugfs.c b/net/mac80211/debugfs.c
index 12db9adc0361..60514b2c97b9 100644
--- a/net/mac80211/debugfs.c
+++ b/net/mac80211/debugfs.c
@@ -90,8 +90,6 @@ DEBUGFS_READONLY_FILE(antenna_sel_rx, 20, "%d",
90 local->hw.conf.antenna_sel_rx); 90 local->hw.conf.antenna_sel_rx);
91DEBUGFS_READONLY_FILE(bridge_packets, 20, "%d", 91DEBUGFS_READONLY_FILE(bridge_packets, 20, "%d",
92 local->bridge_packets); 92 local->bridge_packets);
93DEBUGFS_READONLY_FILE(key_tx_rx_threshold, 20, "%d",
94 local->key_tx_rx_threshold);
95DEBUGFS_READONLY_FILE(rts_threshold, 20, "%d", 93DEBUGFS_READONLY_FILE(rts_threshold, 20, "%d",
96 local->rts_threshold); 94 local->rts_threshold);
97DEBUGFS_READONLY_FILE(fragmentation_threshold, 20, "%d", 95DEBUGFS_READONLY_FILE(fragmentation_threshold, 20, "%d",
@@ -301,7 +299,6 @@ void debugfs_hw_add(struct ieee80211_local *local)
301 DEBUGFS_ADD(antenna_sel_tx); 299 DEBUGFS_ADD(antenna_sel_tx);
302 DEBUGFS_ADD(antenna_sel_rx); 300 DEBUGFS_ADD(antenna_sel_rx);
303 DEBUGFS_ADD(bridge_packets); 301 DEBUGFS_ADD(bridge_packets);
304 DEBUGFS_ADD(key_tx_rx_threshold);
305 DEBUGFS_ADD(rts_threshold); 302 DEBUGFS_ADD(rts_threshold);
306 DEBUGFS_ADD(fragmentation_threshold); 303 DEBUGFS_ADD(fragmentation_threshold);
307 DEBUGFS_ADD(short_retry_limit); 304 DEBUGFS_ADD(short_retry_limit);
@@ -364,7 +361,6 @@ void debugfs_hw_del(struct ieee80211_local *local)
364 DEBUGFS_DEL(antenna_sel_tx); 361 DEBUGFS_DEL(antenna_sel_tx);
365 DEBUGFS_DEL(antenna_sel_rx); 362 DEBUGFS_DEL(antenna_sel_rx);
366 DEBUGFS_DEL(bridge_packets); 363 DEBUGFS_DEL(bridge_packets);
367 DEBUGFS_DEL(key_tx_rx_threshold);
368 DEBUGFS_DEL(rts_threshold); 364 DEBUGFS_DEL(rts_threshold);
369 DEBUGFS_DEL(fragmentation_threshold); 365 DEBUGFS_DEL(fragmentation_threshold);
370 DEBUGFS_DEL(short_retry_limit); 366 DEBUGFS_DEL(short_retry_limit);