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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-14
mt76: move dev_irq tracepoint in mt76 module
Lorenzo Bianconi
6
-25
/
+33
2020-02-14
mt76: mt7615: add a get_stats() callback
Ryder Lee
1
-0
/
+16
2020-02-14
mt76: mt7615: add per-phy mib statistics
Ryder Lee
3
-21
/
+60
2020-02-14
mt76: mt7615: report TSF information
Ryder Lee
1
-0
/
+21
2020-02-14
mt76: mt7615: add set_antenna callback
Ryder Lee
1
-0
/
+27
2020-02-14
mt76: mt7615: rework set_channel function
Ryder Lee
3
-16
/
+9
2020-02-14
mt76: mt7615: add missing settings for simultaneous dual-band support
Ryder Lee
3
-105
/
+68
2020-02-14
mt76: fix compilation warning in mt76_eeprom_override()
Lorenzo Bianconi
1
-7
/
+4
2020-02-14
mt76: mt7603: simplify led reg definitions
Lorenzo Bianconi
2
-15
/
+6
2020-02-14
mt76: mt76x02: simplify led reg definitions
Lorenzo Bianconi
2
-12
/
+6
2020-02-14
mt76: mt7615: introduce LED support
Lorenzo Bianconi
2
-0
/
+76
2020-02-14
mt76: clear skb pointers from rx aggregation reorder buffer during cleanup
Felix Fietkau
1
-0
/
+1
2020-02-14
mt76: mt7603: fix input validation issues for powersave-filtered frames
Felix Fietkau
1
-4
/
+15
2020-02-14
mt76: mt7615: increase MCU command timeout
Felix Fietkau
1
-1
/
+1
2020-02-14
mt76: mt7615: measure channel noise and report it via survey
Felix Fietkau
6
-0
/
+60
2020-02-14
mt76: mt7615: fix MT7615_CFEND_RATE_DEFAULT value
Ryder Lee
2
-3
/
+4
2020-02-14
mt76: mt76x02: minor mt76x02_mac_set_beacon optimization
Stanislaw Gruszka
2
-11
/
+5
2020-02-14
mt76: mt76x02u: do not set NULL beacons
Stanislaw Gruszka
1
-4
/
+2
2020-02-14
mt76: usb: use max packet length for m76u_copy
Stanislaw Gruszka
2
-14
/
+22
2020-02-14
mt76: mt76x02: add channel switch support for usb interfaces
Markus Theil
2
-1
/
+9
2020-02-14
mt76: speed up usb bulk copy
Markus Theil
2
-7
/
+19
2020-02-14
mt76: mt76x02: remove a copy call for usb speedup
Markus Theil
1
-4
/
+15
2020-02-14
mt76: mt76x02: add check for invalid vif idx
Markus Theil
1
-1
/
+3
2020-02-14
mt76: mt76x02: split beaconing
Markus Theil
6
-65
/
+28
2020-02-14
mt76: mt76x02: omit beacon slot clearing
Markus Theil
1
-8
/
+0
2020-02-14
mt76: use AC specific reorder timeout
Markus Theil
2
-4
/
+14
2020-02-14
mt76: mt7615: add set_coverage class support
Lorenzo Bianconi
5
-0
/
+113
2020-02-14
mt76: mt7603: set 0 as min coverage_class value
Lorenzo Bianconi
1
-1
/
+1
2020-02-14
mt76: mt76x02: fix coverage_class type
Lorenzo Bianconi
2
-2
/
+2
2020-02-14
mt76: mt7615: report firmware version using ethtool
Lorenzo Bianconi
1
-1
/
+7
2020-02-14
mt76: mt7615: Fix build with older compilers
Pablo Greco
1
-4
/
+1
2020-02-14
mt76: eeprom: add support for big endian eeprom partition
Lorenzo Bianconi
1
-0
/
+10
2020-02-14
mt76: mt7603: reset STA_CCA counter setting the channel
Lorenzo Bianconi
1
-1
/
+1
2020-02-14
mt76: fix possible undetected invalid MAC address
Shayne Chen
1
-1
/
+2
2020-02-14
mt76: disable bh in mt76_dma_rx_poll
Felix Fietkau
1
-0
/
+2
2020-02-14
mt76: fix rx dma ring descriptor state on reset
Felix Fietkau
1
-1
/
+1
2020-02-14
mt7615: replace sta_state callback with sta_add/sta_remove
Felix Fietkau
3
-22
/
+29
2020-02-14
mt76: mt7615: defer mcu initialization via workqueue
Felix Fietkau
4
-10
/
+45
2020-02-14
mt76: mt7615: update beacon contents on BSS_CHANGED_BEACON
Felix Fietkau
1
-5
/
+4
2020-02-14
mt76: mt7615: add support for registering a second wiphy via debugfs
Felix Fietkau
4
-21
/
+140
2020-02-14
mt76: mt7615: select the correct tx queue for frames sent to the second phy
Felix Fietkau
2
-3
/
+14
2020-02-14
mt76: mt7615: move radio/mac initialization to .start/stop callbacks
Felix Fietkau
4
-8
/
+26
2020-02-14
mt76: mt7615: initialize dbdc settings on interface add
Felix Fietkau
5
-1
/
+94
2020-02-14
mt76: mt7615: add multiple wiphy support to the rx path
Felix Fietkau
4
-15
/
+47
2020-02-14
mt76: mt7615: rework chainmask handling
Felix Fietkau
3
-4
/
+8
2020-02-14
mt76: mt7615: add multiple wiphy support to the dfs support code
Felix Fietkau
6
-53
/
+107
2020-02-14
mt76: mt7615: remove useless MT_HW_RDD0/1 enum
Felix Fietkau
3
-24
/
+13
2020-02-14
mt76: mt7615: add missing register init for dual-wiphy support
Felix Fietkau
2
-4
/
+4
2020-02-14
mt76: mt7615: add multiple wiphy support for smart carrier sense
Felix Fietkau
5
-63
/
+110
2020-02-14
mt76: mt7615: add dual-phy support for mac80211 ops
Felix Fietkau
6
-108
/
+244
[prev]
[next]