linux/drivers/net/wireless/mediatek/mt76/mt76x2
Felix Fietkau 781eef5b34 mt76: convert from tx tasklet to tx worker thread
This improves performance by allowing the scheduler to move the tx scheduling
work to idle CPUs. Since tx scheduling work is very latency sensitive and
kept short via AQL, sched_set_fifo_low is used to keep worker priority above
normal tasks

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2020-09-24 18:10:18 +02:00
..
eeprom.c mt76: mt76x2: disable merge of OTP ROM data by default 2020-05-12 19:52:30 +02:00
eeprom.h mt76: move channel state to struct mt76_phy 2020-02-14 10:03:08 +01:00
init.c mt76: mt76x2: avoid starting the MAC too early 2020-02-14 10:06:09 +01:00
Kconfig
mac.c
mac.h
Makefile mt76: mt76x2: get rid of leftover target 2020-02-14 10:06:04 +01:00
mcu.c mt76: move chainmask back to driver specific structs 2020-02-14 10:03:09 +01:00
mcu.h
mt76x2.h mt76: mt76x2: fix pci suspend/resume on mt7612e 2020-07-21 19:01:16 +02:00
mt76x2u.h mt76: mt76x02u: move mt76x02u_mac_start in mt76x02-usb module 2019-11-20 13:23:48 +01:00
pci.c mt76: convert from tx tasklet to tx worker thread 2020-09-24 18:10:18 +02:00
pci_init.c mt76: convert from tx tasklet to tx worker thread 2020-09-24 18:10:18 +02:00
pci_main.c mt76: set runtime stream caps by mt76_phy 2020-05-12 19:52:36 +02:00
pci_mcu.c
pci_phy.c mt76: move txpower and antenna mask to struct mt76_phy 2020-02-14 10:03:09 +01:00
phy.c mt76: add multiple wiphy support to mt76_get_min_avg_rssi 2020-02-14 10:03:09 +01:00
usb.c mt76: move mt76 workqueue in common code 2020-07-21 19:01:16 +02:00
usb_init.c mt76: mt76u: move mcu buffer allocation in mt76x02u drivers 2020-02-14 10:06:05 +01:00
usb_mac.c mt76: move state from struct mt76_dev to mt76_phy 2020-02-14 10:03:08 +01:00
usb_main.c mt76: avoid extra RCU synchronization on station removal 2020-02-14 10:06:09 +01:00
usb_mcu.c
usb_phy.c mt76: move state from struct mt76_dev to mt76_phy 2020-02-14 10:03:08 +01:00