diff options
Diffstat (limited to 'drivers/net/wireless/ath9k/xmit.c')
-rw-r--r-- | drivers/net/wireless/ath9k/xmit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/xmit.c b/drivers/net/wireless/ath9k/xmit.c index e28889bc0ac5..9e910f7a2f36 100644 --- a/drivers/net/wireless/ath9k/xmit.c +++ b/drivers/net/wireless/ath9k/xmit.c | |||
@@ -1690,7 +1690,7 @@ static int ath_tx_setup_buffer(struct ath_softc *sc, struct ath_buf *bf, | |||
1690 | (sc->sc_flags & SC_OP_PREAMBLE_SHORT) ? | 1690 | (sc->sc_flags & SC_OP_PREAMBLE_SHORT) ? |
1691 | (bf->bf_state.bf_type |= BUF_SHORT_PREAMBLE) : | 1691 | (bf->bf_state.bf_type |= BUF_SHORT_PREAMBLE) : |
1692 | (bf->bf_state.bf_type &= ~BUF_SHORT_PREAMBLE); | 1692 | (bf->bf_state.bf_type &= ~BUF_SHORT_PREAMBLE); |
1693 | (sc->hw->conf.ht.enabled && !is_pae(skb) && | 1693 | (conf_is_ht(&sc->hw->conf) && !is_pae(skb) && |
1694 | (tx_info->flags & IEEE80211_TX_CTL_AMPDU)) ? | 1694 | (tx_info->flags & IEEE80211_TX_CTL_AMPDU)) ? |
1695 | (bf->bf_state.bf_type |= BUF_HT) : | 1695 | (bf->bf_state.bf_type |= BUF_HT) : |
1696 | (bf->bf_state.bf_type &= ~BUF_HT); | 1696 | (bf->bf_state.bf_type &= ~BUF_HT); |