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
2018-09-04
mt76: unify mac_wcid_setup
Stanislaw Gruszka
9
-50
/
+31
2018-09-04
mt76: unify mac_wcid_set_key
Stanislaw Gruszka
9
-78
/
+38
2018-09-04
mt76: unify mac_shared_key_setup
Stanislaw Gruszka
9
-55
/
+29
2018-09-04
mt76: add helpers for register access with mt76_dev struct
Stanislaw Gruszka
1
-0
/
+5
2018-09-04
mt76: unify mac_get_key_info
Stanislaw Gruszka
5
-57
/
+54
2018-09-04
mt76: create new mt76x02-lib module for common mt76x{0,2} code
Stanislaw Gruszka
16
-141
/
+152
2018-09-04
mt76: merge mt76x0/regs.h into mt76x02_regs.h
Stanislaw Gruszka
8
-676
/
+91
2018-09-04
mt76: rename mt76x2_regs.h
Stanislaw Gruszka
2
-3
/
+3
2018-09-04
mt76: unify wait_for_mac
Stanislaw Gruszka
8
-28
/
+57
2018-08-31
mt76: verify evt type in usb mcu response
Lorenzo Bianconi
2
-1
/
+12
2018-08-31
mt76x2u: run device cleanup routine if resume fails
Lorenzo Bianconi
1
-3
/
+11
2018-08-31
mt76: Fix comparisons with invalid hardware key index
Geert Uytterhoeven
2
-2
/
+2
2018-08-31
mt76x2u: Add support for Alfa AWUS036ACM
Rosen Penev
1
-0
/
+1
2018-08-09
mt76: fix build for MediaTek MT7610U USB wireless dongle
Valdis Kletnieks
1
-0
/
+1
2018-08-09
mt76x0: Remove VLA usage
Kees Cook
1
-3
/
+3
2018-08-09
mt76x0: perform mt76x0_mac_set_ampdu_factor
Stanislaw Gruszka
1
-2
/
+0
2018-08-09
mt76x0: correct type for eeprom gain value
Stanislaw Gruszka
1
-1
/
+1
2018-08-04
mt76x0: rename trace symbols
Stanislaw Gruszka
8
-94
/
+35
2018-08-04
mt76x0: rename mt76_* functions
Stanislaw Gruszka
7
-26
/
+26
2018-08-02
mt76x0: load firmware from mediatek subdir
Stanislaw Gruszka
1
-1
/
+1
2018-08-02
mt76x0: disable HW before probe
Stanislaw Gruszka
3
-1
/
+6
2018-08-02
mt76: Kconfig and Makefile for mt76x0 driver
Stanislaw Gruszka
3
-0
/
+15
2018-08-02
mt76: add more states
Stanislaw Gruszka
1
-0
/
+2
2018-08-02
mt76x0: main file
Stanislaw Gruszka
1
-0
/
+403
2018-08-02
mt76x0: dma and tx files
Stanislaw Gruszka
3
-0
/
+918
2018-08-02
mt76x0: trace and debugfs files
Stanislaw Gruszka
3
-0
/
+553
2018-08-02
mt76x0: eeprom files
Stanislaw Gruszka
2
-0
/
+594
2018-08-02
mt76x0: init files
Stanislaw Gruszka
2
-0
/
+1002
2018-08-02
mt76x0: phy files
Stanislaw Gruszka
3
-0
/
+1861
2018-08-02
mt76x0: mcu files
Stanislaw Gruszka
2
-0
/
+757
2018-08-02
mt76x0: usb files
Stanislaw Gruszka
2
-0
/
+438
2018-08-02
mt76x0: mac files
Stanislaw Gruszka
2
-0
/
+814
2018-08-02
mt76x0: core files
Stanislaw Gruszka
4
-0
/
+1062
2018-08-02
mt76: add driver code for MT76x2u based devices
Lorenzo Bianconi
12
-0
/
+1891
2018-08-02
mt76: add usb support to mt76 layer
Lorenzo Bianconi
8
-1
/
+1336
2018-08-02
mt76: move mt76x2_debugfs in mt76-common module
Lorenzo Bianconi
2
-2
/
+4
2018-08-02
mt76: add mt76x2_phy_common to mt76x2-common module
Lorenzo Bianconi
4
-329
/
+359
2018-08-02
mt76: add mt76x2_common to mt76x2-common module
Lorenzo Bianconi
5
-329
/
+372
2018-08-02
mt76: add mt76x2_init_common to mt76x2-common module
Lorenzo Bianconi
4
-239
/
+267
2018-08-02
mt76: add mt76x2_mac_common to mt76x2-common module
Lorenzo Bianconi
6
-674
/
+706
2018-08-02
mt76: add mt76x2_tx_common to mt76x2-common module
Lorenzo Bianconi
4
-124
/
+152
2018-08-02
mt76: introduce mt76x2-common module
Lorenzo Bianconi
4
-3
/
+22
2018-08-02
mt76: introduce tx_queue_skb function pointer in mt76_bus_ops
Lorenzo Bianconi
3
-4
/
+11
2018-08-02
mt76: rename mt76_tx_queue_skb in mt76_dma_tx_queue_skb
Lorenzo Bianconi
4
-83
/
+85
2018-08-02
mt76x2: add buffer len to mt76x2_mac_write_txwi signature
Lorenzo Bianconi
3
-5
/
+5
2018-08-02
mt76x2: add napi struct to mt76_rx_poll_complete/mt76_rx_complete signatures
Lorenzo Bianconi
4
-11
/
+10
2018-08-02
mt76x2: introduce mt76x2_mac_load_tx_status routine
Lorenzo Bianconi
1
-17
/
+30
2018-08-02
mt76x2: move interface_modes definition in mt76x2_init
Lorenzo Bianconi
2
-8
/
+8
2018-08-02
mt76x2: introduce mt76x2_init_device routine
Lorenzo Bianconi
2
-26
/
+33
2018-08-02
mt76x2: move utility routines in mt76x2.h
Lorenzo Bianconi
3
-37
/
+40
[prev]
[next]