aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 2caf1a2f31f7..2f6fff6317eb 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -514,12 +514,6 @@ struct ieee80211_local {
514 struct work_struct sta_debugfs_add; 514 struct work_struct sta_debugfs_add;
515#endif 515#endif
516 516
517 enum {
518 STA_ANTENNA_SEL_AUTO = 0,
519 STA_ANTENNA_SEL_SW_CTRL = 1,
520 STA_ANTENNA_SEL_SW_CTRL_DEBUG = 2
521 } sta_antenna_sel;
522
523#ifdef CONFIG_MAC80211_DEBUG_COUNTERS 517#ifdef CONFIG_MAC80211_DEBUG_COUNTERS
524 /* TX/RX handler statistics */ 518 /* TX/RX handler statistics */
525 unsigned int tx_handlers_drop; 519 unsigned int tx_handlers_drop;
@@ -555,10 +549,6 @@ struct ieee80211_local {
555 int total_ps_buffered; /* total number of all buffered unicast and 549 int total_ps_buffered; /* total number of all buffered unicast and
556 * multicast packets for power saving stations 550 * multicast packets for power saving stations
557 */ 551 */
558 int allow_broadcast_always; /* whether to allow TX of broadcast frames
559 * even when there are no associated STAs
560 */
561
562 int wifi_wme_noack_test; 552 int wifi_wme_noack_test;
563 unsigned int wmm_acm; /* bit field of ACM bits (BIT(802.1D tag)) */ 553 unsigned int wmm_acm; /* bit field of ACM bits (BIT(802.1D tag)) */
564 554
@@ -585,7 +575,6 @@ struct ieee80211_local {
585 struct dentry *total_ps_buffered; 575 struct dentry *total_ps_buffered;
586 struct dentry *mode; 576 struct dentry *mode;
587 struct dentry *wep_iv; 577 struct dentry *wep_iv;
588 struct dentry *tx_power_reduction;
589 struct dentry *modes; 578 struct dentry *modes;
590 struct dentry *statistics; 579 struct dentry *statistics;
591 struct local_debugfsdentries_statsdentries { 580 struct local_debugfsdentries_statsdentries {