diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/tx99.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/tx99.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/tx99.c b/drivers/net/wireless/ath/ath9k/tx99.c index a65cfb91adca..23972924c774 100644 --- a/drivers/net/wireless/ath/ath9k/tx99.c +++ b/drivers/net/wireless/ath/ath9k/tx99.c | |||
@@ -76,7 +76,7 @@ static struct sk_buff *ath9k_build_tx99_skb(struct ath_softc *sc) | |||
76 | tx_info = IEEE80211_SKB_CB(skb); | 76 | tx_info = IEEE80211_SKB_CB(skb); |
77 | memset(tx_info, 0, sizeof(*tx_info)); | 77 | memset(tx_info, 0, sizeof(*tx_info)); |
78 | rate = &tx_info->control.rates[0]; | 78 | rate = &tx_info->control.rates[0]; |
79 | tx_info->band = hw->conf.chandef.chan->band; | 79 | tx_info->band = sc->cur_chan->chandef.chan->band; |
80 | tx_info->flags = IEEE80211_TX_CTL_NO_ACK; | 80 | tx_info->flags = IEEE80211_TX_CTL_NO_ACK; |
81 | tx_info->control.vif = sc->tx99_vif; | 81 | tx_info->control.vif = sc->tx99_vif; |
82 | rate->count = 1; | 82 | rate->count = 1; |