diff options
Diffstat (limited to 'net/mac80211/rc80211_simple.c')
-rw-r--r-- | net/mac80211/rc80211_simple.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net/mac80211/rc80211_simple.c b/net/mac80211/rc80211_simple.c index 17b9f46bbf2b..ef91ce428aca 100644 --- a/net/mac80211/rc80211_simple.c +++ b/net/mac80211/rc80211_simple.c | |||
@@ -147,14 +147,6 @@ static void rate_control_simple_tx_status(void *priv, struct net_device *dev, | |||
147 | srctrl = sta->rate_ctrl_priv; | 147 | srctrl = sta->rate_ctrl_priv; |
148 | srctrl->tx_num_xmit++; | 148 | srctrl->tx_num_xmit++; |
149 | if (status->excessive_retries) { | 149 | if (status->excessive_retries) { |
150 | sta->antenna_sel_tx = sta->antenna_sel_tx == 1 ? 2 : 1; | ||
151 | sta->antenna_sel_rx = sta->antenna_sel_rx == 1 ? 2 : 1; | ||
152 | if (local->sta_antenna_sel == STA_ANTENNA_SEL_SW_CTRL_DEBUG) { | ||
153 | printk(KERN_DEBUG "%s: " MAC_FMT " TX antenna --> %d " | ||
154 | "RX antenna --> %d (@%lu)\n", | ||
155 | dev->name, MAC_ARG(hdr->addr1), | ||
156 | sta->antenna_sel_tx, sta->antenna_sel_rx, jiffies); | ||
157 | } | ||
158 | srctrl->tx_num_failures++; | 150 | srctrl->tx_num_failures++; |
159 | sta->tx_retry_failed++; | 151 | sta->tx_retry_failed++; |
160 | sta->tx_num_consecutive_failures++; | 152 | sta->tx_num_consecutive_failures++; |