linux/drivers/net/wireless/ath/carl9170
Christian Lamparter fc5e286ff4 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>
2012-12-10 15:47:31 -05:00
..
carl9170.h carl9170: fix sleep in softirq context 2012-10-08 15:06:04 -04:00
cmd.c wireless: Remove casts to same type 2012-06-06 09:31:33 -07:00
cmd.h
debug.c
debug.h
eeprom.h
fw.c carl9170: kill MODULE_VERSION 2012-11-14 14:55:34 -05:00
fwcmd.h
fwdesc.h carl9170: import 1.9.6 firmware headers 2012-07-11 15:38:26 -04:00
hw.h
Kconfig wireless: allow Atheros card to not depend on ath.ko 2012-11-30 13:38:16 -05:00
led.c
mac.c carl9170: fix spurious transmissions in sniffer mode 2012-10-29 15:18:04 -04:00
main.c carl9170: fix sleep in softirq context 2012-10-08 15:06:04 -04:00
Makefile
phy.c
phy.h
rx.c carl9170: fix copy and paste mishap in carl9170_handle_mpdu 2012-12-10 15:47:31 -05:00
tx.c carl9170: explain why sta cannot be NULL for ampdus 2012-12-06 14:58:55 -05:00
usb.c carl9170: handle traps from firmware loader 2012-10-19 15:53:20 -04:00
version.h carl9170: import 1.9.6 firmware headers 2012-07-11 15:38:26 -04:00
wlan.h