commit | 58be4607d25f86962dee6cc6b30573f95303517e | [log] [tgz] |
---|---|---|
author | Eliad Peller <eliad@wizery.com> | Sun Sep 19 18:55:08 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Sep 21 11:05:28 2010 -0400 |
tree | fc48ce3bd7357905eb12cfcb59958cb72ad8f58e | |
parent | 2c7808d9345b91bb19f6bfaebf7b9e0916b0859a [diff] |
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 <eliad@wizery.com> Acked-by: Luciano Coelho <luciano.coelho@nokia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>