mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-08 18:00:25 +00:00
mwifiex: print status of FW ready event
For debugging purpose print content of reg->fw_status register and other variables values when waiting for firmware ready event. Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
fd3fbb65ca
commit
09dd9ec598
@ -2043,6 +2043,10 @@ mwifiex_check_fw_status(struct mwifiex_adapter *adapter, u32 poll_num)
|
|||||||
ret = -1;
|
ret = -1;
|
||||||
else
|
else
|
||||||
ret = 0;
|
ret = 0;
|
||||||
|
|
||||||
|
mwifiex_dbg(adapter, INFO, "Try %d if FW is ready <%d,%#x>",
|
||||||
|
tries, ret, firmware_stat);
|
||||||
|
|
||||||
if (ret)
|
if (ret)
|
||||||
continue;
|
continue;
|
||||||
if (firmware_stat == FIRMWARE_READY_PCIE) {
|
if (firmware_stat == FIRMWARE_READY_PCIE) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user