mbox series

[0/2] mwifiex: fixes for shutdown_sw() and reinit_sw()

Message ID 20201028142110.18144-1-kitakar@gmail.com
Headers show
Series mwifiex: fixes for shutdown_sw() and reinit_sw() | expand

Message

Tsuchiya Yuto Oct. 28, 2020, 2:21 p.m. UTC
Hello all,

This series fixes a software level reset feature. We, Microsoft Surface
devices users observed this issue, where firmware reset requires another
quirk. The other device users might not notice this issue because if
the reset is performed for the firmware level, this issue can't be
observed easily.

While here, update description of shutdown_sw() and reinit_sw() functions
to reflect current state.

Thanks,
Tsuchiya Yuto

Tsuchiya Yuto (2):
  mwifiex: fix mwifiex_shutdown_sw() causing sw reset failure
  mwifiex: update comment for shutdown_sw()/reinit_sw() to reflect
    current state

 drivers/net/wireless/marvell/mwifiex/main.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)