commit | 9aa505d20b3a3577bd4eeec79f70895153a1a474 | [log] [tgz] |
---|---|---|
author | Michal Kazior <michal.kazior@tieto.com> | Tue Nov 18 09:24:47 2014 +0200 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Thu Nov 20 15:43:00 2014 +0200 |
tree | 811e48c676c181d6c7625baa13b6bcfd95e770f6 | |
parent | 47b6308b643302e642ca2a5cb6470926f7e1c428 [diff] |
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>