Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9aebb69 authored by Stanislaw Gruszka's avatar Stanislaw Gruszka Committed by Kalle Valo
Browse files

mwifiex: do not print dot when downloading FW



Printing about 3000 lines like this

[   20.691850] mwifiex_pcie 0000:02:00.0: .
[   20.693466] mwifiex_pcie 0000:02:00.0: .

is not useful. If FW downloading will be interrupted, we will get
proper error message about that.

Signed-off-by: default avatarStanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 09dd9ec5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1956,8 +1956,6 @@ static int mwifiex_prog_fw_w_helper(struct mwifiex_adapter *adapter,
			if (firmware_len - offset < txlen)
				txlen = firmware_len - offset;

			mwifiex_dbg(adapter, INFO, ".");

			tx_blocks = (txlen + card->pcie.blksz_fw_dl - 1) /
				    card->pcie.blksz_fw_dl;