2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-18 10:13:57 +08:00
linux-next/drivers/net/wireless/realtek/rtw88
Yan-Hsuan Chuang 0b8dc6abbd rtw88: configure firmware after HCI started
After firmware has been downloaded, driver should send
some information to it through H2C commands. Those H2C
commands are transmitted through TX path.

But before HCI has been started, the TX path is not
working completely. Such as PCI interfaces, the interrupts
are not enabled, hence TX interrupts will not be issued
after H2C skb has been DMAed to the device. And the H2C
skbs will not be released until the device is powered off.

Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2019-09-24 10:55:40 +03:00
..
coex.c rtw88: 8822c: add SW DPK support 2019-09-13 18:03:19 +03:00
coex.h rtw88: 8822c: add SW DPK support 2019-09-13 18:03:19 +03:00
debug.c rtw88: fix seq_file memory leak 2019-09-06 17:10:33 +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: move IQK/DPK into phy_calibration 2019-09-13 18:03:20 +03:00
mac.c rtw88: configure firmware after HCI started 2019-09-24 10:55:40 +03:00
mac.h
main.c rtw88: configure firmware after HCI started 2019-09-24 10:55:40 +03:00
main.h rtw88: add dynamic cck pd mechanism 2019-09-13 18:03:21 +03:00
Makefile rtw88: add BT co-existence support 2019-08-06 15:42:13 +03:00
pci.c rtw88: pci: release tx skbs DMAed when stop 2019-09-21 08:47:27 +03:00
pci.h
phy.c rtw88: add dynamic cck pd mechanism 2019-09-13 18:03:21 +03:00
phy.h rtw88: add dynamic cck pd mechanism 2019-09-13 18:03:21 +03:00
ps.c rtw88: add BT co-existence support 2019-08-06 15:42:13 +03:00
ps.h
reg.h rtw88: 8822c: add SW DPK support 2019-09-13 18:03:19 +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: report RX power for each antenna 2019-09-13 18:07:19 +03:00
rtw8822b.h
rtw8822c_table.c rtw88: 8822c: add SW DPK support 2019-09-13 18:03:19 +03:00
rtw8822c_table.h rtw88: 8822c: add SW DPK support 2019-09-13 18:03:19 +03:00
rtw8822c.c rtw88: report RX power for each antenna 2019-09-13 18:07:19 +03:00
rtw8822c.h rtw88: 8822c: add SW DPK support 2019-09-13 18:03:19 +03:00
rx.c rtw88: report RX power for each antenna 2019-09-13 18:07:19 +03:00
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