mwifiex: avoid exporting mwifiex_send_cmd
authorGanapathi Bhat <gbhat@marvell.com>
Thu, 24 May 2018 11:06:28 +0000 (16:36 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 29 May 2018 07:22:01 +0000 (10:22 +0300)
commit618fd1ed17d4cf193d85747c04a8b836b8fc107e
tree00de6c36118fd5a3d103ead40bd1cbda64179cf4
parenta53e8f3edaa0f28458f37dc5654e1912a8a00f26
mwifiex: avoid exporting mwifiex_send_cmd

This is a follow-up patch for commit 21c5c83ce833
("mwifiex: support sysfs initiated device coredump").

Let us avoid exporting mwifiex_send_cmd and instead use a utility
function mwifiex_fw_dump_event to achive the work.

Signed-off-by: Ganapathi Bhat <gbhat@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/cmdevt.c
drivers/net/wireless/marvell/mwifiex/main.h
drivers/net/wireless/marvell/mwifiex/usb.c
drivers/net/wireless/marvell/mwifiex/util.c