1 --- a/drivers/net/wireless/ath/ath9k/xmit.c
2 +++ b/drivers/net/wireless/ath/ath9k/xmit.c
3 @@ -1742,10 +1742,6 @@ static void ath_tx_send_normal(struct at
4 list_add_tail(&bf->list, &bf_head);
5 bf->bf_state.bf_type = 0;
7 - /* update starting sequence number for subsequent ADDBA request */
9 - INCR(tid->seq_start, IEEE80211_SEQ_MAX);
12 ath_tx_fill_desc(sc, bf, txq, fi->framelen);
13 ath_tx_txqaddbuf(sc, txq, &bf_head, false);