commit | 148416a973e0a07fa94a0de90dae92763b282311 | [log] [tgz] |
---|---|---|
author | Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> | Sun Mar 15 16:00:16 2015 +0200 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Mar 20 08:33:16 2015 +0200 |
tree | 2cf3902cd2213206e7c34f34a0ac7db5095136ca | |
parent | 8fbb2e98fef043019b9d546300406b2f6e9d38f5 [diff] |
wil6210: optimize index manipulation in wil_vring_reap_rx Use temporal variable for often used vring->swhead; and use proper index in debug printing - vring->swhead used before was modified in wil_vring_advance_head and then increased value was used in debug print Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>