commit | aca146afbc3b9191ca4265e80c60b86dcedeca13 | [log] [tgz] |
---|---|---|
author | Michal Kazior <michal.kazior@tieto.com> | Wed Nov 18 06:59:23 2015 +0100 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Mon Nov 23 17:12:32 2015 +0200 |
tree | e39604075093b144a429320f6e88e50931340a7d | |
parent | 609db229b42fda3f7d3a21fe54084983bc28dfae [diff] |
ath10k: store msdu_id instead of txbuf pointers Txbuf is no longer a DMA pool and can be easily tracked with a mere msdu_id. This saves 10 bytes on 64bit systems and 6 bytes on 32bit systems of precious sk_buff control buffer. Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>