index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
mt76x0
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-16
mt76: usb: introduce __mt76u_init utility routine
Lorenzo Bianconi
1
-1
/
+1
2021-12-19
mt76: mt76x02: introduce SAR support
Lorenzo Bianconi
5
-3
/
+40
2021-10-20
mt76: mt76x0: correct VHT MCS 8/9 tx power eeprom offset
Richard Huynh
1
-1
/
+1
2021-10-20
mt76: disable BH around napi_schedule() calls
Felix Fietkau
1
-0
/
+2
2021-10-20
mt76: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-1
/
+1
2021-06-19
mt76: mt76x0: use dev_debug instead of dev_err for hw_rf_ctrl
Lorenzo Bianconi
1
-1
/
+1
2021-05-15
mt76: mt76x0e: fix device hang during suspend/resume
Lorenzo Bianconi
1
-4
/
+77
2021-04-12
mt76: mt76x0u: Add support for TP-Link T2UHP(UN) v1
Eric Y.Y. Wong
1
-1
/
+2
2021-04-11
mt76: use PCI_VENDOR_ID_MEDIATEK to avoid open coded
Ryder Lee
1
-3
/
+3
2021-01-26
mt76: move mac_work in mt76_core module
Lorenzo Bianconi
2
-4
/
+4
2020-12-04
mt76: move hw mac_addr in mt76_phy
Lorenzo Bianconi
1
-3
/
+3
2020-12-04
mt76: move band capabilities in mt76_phy
Lorenzo Bianconi
3
-7
/
+7
2020-12-04
mt76: mt76u: rely on woker APIs for rx work
Lorenzo Bianconi
1
-0
/
+1
2020-12-04
mt76: fix memory leak if device probing fails
Lorenzo Bianconi
1
-1
/
+2
2020-12-04
mt76: implement .mcu_parse_response in struct mt76_mcu_ops
Felix Fietkau
1
-0
/
+1
2020-09-24
mt76: mt76x0: Move tables used only by init.c to their own header file
Lee Jones
3
-145
/
+160
2020-09-24
mt76: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-09-24
mt76: convert from tx tasklet to tx worker thread
Felix Fietkau
1
-1
/
+1
2020-09-24
mt76: set interrupt mask register to 0 before requesting irq
Felix Fietkau
1
-0
/
+2
2020-07-21
mt76: move mt76 workqueue in common code
Lorenzo Bianconi
1
-4
/
+2
2020-05-12
mt76: mt76x0: enable MCS 8 and MCS9
Lorenzo Bianconi
1
-21
/
+5
2020-05-12
mt76: mt76x0: pci: add mt7610 PCI ID
Pawel Dembicki
1
-0
/
+1
2020-05-12
mt76: mt76x02: fix handling MCU timeouts during hw restart
Felix Fietkau
1
-0
/
+2
2020-03-17
mt76: remove variable 'val' set but not used
Chen Wandun
1
-2
/
+1
2020-02-14
mt76: avoid extra RCU synchronization on station removal
Felix Fietkau
2
-0
/
+2
2020-02-14
mt76: mt76u: add {read/write}_extended utility routines
Lorenzo Bianconi
1
-1
/
+1
2020-02-14
mt76: mt76u: move mcu buffer allocation in mt76x02u drivers
Lorenzo Bianconi
1
-0
/
+6
2020-02-14
mt76: mt76x02u: avoid overwrite max_tx_fragments
Lorenzo Bianconi
1
-6
/
+2
2020-02-14
mt76: add multiple wiphy support to mt76_get_min_avg_rssi
Felix Fietkau
1
-1
/
+1
2020-02-14
mt76: move txpower and antenna mask to struct mt76_phy
Felix Fietkau
1
-1
/
+1
2020-02-14
mt76: move txpower_conf back to driver specific structs
Felix Fietkau
2
-2
/
+2
2020-02-14
mt76: move state from struct mt76_dev to mt76_phy
Felix Fietkau
6
-19
/
+19
2020-02-14
mt76: move channel state to struct mt76_phy
Felix Fietkau
4
-14
/
+14
2020-02-14
mt76: add support for an extra wiphy in the main tx path
Felix Fietkau
1
-1
/
+1
2019-12-02
mt76: mt76x0: fix default mac address overwrite
Lorenzo Bianconi
1
-1
/
+4
2019-11-20
mt76: move mt76_get_antenna in mt76_core module
Lorenzo Bianconi
2
-0
/
+2
2019-11-20
Revert "mt76: mt76x0e: don't use hw encryption for MT7630E"
Stanislaw Gruszka
1
-14
/
+1
2019-11-20
mt76: use mt76_dev in mt76_is_{mmio,usb}
Lorenzo Bianconi
3
-9
/
+9
2019-11-20
mt76: mt76u: rely on a dedicated stats workqueue
Lorenzo Bianconi
1
-0
/
+2
2019-11-20
mt76: mt76u: rely on usb_interface instead of usb_dev
Lorenzo Bianconi
1
-1
/
+1
2019-11-20
mt76: mt76x0: remove 350ms delay in mt76x0_phy_calibrate
Lorenzo Bianconi
1
-1
/
+0
2019-11-20
mt76: mt76x0: eeprom: add support for MAC address from OF
Pawel Dembicki
1
-0
/
+1
2019-11-20
mt76: mt76x02: track approximate tx airtime for airtime fairness and survey
Felix Fietkau
2
-0
/
+2
2019-11-20
mt76: mt76x02: move MT_CH_TIME_CFG init to mt76x02_mac_cc_reset
Felix Fietkau
2
-16
/
+0
2019-11-20
mt76: unify channel survey update code
Felix Fietkau
1
-4
/
+1
2019-11-20
mt76: track rx airtime for airtime fairness and survey
Felix Fietkau
2
-1
/
+3
2019-11-20
mt76: rename mt76_driver_ops txwi_flags to drv_flags and include tx aligned4
Felix Fietkau
1
-1
/
+1
2019-11-20
mt76: mt76x02u: move mt76x02u_mac_start in mt76x02-usb module
Lorenzo Bianconi
3
-18
/
+1
2019-11-20
mt76: mt76x0u: reset counter starting the device
Lorenzo Bianconi
1
-2
/
+1
2019-11-20
mt76: mt76x02: move mac_reset_counter in mt76x02_lib module
Lorenzo Bianconi
1
-11
/
+1
[next]