ssb: update ssb to version from linux-next-20110311
[openwrt/svn-archive/archive.git] / package / mac80211 / patches / 590-ath9k_tid_cleanup_send_bar.patch
1 --- a/drivers/net/wireless/ath/ath9k/xmit.c
2 +++ b/drivers/net/wireless/ath/ath9k/xmit.c
3 @@ -166,7 +166,7 @@ static void ath_tx_flush_tid(struct ath_
4 fi = get_frame_info(bf->bf_mpdu);
5 if (fi->retries) {
6 ath_tx_update_baw(sc, tid, fi->seqno);
7 - ath_tx_complete_buf(sc, bf, txq, &bf_head, &ts, 0, 0);
8 + ath_tx_complete_buf(sc, bf, txq, &bf_head, &ts, 0, 1);
9 } else {
10 ath_tx_send_normal(sc, txq, NULL, &bf_head);
11 }