1 --- a/drivers/net/wireless/ath/ath9k/xmit.c
2 +++ b/drivers/net/wireless/ath/ath9k/xmit.c
3 @@ -169,7 +169,7 @@ static void ath_tx_flush_tid(struct ath_
4 ath_tx_update_baw(sc, tid, fi->seqno);
5 ath_tx_complete_buf(sc, bf, txq, &bf_head, &ts, 0, 0);
7 - ath_tx_send_normal(sc, txq, tid, &bf_head);
8 + ath_tx_send_normal(sc, txq, NULL, &bf_head);
10 spin_lock_bh(&txq->axq_lock);