]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ath10k: store msdu_id instead of txbuf pointers
authorMichal Kazior <michal.kazior@tieto.com>
Wed, 18 Nov 2015 05:59:23 +0000 (06:59 +0100)
committerKalle Valo <kvalo@qca.qualcomm.com>
Mon, 23 Nov 2015 15:12:32 +0000 (17:12 +0200)
commitaca146afbc3b9191ca4265e80c60b86dcedeca13
treee39604075093b144a429320f6e88e50931340a7d
parent609db229b42fda3f7d3a21fe54084983bc28dfae
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>
drivers/net/wireless/ath/ath10k/core.h
drivers/net/wireless/ath/ath10k/htt_tx.c