aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/mac80211.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 1c59e24544c7..029e8cb7bf4e 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -300,20 +300,6 @@ struct ieee80211_conf {
300 /* 0 = default/diversity, 1 = Ant0, 2 = Ant1 */ 300 /* 0 = default/diversity, 1 = Ant0, 2 = Ant1 */
301 u8 antenna_sel_tx; 301 u8 antenna_sel_tx;
302 u8 antenna_sel_rx; 302 u8 antenna_sel_rx;
303
304 /* Following five fields are used for IEEE 802.11H */
305 unsigned int radar_detect;
306 unsigned int spect_mgmt;
307 /* All following fields are currently unused. */
308 unsigned int quiet_duration; /* duration of quiet period */
309 unsigned int quiet_offset; /* how far into the beacon is the quiet
310 * period */
311 unsigned int quiet_period;
312 u8 radar_firpwr_threshold;
313 u8 radar_rssi_threshold;
314 u8 pulse_height_threshold;
315 u8 pulse_rssi_threshold;
316 u8 pulse_inband_threshold;
317}; 303};
318 304
319/** 305/**