From 148416a973e0a07fa94a0de90dae92763b282311 Mon Sep 17 00:00:00 2001 From: Vladimir Kondratiev Date: Sun, 15 Mar 2015 16:00:16 +0200 Subject: [PATCH] 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 Signed-off-by: Kalle Valo --- Reading git-format-patch failed