From: Christian Lamparter Date: Sat, 8 Dec 2012 14:24:56 +0000 (+0100) Subject: carl9170: fix copy and paste mishap in carl9170_handle_mpdu X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~17^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc5e286ff4ff6da3e76e6eb58c535e250ad2ff18;p=pandora-kernel.git carl9170: fix copy and paste mishap in carl9170_handle_mpdu This patch fixes a regression which was introduced by: "carl9170: split up carl9170_handle_mpdu" Previously, the ieee80211_rx_status was kept on the stack of carl9170_handle_mpdu. Now it's passed into the function as a pointer parameter. Hence, the old memcpy call needs to be fixed. Signed-off-by: Christian Lamparter Signed-off-by: John W. Linville --- Reading git-diff-tree failed