OSDN Git Service

mwifiex: update comment for shutdown_sw()/reinit_sw() to reflect current state
authorTsuchiya Yuto <kitakar@gmail.com>
Wed, 28 Oct 2020 14:21:10 +0000 (23:21 +0900)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 10 Nov 2020 18:49:45 +0000 (20:49 +0200)
commit566b4cb9587eb6dae2294989b5f1c35c0694dd15
tree9da24598a05c2ee252b77a717c67294971aa10e9
parentfa74cb1dc0f4da46c441b735ca865ac52de42c0e
mwifiex: update comment for shutdown_sw()/reinit_sw() to reflect current state

The functions mwifiex_shutdown_sw() and mwifiex_reinit_sw() can be used
for more general purposes than the PCIe function level reset. Also, these
are even not PCIe-specific.

So, let's update the comments at the top of each function accordingly.

Signed-off-by: Tsuchiya Yuto <kitakar@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20201028142110.18144-3-kitakar@gmail.com
drivers/net/wireless/marvell/mwifiex/main.c