linux/drivers/net/wireless/realtek/rtw88
Yu-Yen Ting 7906690345 rtw88: pci: enable MSI interrupt
MSI interrupt should be enabled on certain platform.

Add a module parameter disable_msi to disable MSI interrupt,
driver will then use legacy interrupt instead.

One could rebind the PCI device, probe() will pick up the
new value of the module parameter. Such as:

    echo '0000:01:00.0' > /sys/bus/pci/drivers/rtw_pci/unbind
    echo '0000:01:00.0' > /sys/bus/pci/drivers/rtw_pci/bind

Tested-by: Ján Veselý <jano.vesely@gmail.com>
Reviewed-by: Brian Norris <briannorris@chromium.org>
Reviewed-by: Daniel Drake <drake@endlessm.com>
Signed-off-by: Yu-Yen Ting <steventing@realtek.com>
Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2019-09-03 16:36:43 +03:00
..
coex.c rtw88: drop unused rtw_coex_coex_dm_reset() 2019-09-03 16:35:41 +03:00
coex.h rtw88: add BT co-existence support 2019-08-06 15:42:13 +03:00
debug.c rtw88: remove redundant assignment to pointer debugfs_topdir 2019-09-03 16:36:08 +03:00
debug.h
efuse.c
efuse.h
fw.c rtw88: add BT co-existence support 2019-08-06 15:42:13 +03:00
fw.h rtw88: add BT co-existence support 2019-08-06 15:42:13 +03:00
hci.h rtw88: fix typo rtw_writ16_set 2019-06-25 08:09:01 +03:00
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
mac80211.c rtw88: add BT co-existence support 2019-08-06 15:42:13 +03:00
mac.c rtw88: power on again if it was already on 2019-06-25 08:08:59 +03:00
mac.h
main.c rtw88: add BT co-existence support 2019-08-06 15:42:13 +03:00
main.h rtw88: add BT co-existence support 2019-08-06 15:42:13 +03:00
Makefile rtw88: add BT co-existence support 2019-08-06 15:42:13 +03:00
pci.c rtw88: pci: enable MSI interrupt 2019-09-03 16:36:43 +03:00
pci.h
phy.c rtw88: use txpwr_lmt_cfg_pair struct, not arrays 2019-08-06 15:24:53 +03:00
phy.h rtw88: use txpwr_lmt_cfg_pair struct, not arrays 2019-08-06 15:24:53 +03:00
ps.c rtw88: add BT co-existence support 2019-08-06 15:42:13 +03:00
ps.h
reg.h rtw88: add BT co-existence support 2019-08-06 15:42:13 +03:00
regd.c rtw88: update tx power limit table to RF v20 2019-06-27 20:24:27 +03:00
regd.h rtw88: update tx power limit table to RF v20 2019-06-27 20:24:27 +03:00
rtw8822b_table.c rtw88: use txpwr_lmt_cfg_pair struct, not arrays 2019-08-06 15:24:53 +03:00
rtw8822b_table.h
rtw8822b.c rtw88: add BT co-existence support 2019-08-06 15:42:13 +03:00
rtw8822b.h
rtw8822c_table.c rtw88: use txpwr_lmt_cfg_pair struct, not arrays 2019-08-06 15:24:53 +03:00
rtw8822c_table.h
rtw8822c.c rtw88: add BT co-existence support 2019-08-06 15:42:13 +03:00
rtw8822c.h rtw88: restore DACK results to save time 2019-06-25 08:09:00 +03:00
rx.c
rx.h
sec.c
sec.h
tx.c rtw88: rsvd page should go though management queue 2019-06-25 08:09:01 +03:00
tx.h
util.c
util.h