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
2020-05-12
mt76: mt7615: introduce hw scan support
Lorenzo Bianconi
7
-3
/
+285
2020-05-12
mt76: mt7663: keep Rx filters as the default
Sean Wang
1
-10
/
+14
2020-05-12
mt76: mt7615: introduce mt7615_mcu_set_channel_domain mcu command
Lorenzo Bianconi
4
-3
/
+85
2020-05-12
mt76: mt7615: add ethool support to mt7663 driver
Lorenzo Bianconi
1
-1
/
+7
2020-05-12
mt76: mt7663: disable RDD commands
Lorenzo Bianconi
1
-0
/
+3
2020-05-12
mt76: mt7615: make scs configurable per phy
Lorenzo Bianconi
4
-23
/
+23
2020-05-12
mt76: mt7663: enable nf estimation
Lorenzo Bianconi
2
-5
/
+13
2020-05-12
mt76: mt7663: fix mt7615_mac_cca_stats_reset routine
Lorenzo Bianconi
2
-1
/
+8
2020-05-12
mt76: mt7615: add more useful Tx mib counters
Ryder Lee
4
-5
/
+28
2020-05-12
mt76: mt7615: cleanup mib related defines and structs
Ryder Lee
3
-25
/
+22
2020-05-12
mt76: mt7615: enable aggr_stats for both phy
Ryder Lee
3
-12
/
+16
2020-05-12
mt76: mt7615: modify mt7615_ampdu_stat_read for each phy
Ryder Lee
1
-2
/
+18
2020-05-12
mt76: mt76x0: pci: add mt7610 PCI ID
Pawel Dembicki
1
-0
/
+1
2020-05-12
mt76: mt76x2u: introduce Mercury UD13 support
Lorenzo Bianconi
1
-0
/
+1
2020-05-12
mt76: mt76x02u: Add support for newer versions of the XBox One wifi adapter
Matthew Garrett
2
-0
/
+2
2020-05-12
mt76: mt76x02: fix handling MCU timeouts during hw restart
Felix Fietkau
7
-13
/
+31
2020-03-24
Merge tag 'wireless-drivers-next-2020-03-24' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
David S. Miller
24
-1015
/
+1952
2020-03-23
mt76: mt7615: add missing declaration in mt7615.h
Lorenzo Bianconi
1
-0
/
+1
2020-03-23
mt76: mt7615: fix endianness in unified command
Lorenzo Bianconi
1
-1
/
+1
2020-03-23
mt76: mt7615: fix mt7663e firmware struct endianness
Lorenzo Bianconi
1
-7
/
+7
2020-03-17
mt76: mt7615: introduce mt7663e support
Lorenzo Bianconi
10
-25
/
+308
2020-03-17
mt76: mt7615: get rid of sta_rec_wtbl data structure
Lorenzo Bianconi
2
-16
/
+8
2020-03-17
mt76: mt7615: introduce set_ba uni command
Lorenzo Bianconi
1
-0
/
+84
2020-03-17
mt76: mt7615: add more uni mcu commands
Sean Wang
2
-0
/
+212
2020-03-17
mt76: mt7615: introduce set_bmc and st_sta for uni commands
Lorenzo Bianconi
2
-5
/
+37
2020-03-17
mt76: mt7615: introduce uni cmd command types
Lorenzo Bianconi
2
-8
/
+79
2020-03-17
mt76: mt7615: introduce mt7615_init_mac_chain routine
Lorenzo Bianconi
1
-54
/
+60
2020-03-17
mt76: mt7615: introduce mt7615_eeprom_parse_hw_band_cap routine
Lorenzo Bianconi
1
-6
/
+24
2020-03-17
mt76: mt7615: add mt7663e support to mt7615_mcu_set_eeprom
Lorenzo Bianconi
2
-5
/
+18
2020-03-17
mt76: mt7615: add mt7663e support to mt7615_{driver,firmware}_own
Lorenzo Bianconi
1
-4
/
+9
2020-03-17
mt76: mt7615: add mt7663e support to mt7615_reg_map
Lorenzo Bianconi
3
-2
/
+16
2020-03-17
mt76: mt7615: introduce mt7615_register_map
Lorenzo Bianconi
6
-32
/
+91
2020-03-17
mt76: mt7615: introduce MCU_FW_PREFIX for fw mcu commands
Lorenzo Bianconi
2
-18
/
+22
2020-03-17
mt76: mt7615: move more mcu commands in mt7615_mcu_ops data structure
Lorenzo Bianconi
4
-173
/
+191
2020-03-17
mt76: mt7615: rework mt7615_mcu_set_bss_info using skb APIs
Lorenzo Bianconi
2
-151
/
+125
2020-03-17
mt76: mt7615: rely on skb API for mt7615_mcu_set_eeprom
Lorenzo Bianconi
1
-13
/
+11
2020-03-17
mt76: mt7615: move mt7615_mcu_set_sta in mt7615_mcu_ops
Lorenzo Bianconi
4
-261
/
+168
2020-03-17
mt76: mt7615: move mt7615_mcu_set_bmc to mt7615_mcu_ops
Lorenzo Bianconi
3
-80
/
+116
2020-03-17
mt76: mt7615: add mt7615_mcu_ops data structure
Lorenzo Bianconi
4
-153
/
+296
2020-03-17
mt76: mt7615: introduce mt7615_mcu_send_message routine
Lorenzo Bianconi
2
-7
/
+20
2020-03-17
mt76: always init to 0 mcu messages
Lorenzo Bianconi
3
-4
/
+4
2020-03-17
mt76: mt7615: introduce mt7615_init_device routine
Lorenzo Bianconi
2
-11
/
+17
2020-03-17
mt76: mt7615: cleanup fw queue just for mmio devices
Lorenzo Bianconi
1
-1
/
+3
2020-03-17
mt76: mt7615: introduce mt7615_mcu_wait_response
Lorenzo Bianconi
1
-14
/
+24
2020-03-17
mt76: mt7615: introduce mt7615_mcu_fill_msg
Lorenzo Bianconi
2
-8
/
+14
2020-03-17
mt76: remove variable 'val' set but not used
Chen Wandun
1
-2
/
+1
2020-03-17
mt76: mt7615: remove a stray if statement
Dan Carpenter
1
-1
/
+0
2020-03-17
mt76: mt76x02: reset MCU timeout counter earlier in watchdog reset
Felix Fietkau
1
-4
/
+1
2020-03-17
mt76: mt7615: fix monitor injection of beacon frames
Felix Fietkau
3
-5
/
+5
2020-03-17
mt76: mt7603: make dynamic sensitivity adjustment configurable via debugfs
Felix Fietkau
4
-0
/
+7
[prev]
[next]