diff options
Diffstat (limited to 'net/mac80211/debugfs.c')
-rw-r--r-- | net/mac80211/debugfs.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/mac80211/debugfs.c b/net/mac80211/debugfs.c index 76c39eb72817..dc5ed1a8bf62 100644 --- a/net/mac80211/debugfs.c +++ b/net/mac80211/debugfs.c | |||
@@ -86,8 +86,6 @@ DEBUGFS_READONLY_FILE(channel, 20, "%d", | |||
86 | local->hw.conf.channel); | 86 | local->hw.conf.channel); |
87 | DEBUGFS_READONLY_FILE(frequency, 20, "%d", | 87 | DEBUGFS_READONLY_FILE(frequency, 20, "%d", |
88 | local->hw.conf.freq); | 88 | local->hw.conf.freq); |
89 | DEBUGFS_READONLY_FILE(radar_detect, 20, "%d", | ||
90 | local->hw.conf.radar_detect); | ||
91 | DEBUGFS_READONLY_FILE(antenna_sel_tx, 20, "%d", | 89 | DEBUGFS_READONLY_FILE(antenna_sel_tx, 20, "%d", |
92 | local->hw.conf.antenna_sel_tx); | 90 | local->hw.conf.antenna_sel_tx); |
93 | DEBUGFS_READONLY_FILE(antenna_sel_rx, 20, "%d", | 91 | DEBUGFS_READONLY_FILE(antenna_sel_rx, 20, "%d", |
@@ -302,7 +300,6 @@ void debugfs_hw_add(struct ieee80211_local *local) | |||
302 | 300 | ||
303 | DEBUGFS_ADD(channel); | 301 | DEBUGFS_ADD(channel); |
304 | DEBUGFS_ADD(frequency); | 302 | DEBUGFS_ADD(frequency); |
305 | DEBUGFS_ADD(radar_detect); | ||
306 | DEBUGFS_ADD(antenna_sel_tx); | 303 | DEBUGFS_ADD(antenna_sel_tx); |
307 | DEBUGFS_ADD(antenna_sel_rx); | 304 | DEBUGFS_ADD(antenna_sel_rx); |
308 | DEBUGFS_ADD(bridge_packets); | 305 | DEBUGFS_ADD(bridge_packets); |
@@ -366,7 +363,6 @@ void debugfs_hw_del(struct ieee80211_local *local) | |||
366 | { | 363 | { |
367 | DEBUGFS_DEL(channel); | 364 | DEBUGFS_DEL(channel); |
368 | DEBUGFS_DEL(frequency); | 365 | DEBUGFS_DEL(frequency); |
369 | DEBUGFS_DEL(radar_detect); | ||
370 | DEBUGFS_DEL(antenna_sel_tx); | 366 | DEBUGFS_DEL(antenna_sel_tx); |
371 | DEBUGFS_DEL(antenna_sel_rx); | 367 | DEBUGFS_DEL(antenna_sel_rx); |
372 | DEBUGFS_DEL(bridge_packets); | 368 | DEBUGFS_DEL(bridge_packets); |