index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-12
mt76: mt7615: add missing SPDX tag in mmio.c
Ryder Lee
1
-0
/
+3
2021-04-12
mt76: mt7915: add mmio.c
Ryder Lee
8
-218
/
+177
2021-04-12
mt76: report Rx timestamp
Ryder Lee
15
-63
/
+89
2021-04-12
mt76: mt7921: remove 80+80 MHz support capabilities
Felix Fietkau
2
-7
/
+0
2021-04-12
mt76: fix potential DMA mapping leak
Felix Fietkau
1
-1
/
+1
2021-04-12
mt76: mt7921: reduce the data latency during hw scan
Sean Wang
2
-1
/
+7
2021-04-12
mt76: mt7921: fix the insmod hangs
Sean Wang
4
-16
/
+3
2021-04-12
mt76: mt7921: fix kernel crash when the firmware fails to download
Sean Wang
1
-1
/
+3
2021-04-12
mt76: mt7921: fix the dwell time control
Sean Wang
1
-1
/
+2
2021-04-12
mt76: mt7921: fix inappropriate WoW setup with the missing ARP informaiton
Sean Wang
3
-0
/
+50
2021-04-12
mt76: mt7921: introduce MT_WFDMA_DUMMY_CR definition
Lorenzo Bianconi
3
-2
/
+8
2021-04-12
mt76: mt7915: add wifi subsystem reset
Ryder Lee
3
-16
/
+70
2021-04-12
mt76: mt7915: fix mt7915_mcu_add_beacon
Ryder Lee
1
-10
/
+12
2021-04-12
mt76: mt7615: fix .add_beacon_offload()
Ryder Lee
1
-2
/
+10
2021-04-12
mt76: mt7921: rework mt7921_mcu_debug_msg_event routine
Lorenzo Bianconi
1
-14
/
+12
2021-04-12
mt76: mt7921: always wake the device in mt7921_remove_interface
Lorenzo Bianconi
1
-1
/
+1
2021-04-12
mt76: mt7921: fix key set/delete issue
Lorenzo Bianconi
1
-8
/
+17
2021-04-12
mt76: mt7915: fix txpower init for TSSI off chips
Shayne Chen
1
-6
/
+13
2021-04-12
mt76: mt7615: remove redundant dev_err call in mt7622_wmac_probe()
Guobin Huang
1
-3
/
+1
2021-04-12
mt76: mt7915: limit firmware log message printk to buffer length
Felix Fietkau
1
-1
/
+2
2021-04-12
mt76: mt7615: limit firmware log message printk to buffer length
Felix Fietkau
1
-1
/
+2
2021-04-12
mt76: mt7615: fix chip reset on MT7622 and MT7663e
Felix Fietkau
7
-181
/
+187
2021-04-12
mt76: mt7915: cleanup mcu tx queue in mt7915_dma_reset()
Ryder Lee
1
-7
/
+8
2021-04-12
mt76: mt7915: keep mcu_add_bss_info enabled till interface removal
Ryder Lee
1
-4
/
+5
2021-04-12
mt76: mt7615: keep mcu_add_bss_info enabled till interface removal
Ryder Lee
1
-6
/
+7
2021-04-12
mt76: mt7622: trigger hif interrupt for system reset
Ryder Lee
3
-4
/
+15
2021-04-12
mt76: mt7615: cleanup mcu tx queue in mt7615_dma_reset()
Ryder Lee
1
-3
/
+5
2021-04-12
mt76: mt7615: only enable DFS test knobs for mt7615
Ryder Lee
1
-12
/
+17
2021-04-12
mt76: mt7921: properly configure rcpi adding a sta to the fw
Lorenzo Bianconi
3
-5
/
+49
2021-04-12
mt76: connac: introduce mt76_sta_cmd_info data structure
Lorenzo Bianconi
4
-30
/
+56
2021-04-12
mt76: mt7921: get rid of mt7921_mac_wtbl_lmac_addr
Lorenzo Bianconi
1
-9
/
+1
2021-04-12
mt76: mt7915: refresh repeater entry MAC address when setting BSSID
Felix Fietkau
1
-1
/
+3
2021-04-12
mt76: mt7915: fix key set/delete issue
Felix Fietkau
1
-7
/
+18
2021-04-12
mt76: mt7921: remove duplicated macros in mcu.h
Lorenzo Bianconi
1
-19
/
+0
2021-04-12
mt76: mt7921: remove redundant check on type
Colin Ian King
1
-3
/
+0
2021-04-12
mt76: mt7921: remove leftovers from dbdc configuration
Lorenzo Bianconi
1
-17
/
+11
2021-04-12
mt76: mt7921: add wifi reset support
Lorenzo Bianconi
5
-60
/
+155
2021-04-12
mt76: dma: export mt76_dma_rx_cleanup routine
Lorenzo Bianconi
2
-1
/
+5
2021-04-12
mt76: dma: introduce mt76_dma_queue_reset routine
Lorenzo Bianconi
2
-18
/
+31
2021-04-12
mt76: mt7921: introduce __mt7921_start utility routine
Lorenzo Bianconi
2
-14
/
+22
2021-04-12
mt76: mt7921: introduce mt7921_run_firmware utility routine.
Lorenzo Bianconi
2
-13
/
+20
2021-04-12
mt76: introduce mcu_reset function pointer in mt76_mcu_ops structure
Lorenzo Bianconi
2
-0
/
+5
2021-04-12
mt76: mt7921: reduce mcu timeouts for suspend, offload and hif_ctrl msg
Lorenzo Bianconi
1
-2
/
+10
2021-04-12
mt76: mt7915: fix possible deadlock while mt7915_register_ext_phy()
Ryder Lee
2
-3
/
+8
2021-04-12
mt76: mt7615: add missing capabilities for DBDC
Ryder Lee
1
-4
/
+5
2021-04-12
mt76: mt7663s: fix the possible device hang in high traffic
Sean Wang
2
-0
/
+5
2021-04-12
mt76: mt7663s: make all of packets 4-bytes aligned in sdio tx aggregation
Sean Wang
1
-1
/
+8
2021-04-12
mt76: mt7663: fix when beacon filter is being applied
Sean Wang
1
-3
/
+3
2021-04-12
mt76: mt7615: check mcu returned values in mt7615_ops
Ryder Lee
1
-26
/
+64
2021-04-12
mt76: mt7915: check mcu returned values in mt7915_ops
Ryder Lee
1
-16
/
+42
[prev]
[next]