diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-08-28 17:01:53 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:48:45 -0400 |
commit | 53cb670042999b8acb70945ce522b015dcdf7b43 (patch) | |
tree | e114ad62facc63678dab93b541804432e52a8ba0 /net/mac80211/ieee80211_i.h | |
parent | b2446b36800948586f1d1b8ef05803bba5f7489e (diff) |
[MAC80211]: remove unused ioctls (2)
The ioctls
* PRISM2_PARAM_STA_ANTENNA_SEL
* PRISM2_PARAM_TX_POWER_REDUCTION
* PRISM2_PARAM_DEFAULT_WEP_ONLY
are not used by hostapd or wpa_supplicant.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Acked-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 | 11 |
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 { |