modernize backfire 10.03 so it can be operational again
[openwrt-10.03/.git] / package / mac80211 / patches / 562-ath9k_remove_seq_incr.patch
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;
6  
7 -       /* update starting sequence number for subsequent ADDBA request */
8 -       if (tid)
9 -               INCR(tid->seq_start, IEEE80211_SEQ_MAX);
10 -
11         bf->bf_lastbf = bf;
12         ath_tx_fill_desc(sc, bf, txq, fi->framelen);
13         ath_tx_txqaddbuf(sc, txq, &bf_head, false);