commit | f6dc2095a0da8906ec65be98cfc508aaadcf5d28 | [log] [tgz] |
---|---|---|
author | Michal Kazior <michal.kazior@tieto.com> | Thu Sep 26 10:12:22 2013 +0300 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Thu Sep 26 10:12:22 2013 +0300 |
tree | 65856cc03f2d1bfe7d549b47e699c02b59003d5e | |
parent | 1f8bb1518eee321d94477ca7bcbb153c47d43ba4 [diff] |
ath10k: report A-MSDU subframes individually HW reports each A-MSDU subframe as a separate sk_buff. It is impossible to configure it to behave differently. Until now ath10k was reconstructing A-MSDUs from subframes which involved a lot of memory operations. This proved to be a significant contributor to degraded RX performance. Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>