]> git.baikalelectronics.ru Git - kernel.git/commit
mwifiex: cleanup in PCIe flr code path
authorXinming Hu <huxm@marvell.com>
Wed, 14 Dec 2016 14:10:48 +0000 (19:40 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 12 Jan 2017 14:49:17 +0000 (16:49 +0200)
commit3fe2ceaf4b9c1ab8729d64f49e9bcf02e80b34b8
tree529f0d2a51d6403aecd70582df027a998fb38e0c
parent3b91c212d483b68428b689e05d093f58eb80e44b
mwifiex: cleanup in PCIe flr code path

adapter and card variables don't get freed during PCIe function level
reset. "adapter->ext_scan" variable need not be re-initialized.
fw_name and tx_buf_size initialization is moved to pcie specific code
so that mwifiex_reinit_sw() can be used by SDIO.

Signed-off-by: Xinming Hu <huxm@marvell.com>
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/main.c
drivers/net/wireless/marvell/mwifiex/pcie.c