]> asedeno.scripts.mit.edu Git - linux.git/commit
mwifiex: device dump support for usb interface
authorXinming Hu <huxm@marvell.com>
Tue, 12 Dec 2017 07:38:12 +0000 (15:38 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 8 Jan 2018 17:36:55 +0000 (19:36 +0200)
commitf5ecd02a8b20f900701d6809a3ea5f12e5c87de8
tree5b4534a158475c3e247afdfe1ef3d419f61b5ffc
parentd0e2b44ef32814bdde8aaed307d1ae663fcf251c
mwifiex: device dump support for usb interface

Firmware dump on usb interface is different with current
sdio/pcie chipset, which is based on register operation.

When firmware hang on usb interface, context dump will be
upload to host using 0x73 firmware debug event.

This patch store dump data from debug event and send to
userspace using device coredump API.

Signed-off-by: Xinming Hu <huxm@marvell.com>
Signed-off-by: Cathy Luo <cluo@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/fw.h
drivers/net/wireless/marvell/mwifiex/init.c
drivers/net/wireless/marvell/mwifiex/main.h
drivers/net/wireless/marvell/mwifiex/sta_event.c