commit | fc5e286ff4ff6da3e76e6eb58c535e250ad2ff18 | [log] [tgz] |
---|---|---|
author | Christian Lamparter <chunkeey@googlemail.com> | Sat Dec 08 15:24:56 2012 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Dec 10 15:47:31 2012 -0500 |
tree | 083b995d8a56d7d1cfa3078d4b0766692370395d | |
parent | 9dd4ea51544de0f9679630592daa3d2147f298ed [diff] |
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 <chunkeey@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>