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
2019-02-18
mt76: run MAC work every 100ms
Felix Fietkau
6
-6
/
+7
2019-02-18
mt76: explicitly disable energy detect cca during scan
Felix Fietkau
5
-8
/
+12
2019-02-18
mt76: mt76x2: avoid running DPD calibration if tx is blocked
Felix Fietkau
1
-1
/
+1
2019-02-18
mt76: fix software encryption issues
Felix Fietkau
2
-8
/
+8
2019-02-18
mt76: remove add_buf pointer in mt76_queue_ops
Lorenzo Bianconi
2
-2
/
+0
2019-02-18
mt76: move mt76_dma_tx_queue_skb_raw in mt76-core module
Lorenzo Bianconi
3
-32
/
+37
2019-02-18
mt76x0: mcu: remove useless commented configuration
Lorenzo Bianconi
1
-6
/
+0
2019-02-18
mt76: move mt76_mcu_rx_event in mt76-core
Lorenzo Bianconi
3
-2
/
+9
2019-02-18
mt76: move mt76_mcu_get_response in mt76-core
Lorenzo Bianconi
3
-16
/
+20
2019-02-18
mt76: move mt76_mcu_msg_alloc in mt76-core
Lorenzo Bianconi
6
-29
/
+49
2019-02-18
mt76x0: eeprom: fix VHT mcs{8,9} rate power offset
Lorenzo Bianconi
1
-3
/
+3
2019-02-18
mt76x02: enable support for IBSS and MESH
Stanislaw Gruszka
1
-11
/
+10
2019-02-18
mt76: beaconing fixes for USB
Stanislaw Gruszka
3
-11
/
+30
2019-02-18
mt76x02: init beacon config for mt76x2u
Stanislaw Gruszka
1
-5
/
+1
2019-02-18
mt76x02: minor beaconing init changes
Stanislaw Gruszka
1
-6
/
+12
2019-02-18
mt76x02: initialize mutli bss mode when set up address
Stanislaw Gruszka
4
-16
/
+18
2019-02-18
mt76x02: use commmon add interface for mt76x2u
Stanislaw Gruszka
3
-19
/
+5
2019-02-18
mt76x02: use mask for vifs
Stanislaw Gruszka
2
-0
/
+13
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
Kalle Valo
4
-44
/
+54
2019-02-07
mt76x0u: fix suspend/resume
Stanislaw Gruszka
1
-17
/
+29
2019-02-01
mt7601u: do not use WARN_ON in the datapath
Lorenzo Bianconi
1
-3
/
+3
2019-02-01
mt7601u: bump supported EEPROM version
Stanislaw Gruszka
1
-1
/
+1
2019-01-31
mt76x0: eeprom: fix chan_vs_power map in mt76x0_get_power_info
Lorenzo Bianconi
3
-27
/
+25
2019-01-22
mt76: avoid scheduling tx queues for powersave stations
Felix Fietkau
1
-0
/
+5
2019-01-22
mt76: fix per-chain signal strength reporting
Felix Fietkau
1
-1
/
+1
2019-01-21
mt76: do not report out-of-range rx nss
Lorenzo Bianconi
1
-4
/
+10
2019-01-17
mt76: add channel switch announcement support
Felix Fietkau
4
-2
/
+57
2019-01-17
mt76: fix signedness of rx status signal field
Felix Fietkau
1
-1
/
+1
2019-01-17
mt76: fix rssi ewma tracking
Felix Fietkau
2
-2
/
+4
2019-01-17
mt76: move mt76x02_phy_get_min_avg_rssi to mt76 core
Felix Fietkau
10
-65
/
+62
2019-01-17
mt76: move mt76x02_get_txpower to mt76 core
Felix Fietkau
8
-24
/
+25
2019-01-17
mt76: set IEEE80211_HW_NEEDS_UNIQUE_STA_ADDR flag
Felix Fietkau
1
-0
/
+1
2019-01-17
mt76: fix tx status reporting for non-probing frames
Felix Fietkau
5
-9
/
+11
2019-01-11
mt76: add led support to mt76x0e driver
Lorenzo Bianconi
4
-77
/
+82
2019-01-11
mt76: use proper name for __MT76x02_H macro
Lorenzo Bianconi
1
-3
/
+3
2019-01-11
mt76: dma: avoid indirect call in mt76_dma_tx_queue_skb
Lorenzo Bianconi
1
-1
/
+1
2019-01-11
mt76: make const array 'data' static, shrinks object size
Colin Ian King
1
-1
/
+1
2019-01-11
mt76: mmio: introduce mt76x02_check_tx_hang watchdog
Lorenzo Bianconi
8
-1
/
+140
2019-01-11
mt76: dma: do not build skb if reported len does not fit in buf_size
Lorenzo Bianconi
1
-8
/
+7
2019-01-11
mt76: mac: minor optimizations in mt76x02_mac_tx_rate_val
Lorenzo Bianconi
1
-4
/
+2
2019-01-11
mt76: add energy detect CCA support to mt76x{0,2}e drivers
Lorenzo Bianconi
9
-0
/
+111
2019-01-11
mt76x2: init: set default value for MT_TX_LINK_CFG
Lorenzo Bianconi
1
-0
/
+1
2019-01-11
mt76: dfs: run mt76x02_dfs_set_domain atomically
Lorenzo Bianconi
1
-0
/
+2
2019-01-11
mt76x2: add static qualifier to mt76x2_init_hardware
Lorenzo Bianconi
2
-2
/
+1
2019-01-11
mt76x0: configure MT_VHT_HT_FBK_CFG1
Stanislaw Gruszka
1
-0
/
+1
2019-01-11
mt76x02: set protection according to ht operation element
Stanislaw Gruszka
4
-0
/
+90
2019-01-11
mt76x02: fixup MT_PROT_RATE_* defines
Stanislaw Gruszka
1
-3
/
+3
2019-01-11
mt76x02: do not set protection on set_rts_threshold callback
Stanislaw Gruszka
3
-17
/
+3
2019-01-11
mt76x0: pci: fix ACS support
Lorenzo Bianconi
1
-0
/
+8
2019-01-11
mt76: usb: avoid queue/status spinlocks while passing tx status to mac80211
Lorenzo Bianconi
1
-4
/
+6
[prev]
[next]