]> git.baikalelectronics.ru Git - kernel.git/commit
carl9170: fix copy and paste mishap in carl9170_handle_mpdu
authorChristian Lamparter <chunkeey@googlemail.com>
Sat, 8 Dec 2012 14:24:56 +0000 (15:24 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 10 Dec 2012 20:47:31 +0000 (15:47 -0500)
commitc663af56b8796d0790bcb457b85d8c3ee548ea3b
tree083b995d8a56d7d1cfa3078d4b0766692370395d
parent8d6809401ff8449f94f0d7c727ae8e326bc254ec
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>
drivers/net/wireless/ath/carl9170/rx.c