]> git.baikalelectronics.ru Git - kernel.git/commit
mwifiex: make mwifiex_insert_cmd_to_free_q local static
authorAndreas Fenkart <afenkart@gmail.com>
Thu, 10 Mar 2016 08:44:11 +0000 (09:44 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 15 Apr 2016 18:34:55 +0000 (21:34 +0300)
commit39dcdf0ef1a62b1aa83243380a718513c72c5fda
tree67f85d33194ba8cff69481d5345883582b20e84e
parent152a79d3e7d4c17fbe0141899fd1aade0d96afcc
mwifiex: make mwifiex_insert_cmd_to_free_q local static

after factoring out mwifiex_cancel_pending_scan_cmd
the function is not called outside of cmdevt file
moved function to head of file to avoid forward declaration,
also moved mwifiex_recycle_cmd_node since they are very similar

Signed-off-by: Andreas Fenkart <afenkart@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/cmdevt.c
drivers/net/wireless/marvell/mwifiex/main.h