From: Eliad Peller Date: Sun, 19 Sep 2010 16:55:08 +0000 (+0200) Subject: wl1271: avoid redundant memcpy of rx_status X-Git-Tag: v2.6.37-rc1~147^2~373^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58be4607d25f86962dee6cc6b30573f95303517e;p=pandora-kernel.git wl1271: avoid redundant memcpy of rx_status copy the rx_status directly to skb->cb (control buffer) instead of copying it to a local struct and then copying it again (for each rx packet) Signed-off-by: Eliad Peller Acked-by: Luciano Coelho Signed-off-by: John W. Linville --- Reading git-diff-tree failed