diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-10-09 10:18:04 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-10-31 23:00:06 (GMT) |
commit | 0f4ac38b5999c3d51adad52d61c56c1b99c247ec (patch) | |
tree | 0376bd4904597495ce788883d371d794e8c85f69 /net/mac80211/tx.c | |
parent | d9fe60dea7779d412b34679f1177c5ca1940ea8d (diff) | |
download | linux-0f4ac38b5999c3d51adad52d61c56c1b99c247ec.tar.xz |
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/tx.c')
-rw-r--r-- | net/mac80211/tx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c index 9191b51..22494bc 100644 --- a/net/mac80211/tx.c +++ b/net/mac80211/tx.c @@ -1971,7 +1971,6 @@ struct sk_buff *ieee80211_beacon_get(struct ieee80211_hw *hw, sband->bitrates[rsel.rate_idx].flags & IEEE80211_RATE_SHORT_PREAMBLE) info->flags |= IEEE80211_TX_CTL_SHORT_PREAMBLE; - info->antenna_sel_tx = local->hw.conf.antenna_sel_tx; info->control.retry_limit = 1; out: |