ath10k: start using sk_buff_head
authorMichal Kazior <michal.kazior@tieto.com>
Tue, 18 Nov 2014 07:24:47 +0000 (09:24 +0200)
committerKalle Valo <kvalo@qca.qualcomm.com>
Thu, 20 Nov 2014 13:43:00 +0000 (15:43 +0200)
commit9aa505d20b3a3577bd4eeec79f70895153a1a474
tree811e48c676c181d6c7625baa13b6bcfd95e770f6
parent47b6308b643302e642ca2a5cb6470926f7e1c428
ath10k: start using sk_buff_head

Instead of using manual sk_buff linking via ->next
use sk_buff_head. It's more robust, cleaner and
there's plenty of helper functions in kernel
already to manage sk_buff_head.

Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/htt_rx.c