diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-10-09 06:18:04 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-10-31 19:00:06 -0400 |
commit | 0f4ac38b5999c3d51adad52d61c56c1b99c247ec (patch) | |
tree | 0376bd4904597495ce788883d371d794e8c85f69 /net/mac80211/ieee80211_i.h | |
parent | d9fe60dea7779d412b34679f1177c5ca1940ea8d (diff) |
mac80211: kill hw.conf.antenna_sel_{rx,tx}
Never actually used.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index ae4ca3e8b443..88015838a63c 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -727,8 +727,6 @@ struct ieee80211_local { | |||
727 | struct dentry *rcdir; | 727 | struct dentry *rcdir; |
728 | struct dentry *rcname; | 728 | struct dentry *rcname; |
729 | struct dentry *frequency; | 729 | struct dentry *frequency; |
730 | struct dentry *antenna_sel_tx; | ||
731 | struct dentry *antenna_sel_rx; | ||
732 | struct dentry *rts_threshold; | 730 | struct dentry *rts_threshold; |
733 | struct dentry *fragmentation_threshold; | 731 | struct dentry *fragmentation_threshold; |
734 | struct dentry *short_retry_limit; | 732 | struct dentry *short_retry_limit; |