commit | cb139ecc0c030e8ccc736bd86cfef502c200825a | [log] [tgz] |
---|---|---|
author | Christian Lamparter <chunkeey@googlemail.com> | Sun Sep 26 22:49:34 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Sep 28 15:47:56 2010 -0400 |
tree | 9d7a09f50e584d7f75689840bf7e78c941e80c07 | |
parent | 042c53f6e84896701b67012ad525bc44ea6de25f [diff] |
carl9170: fix tx_ampdu_upload counter tx_ampdu_upload was not decreased when an a-MPDU frame had to be kicked out from the tx_pending queues. This broke ampdu aggregation, because the scheduler waits until tx_ampdu_upload drops to zero, before making the next aggregate. Signed-off-by: Christian Lamparter <chunkeey@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>