2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-18 18:23:53 +08:00
linux-next/drivers/net/wireless/ath/wil6210
Lior David 50e107ff22 wil6210: ignore reset errors for FW during probe
There are special kinds of FW such as WMI only which
are used for testing, diagnostics and other specific
scenario.
Such FW is loaded during driver probe and the driver
disallows enabling any network interface, to avoid
operational issues.
In many cases it is used to debug early versions
of FW with new features, which sometimes fail
on startup.
Currently when such FW fails to load (for example,
because of init failure), the driver probe would fail
and shutdown the device making it difficult to debug
the early failure.
To fix this, ignore load failures in WMI only FW and
allow driver probe to succeed, making it possible to
continue and debug the FW load failure.

Signed-off-by: Lior David <liord@codeaurora.org>
Signed-off-by: Maya Erez <merez@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2019-09-12 18:07:56 +03:00
..
boot_loader.h wil6210: fix random failure to bring network interface up 2018-01-25 07:32:23 +02:00
cfg80211.c wil6210: fix PTK re-key race 2019-09-12 18:06:42 +03:00
debug.c wil6210: infrastructure for multiple virtual interfaces 2018-02-27 18:50:19 +02:00
debugfs.c wil6210: use writel_relaxed in wil_debugfs_iomem_x32_set 2019-09-12 18:07:35 +03:00
ethtool.c wil6210: initialize TX and RX enhanced DMA rings 2018-07-02 17:24:19 +03:00
fw_inc.c wil6210: add support for multiple sections in brd file 2019-05-03 08:04:04 +03:00
fw.c wil6210: support Talyn specific board file 2018-07-31 11:01:26 +03:00
fw.h wil6210: add support for multiple sections in brd file 2019-05-03 08:04:04 +03:00
interrupt.c wil6210: fix missed MISC mbox interrupt 2019-05-03 08:04:36 +03:00
Kconfig ath: fix SPDX tags 2019-06-26 18:11:06 +03:00
main.c wil6210: fix PTK re-key race 2019-09-12 18:06:42 +03:00
Makefile ath: fix SPDX tags 2019-06-26 18:11:06 +03:00
netdev.c wil6210: properly initialize discovery_expired_work 2019-09-12 18:07:14 +03:00
p2p.c wil6210: rename p2p_wdev_mutex to vif_mutex 2018-02-27 18:50:40 +02:00
pcie_bus.c wil6210: ignore reset errors for FW during probe 2019-09-12 18:07:56 +03:00
pm.c wil6210: check mid is valid 2019-04-03 15:34:47 +03:00
pmc.c wil6210: add debugfs to show PMC ring content 2019-09-12 18:06:32 +03:00
pmc.h wil6210: add debugfs to show PMC ring content 2019-09-12 18:06:32 +03:00
rx_reorder.c wil6210: Delete an unnecessary kfree() call in wil_tid_ampdu_rx_alloc() 2019-09-04 09:07:29 +03:00
trace.c wil6210: trace support 2013-05-22 15:08:27 -04:00
trace.h wil6210: support up to 20 stations in AP mode 2019-02-28 11:24:29 +02:00
txrx_edma.c wil6210: fix RX short frame check 2019-09-12 18:07:45 +03:00
txrx_edma.h wil6210: make sure DR bit is read before rest of the status message 2019-09-12 18:06:53 +03:00
txrx.c wil6210: fix PTK re-key race 2019-09-12 18:06:42 +03:00
txrx.h wil6210: fix PTK re-key race 2019-09-12 18:06:42 +03:00
wil6210.h wil6210: fix PTK re-key race 2019-09-12 18:06:42 +03:00
wil_crash_dump.c wil6210: prevent device memory access while in reset or suspend 2019-04-03 15:34:04 +03:00
wil_platform.c wil6210: support for platform specific crash recovery 2016-01-07 15:00:44 +02:00
wil_platform.h wil6210: add 3-MSI support 2018-07-31 11:00:33 +03:00
wmi.c wil6210: report boottime_ns in scan results 2019-09-12 18:07:24 +03:00
wmi.h wil6210: fix PTK re-key race 2019-09-12 18:06:42 +03:00