index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
Age
Commit message (
Expand
)
Author
Lines
2020-12-11
mt76: remove unused variable q
Souptick Joarder
-3
/
+0
2020-12-08
Merge tag 'mt76-for-kvalo-2020-12-04' of https://github.com/nbd168/wireless
Kalle Valo
-2156
/
+3449
2020-12-04
mt76: mt7615: Fix fall-through warnings for Clang
Gustavo A. R. Silva
-1
/
+1
2020-12-04
mt76: mt7915: fix ht mcs in mt7915_mcu_get_rx_rate()
Shayne Chen
-1
/
+3
2020-12-04
Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
-6
/
+6
2020-12-04
mt76: attempt to free up more room when filling the tx queue
Felix Fietkau
-0
/
+12
2020-12-04
mt76: mt7915: stop queues when running out of tx tokens
Felix Fietkau
-0
/
+42
2020-12-04
mt76: improve tx queue stop/wake
Felix Fietkau
-21
/
+13
2020-12-04
mt76: mt7915: fix memory leak in mt7915_mcu_get_rx_rate()
Shayne Chen
-0
/
+2
2020-12-04
mt76: mt7615: fix rdd mcu cmd endianness
Lorenzo Bianconi
-23
/
+66
2020-12-04
mt76: mt7915: fix endian issues
Felix Fietkau
-19
/
+68
2020-12-04
mt76: mt7915: get rid of dbdc debugfs knob
Lorenzo Bianconi
-191
/
+162
2020-12-04
mt76: mt7915: introduce dbdc support
Lorenzo Bianconi
-104
/
+135
2020-12-04
mt76: move hw mac_addr in mt76_phy
Lorenzo Bianconi
-47
/
+55
2020-12-04
mt76: move band allocation in mt76_register_phy
Lorenzo Bianconi
-37
/
+31
2020-12-04
mt76: rely on mt76_phy in mt76_init_sband_2g and mt76_init_sband_5g
Lorenzo Bianconi
-17
/
+16
2020-12-04
mt76: move band capabilities in mt76_phy
Lorenzo Bianconi
-33
/
+32
2020-12-04
mt76: move tx hw data queues in mt76_phy
Lorenzo Bianconi
-76
/
+81
2020-12-04
mt76: move mcu queues to mt76_dev q_mcu array
Lorenzo Bianconi
-115
/
+112
2020-12-04
mt76: rely on mt76_queue in tx_queue_skb_raw signature
Lorenzo Bianconi
-14
/
+14
2020-12-04
mt76: introduce mt76_init_mcu_queue utility routine
Lorenzo Bianconi
-23
/
+56
2020-12-04
mt76: rely on mt76_queue in tx_queue_skb signature
Lorenzo Bianconi
-39
/
+43
2020-12-04
mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signature
Lorenzo Bianconi
-28
/
+28
2020-12-04
mt76: mt7663s: rely on mt76_queue in mt7663s_tx_run_queue signature
Lorenzo Bianconi
-12
/
+13
2020-12-04
mt76: sdio: rely on mt76_queue in mt76s_process_tx_queue signature
Lorenzo Bianconi
-8
/
+7
2020-12-04
mt76: sdio: introduce mt76s_alloc_tx_queue
Lorenzo Bianconi
-13
/
+31
2020-12-04
mt76: move mt76_init_tx_queue in common code
Lorenzo Bianconi
-85
/
+58
2020-12-04
mt76: mt7915: rely on eeprom definitions
Lorenzo Bianconi
-2
/
+2
2020-12-04
mt76: mt7615: refactor usb/sdio rate code
Lorenzo Bianconi
-47
/
+28
2020-12-04
mt76: mt7615: support 16 interfaces
Ryder Lee
-41
/
+95
2020-12-04
mt76: mt7915: remove unused mt7915_mcu_bss_sync_tlv()
Ryder Lee
-29
/
+4
2020-12-04
mt76: mt7915: use BIT_ULL for omac_idx
Ryder Lee
-1
/
+1
2020-12-04
mt76: mt7915: make mt7915_eeprom_read static
Lorenzo Bianconi
-8
/
+2
2020-12-04
mt76: mt7915: add support to set tx frequency offset in testmode
Shayne Chen
-0
/
+27
2020-12-04
mt76: mt7915: add support to set txpower in testmode
Shayne Chen
-0
/
+100
2020-12-04
mt76: mt7915: implement testmode rx support
Shayne Chen
-0
/
+132
2020-12-04
mt76: mt7915: implement testmode tx support
Shayne Chen
-9
/
+453
2020-12-04
mt76: testmode: add support for HE rate modes
Shayne Chen
-1
/
+13
2020-12-04
mt76: mt7915: fix tx rate related fields in tx descriptor
Shayne Chen
-2
/
+4
2020-12-04
mt76: testmode: add support for LTF and GI combinations for HE mode
Shayne Chen
-1
/
+8
2020-12-04
mt76: testmode: add tx_rate_stbc parameter
Shayne Chen
-0
/
+9
2020-12-04
mt76: testmode: add snr attribute in rx statistics
Shayne Chen
-0
/
+2
2020-12-04
mt76: testmode: switch ib and wb rssi to array type for per-antenna report
Shayne Chen
-9
/
+27
2020-12-04
mt76: mt76u: use dedicated thread for status work
Lorenzo Bianconi
-5
/
+17
2020-12-04
mt76: mt76u: rely on woker APIs for rx work
Lorenzo Bianconi
-22
/
+39
2020-12-04
mt76: mt7615: run key configuration in mt7615_set_key for usb/sdio devices
Lorenzo Bianconi
-141
/
+44
2020-12-04
mt76: fix tkip configuration for mt7615/7663 devices
Lorenzo Bianconi
-6
/
+8
2020-12-04
mt76: switch to wep sw crypto for mt7615/mt7915
Lorenzo Bianconi
-4
/
+4
2020-12-04
mt76: mt7663s: introduce WoW support via GPIO
Sean Wang
-2
/
+28
2020-12-04
mt76: move mt76_mcu_send_firmware in common module
Lorenzo Bianconi
-72
/
+37
[next]